@charset "utf-8";
/* CSS Document */

a:visited{

	text-decoration: none;
	color:white;

}

a:link {

	text-decoration: none;
	color:white;
	
}

a:active {

	text-decoration: none;
	color:white;
	
}

a:hover {

	text-decoration:none;
	color:white;
	font-weight:bolder;
	
}

body {
	
	overflow:hidden;
	background-color: white;
	background-repeat:repeat-x;
	color:#666;
	font-family:sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
}

/* Begin Main ID's */


#mainHeader {
	
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/header.png);
	width: 980px;
	height: 136px;
	postion:absolute;
	
	
}


#navButtons{
	
	width: 1000px;
	height: 200px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	margin-top: -23px;
	margin-left: -10px;
	z-index: 1000;
	position: absolute	;
	
}



#flashBox  {
	
	background-color: #007DB8; 
	padding-top:10px; 
	padding-bottom:10px; 
	margin-top: 23px;
	color:white;
	
}

#footer {

	text-align:center;
	color: #007DB8; 

}

#randomImage {

	margin-top:35px;
	margin-left:325px;
	width:635px;

}


/* End Main ID's */

/* Class Section*/
