/***********************************************

   HTML ELEMENTS

***********************************************/ 

body {
	
	background: #FFFFFF;
	
	font:Tahoma, Geneva, sans-serif;
	
	font-size:16px;
	
	letter-spacing:1px;
	
	color: #FFFFFF;
		
	margin: 0 auto;
	
}


/********************************************

   LAYOUT

********************************************/

#wrap {
	
	position: relative;
	
	width: 960px;
	
	margin: 0 auto;

	
}

#banner {
	
	position: relative;
	
	width: 960px;
	
	height: 214px;
	
	background-image: url(../images/banner.png);
	
	background-repeat: no-repeat;
			
}

#logo {
	
	position:absolute; margin-left:360px; margin-top:40px;
	
	width: 250px;
	
	height: 190px;
	
	background: url(../images/logo.png) no-repeat;
	
	z-index:2;
	
}

#navigation {
	
	position: relative; left: 610px; top:100px;
	
	width: 310px;
	
	height: 150px;
	
}

#leftMost-bg {
	
	position: relative;
	
	width: 30px;
	
	height: 440px;
	
	background-image:url(../images/leftMost-bg.png);
	
	background-repeat:no-repeat;
	
	background-position:2px 0px;
			
	float:left;
	
}

#middle-bg {
	
	position:relative;
	
	width: 900px;
	
	height: auto;
	
	background:#0065b3;
		
	float:left;
	
	z-index:1;

}

#middle-content {
	
	position:relative;
	
	width:900px;
	
	height:auto;
	
	background:#0065b3;
	
}

#rightMost-bg {
	
	position:relative;
	
	width: 30px;
	
	height: 440px;
	
	
}




.sep {
	position:relative;
	
	clear:both;
	
	width:100%;
	
	height:auto;
	
}


#footer {
	
	position: relative; left: 30px;
	
	font-size:10px;
	
	width: 900px;
	
	height: 106px;
	
	clear: both;
	
	background: url(../images/footer.png) no-repeat;
	
} #footer a:link {
	
	color:#00EAFF;
	
	text-decoration:underline;
	
} #footer a:hover {
	
	color:#ffffff;
	
} 

#footer a:active {

	color:#00EAFF;
	
}
/*--------------------------------------------*/
/*BANNER, LOGO, NAVIGATION


/*--------------------------------------------*/ 