/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	
	font-family: Georgia, Arial, serif;
	font-size: 11px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}

a { text-decoration: none; color: #A99A6F; border-bottom: 1px solid #A99A6F; }
a:hover { border-bottom: 1px solid #49515C; color: #000; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 830px;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(images/logo.jpg) no-repeat 100% 0;
	border-top: 30px solid #fff;
	height: 117px;
	
	}	
	#header2 {
	background-color: #A99A6F;
	height: 20px;
	color: #A99A6F;
	
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #C3B89A; 
	border-bottom: 7px solid #A99A6F;
	border-top: 1px solid #A99A6F;
	margin: 0; 
	padding-left: 140px;
	height: 26px;
	clear: both;
	
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	
	}		
#nav li a { 
	text-decoration: none; 
	color: #3E3624;
	background-color: #C3B89A;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: none;
	
	}
#nav li a:hover { background-color: #A99A6F; }
#nav li a.on { background-color: #A99A6F; color: #fff; font-weight: bold; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 828px;
	height: 380px;
	position: relative;
	background-color:  #A99A6F;
	border-right: 1px solid #A99A6F;
    border-left: 1px solid #A99A6F;
	}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff;
	border-top: 2px solid #fff;
	text-align: center;	
    color: #3E3624;
	font-size: 11px;
	padding: 2px;
	line-height: 16px;
	clear: both;
	}
	

