/*--------Background Color----------*/

body { background-color:#ffffff; text-align:left; font-family: Arial, Helvetica, sans-serif; }

/*--------/Background Color----------*/

/*--------Typography----------*/



/*---------page width--------*/

#wrap { position:relative; width:800px; margin:0px auto/*-------auto = centered-------*/; }

/*------------Header----------*/

#banner { background:url("../images/header.jpg") no-repeat; height:200px; margin:0px 0; }
 
/*------------/Header----------*/

 /*--------Page Title---------*/
 
#title { background-color:#436EA0; color:#f5f5f5; height:20px; margin:2px 0; padding:2px 10px 0 0; text-align:right; }
 
  /*--------/Page Title---------*/
  
#content { /*background:url("../images/bg-index.gif") repeat-y;*/ background-color:#ffffff; text-align:center }
   
#bottom { height:10px; clear:both; overflow:hidden; }

#footer { font-family:Arial, Helvetica, sans-serif; width:800px; text-align:center; margin:10px auto; clear:both;}

#footer p { margin-bottom:3px; color:#666; font-size:12px; }

#footer a:link, #footer a:visited { font-weight:normal; color:#957000; font-size:12px; }

/*------------Main Menu--------*/

#nav { 
	background-color:#5a7060;
	width:100%
	
	height:100%;
		text-align:center;

}
#nav ul{
	
	display:inline;
}
#nav ul li, a{
	
	font-size:12px;
	text-decoration:none;
	color:#fff;
	display:inline;
	padding-right:20px;
}

#nav a:hover  { 
	text-decoration:underline;
	color:#FF9;
}
	


/*------------Main Menu--------*/
