/* basic elements */

body, html	{
	background-color:#368ef8;
	font-family:arial,verdana,helvetica;
	margin:0px;
	font-size:12px;
	
	}
#bodymain {
	background: url('images/back_grad.gif');
	background-repeat: repeat-x;
	width:100%;
	position: relative;
	text-align: center;
	}
h1 { 
	font: bold 20px Arial, Verdana, Helvetica, sans-serif;
	margin-top:0;
	letter-spacing: 0px; 
	color: #fff;
	}

	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: faee20;
	font-weight: bold;
	font-size:18px;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ff8ace;
	font-weight: bold;
	font-size:18px;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fff;
	font-weight: bold;
	font-size:18px;
	}


/* specific divs */

/* + + + + + + + + + + + TITLE BAR LAYOUT + + + + + + + + + + + */
#colorTop {
	background:#3e9dfc;
	width:100%;
	height:25px;
	}
#title {
	background: transparent; 
	margin-left: 20px;	
	margin-top: 30px;	  
	background-color: #FFFFFF;
	width: 800px;
	font style: bold;
	text-align: justify; 
	padding: 0px 0px 0px 0px;  	
	}

#logo {
	margin-left: 0px;	
	margin-top: 0px;	  
	width: 1024px;
	font style: bold;
	padding: 0px 0px 0px 0px;  	
	}


#rollover_1 {	
	margin-left: -170px;	
	margin-top: -450px;		  
	background-color: #FFFFFF;
	color: #000000;
	width: 750px;
	}

/* + + + + + + + + + + + HEADLINE LAYOUT + + + + + + + + + + + */
#animaticbox {
	border: 1px #5599ec solid;
	background:#368ef8;
	width: 480px;
	height: 350px;
	padding: 10px 12px;
	position: absolute;
	top: 600px;
	left: 49px;
	color: #fff;
	}
#trailerbox {
	border: 1px #5599ec solid;
	background:#368ef8;
	width: 480px;
	height: 350px;
	padding: 10px 12px;
	position: absolute;
	top: 600px;
	left: 565px;
	color: #fff;
	}
#animaticbox h1, #trailerbox h1 {
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-style: italic;
	}
#topsection {
	width:1113px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;
	}
#dropshadowleft {
	width:46px;
	float:left;
	height:676px;
	background: url('images/drop_shadow_left.gif');
	}
#dropshadowright {
	background: url('images/drop_shadow_right.gif');
	float:left;
	height: 676px;
	width: 39px;
	}
#dropshadowbottom {
	height:103px;
	background: url('images/drop_shadow_bottom_repeat.gif');
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	}
#dropshadwobottomright {
	float: right;
	width: 97px;
	height: 103px;
	background: url('images/drop_shadow_bottom_right.gif');	
	background-repeat: no-repeat;
	}
#dropshadowbottomleft {
	float: left;
	width: 92px;
	height: 103px;
	background: url('images/drop_shadow_bottom_left.gif');	
	background-repeat: no-repeat;
	}
#contentContainer {
	float: left;
	width:1028px;
	position:relative;
	}
#mainBodyContainer {
	
	border:2px solid #278fd1;
	
	}
#headlinetext {	
	margin-left: 520px;	
	top: 25px;		  
	
	color: #FFFFFF;
	width: 480px;
	font-weight: bold;
	font-size:17px;
	text-align: center; 
	padding: 0px 20px 0px 0px;
	position: absolute;
	}
#headlinetext p {
	font-style: italic;
	font-weight: normal;
	}

#flashvideo {	
	margin-left: 5px;	
	margin-top: -420px;		  
	
	color: #FFFFFF;
	width: 500px;
	font-weight: bold;
	font-size:18px;
	text-align: center; 
	padding: 0px 0px 0px 0px;
	}

#subtitletext {	
	position: relative;
	margin-left: 95px;	
	margin-top: 140px;		  
	color: #FFFFFF;
	width: 350px;
	font-weight: bold;
	font-size:14px;
	text-align: justify; 
	padding: 0px 0px 0px 0px;
	}

/* + + + + + + + + + + + END OF HEADLINE LAYOUT + + + + + + + + + + + */



