@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color:#000;
	background-image:url(cssImages/promo_bg.jpg);
	background-repeat:no-repeat;
	height:100%;
}
#topContent{
	height:100px;
	width:980px;
}
#logo{
	width:225px;
	float:left;
}

#nav{
	width:650px;
	height:80px;
	float:left;
	padding-top:5px;
	padding-left:80px;
}


#introText{
	color:#FFF;
	margin-left:310px;
	width:670px;
	margin-bottom:20px;
	
}

#introPics{
	height:230px;
	width:600px;
	margin-left:390px;
	
}
#mainContent{
	margin-left:310px;
	width:640px;
	color:#FFF;
}
#aboveForm{
	height:200px;
}




.introTitle{
	margin-top:-30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}
.redText{
	color:#F00;
}
	
	







#spacer{
	height:100px;
}
#bottomContent{
	font-family: sans-serif, Arial;
}


