/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */

a img,:link img,:visited img,fieldset {
	border-style: none;
	size: 0px;
	}


body {
	margin: 0 auto;
	padding: 0;
	background-color: #03101C;
	font-family: Arial, Tahoma, Verdana, Arial, "Trebuchet MS", ;
	color: #243750;	
	font-size:12px;
	text-align:center;
	}
	
p.copy {text-indent: 1cm; text-align: center; padding: .2cm .8cm .5cm .8cm; color:#FFF; font-size:11px; }	

p.gen {text-align: left; padding: .1cm 0cm .3cm 0cm; color:#FFF; font-size:12px; }	
p.modelname {text-align: center; padding: 0 .8cm .1cm .8cm; color:#FBC302; font-size:22px; font-weight: bold;}
p.modeltext { text-align: left; padding: 0 .8cm .1cm .8cm; color:#FFF; font-size:13px; }

.border {border:1px solid #003569; margin:3px}	

.header { width:900px; clear:both;}
.top3buttons { width:900px; clear:both;}
.episode {width:900px; clear:both;}
.episodeHeader {float:left; width:640px; background-color: #003569; height:147px;}
.episodePictures {height: 440px; width:900px; position:relative; top:0; left: 0; background:url(images/index_15.jpg) no-repeat; clear:both; border:0;}
.pic1{border:1px solid #000; margin:3px;}
.pic2{border:1px solid #000; margin:3px;}
.bigpic {
	width:558px;
	height:408px; 
	float:left;
}
a {text-decoration:none;}
.pic1{
	width:280px;
	height:200px;	
	float:left;
}
.pic2{
	width:280px;
	height:200px;	
	float:left;
}