@charset "utf-8";
/*-------------basic styling---------------*/
* {
		margin: 0px;
		padding: 0px;
}
	body{
		background-color:#000000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
	}
	#wrapper {
	position: relative;
	width: 800px;
	height:600px;
	margin: 0 auto;
	text-align:left;
	background-color: #666666;
	}
	#clear {
		clear: both;
	}
	/*-------------------------------- header styling -----------------------------------------------------*/
	#header{
	position:relative;
	background-repeat:no-repeat;
	height:215px;
	width: 800px;
}
	#header ul{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	width:800px;
	list-style:none;
	background:url(../images/navgraphic.gif) repeat-x top left;
	height: 30px;
		}
	#header ul li{
		float:left;
		}
	#header ul a{
		padding:0 15px;
		font-size:14px;
		line-height:2em;
		text-decoration:none;
		color:#FFFFFF;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}
	#header ul a.first{
		background:none;
		}
	#header ul a:hover{
		color:#669900;
		}
	#header li.down{
		padding:0 15px;
		line-height:2em;
		text-decoration:none;
		font-size:14px;
		color:#669900;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}

    /*--------------------------------------------------------- banner styling ---------------------------------------------------------*/
	
	#banner{
	width:800px;
	height:195px;
	background: url(../images/map.jpg) no-repeat center left;
		}
		
	/*--------------------------------------------------------- navigation styling -----------------------------------------------------*/
	
	#navigation{
		width:780px;
		height:40px;
		margin-left:10px;
		margin-top:10px;
		}
	#navigation h2{
		font-size:14px;
		padding-bottom:5px;
		}
	#navigation h2 a{
		text-decoration:none;
		color:#CCCCCC;
		text-align:left;
		}
	#navigation h2 a:hover{
		color:#669900;
		}
	/*--------------------------------------------------------- content styling --------------------------------------------------------*/
	#content{
	position:absolute;
	width:800px;
	color:#FFFFFF;
	background:#49493f;
	text-align:left;
	top: 405px;
	height: 550px;
		}
	#content h1{
		text-align:center;
		padding-top:.5em;
		}
	#content h2{
		text-align:center;
		padding-top:.5em;
		}
	#content h2.first{
		text-align:left;
		text-decoration:none;
		font-size:14px;
		}
	#content h2 a{
		text-decoration:none;
		color:#cccccc;
		font-size:14px;
		}
	#content h2 a:hover{
		color:#669900;
		}
	#content  h2.second{
		padding-bottom:.5em;
		}
	#content ul{
		margin-left:40px;
		list-style:none;
		}
	
	#text{
	float:left;
	width:520px;
	text-align:left;
	margin-left:10px;
	margin-top:3px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
		}
	#text p.first{
		padding-top:5px;
		}
	
	/*------------------------------------------------------------ sidebar styling --------------------------------------------------------*/
	#sidebar{
		float:right;
		width:250px;
		height:187px;
		margin-right:10px;
		margin-top:25px;
		background: url(../images/ep_Team2_rev1.jpg) no-repeat top left;
		}
	#sidebar2{
		float:right;
		width:250px;
		height:174px;
		margin-right:10px;
		margin-top:10px;
		background: url(../images/ep_Team2.jpg) no-repeat top left;
		}
		
	/*--------------------------------------------------------- footer styling ------------------------------------------------------------*/	
		
	#footer{
		width:800px;
		height:40px;
		float:left;
		text-align:center;
		background:#000000;
		margin-top:10px;
		}
			
		
	
		
		
		
