/* --Standard CSS-- */



body {
	margin           : 0px 0px 0px 0px;
	color : #333333;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 13px;
	}

#wrapper {
	width:900px;
	margin:0 auto;
	}
	
#logo {
	background:url(../pics/photobg.png) no-repeat 0 0;
	height:265px;
	width:235px;
	}
	
#header {
	height:265px;
	width:500px;
	font-size:48px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:24px;
	margin-left:10px;
	}	
	
#subheader {
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00;
	margin-top: 37px;
	}	
	
#logo1 {
	background:url(../images/lgt.jpg) no-repeat 0 0;
	height:124px;
	width:115px;
	margin-bottom: 90px;
	}		
	
#navmenu {
	height:185px;
	width:235px;
	}	
	
#menuback{
	background:url(../pics/menuback.png) no-repeat 0 0;
	height:30px;
	width:900px;
}	
	
#menu {

	}


#menu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	margin-left: 265px;
	}
#menu li {
	list-style-type: none;
	margin: 0 0 0 0;
	white-space: nowrap;
	padding-right:28px;
	float: left;
	}
#menu a
{
	text-decoration:none;
	display:block;
	float:left;
	color: #0055ea;
	font-weight:bold;
	font-size:15px;
	line-height: 30px;
}

#menu a:hover{
	color: #0099FF;
	}

