/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000 url(bg.jpg) repeat-x top center; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #fff;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #B2A06B;}
a:hover { border-bottom: 1px solid #B2A06B; color: #B2A06B; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 930px;
	background: #000;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	position: relative;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#logo {
	width: 164px;
	height: 164px;
	float: left;
	position: absolute;
	top: 15px;
	text-align: right;
	}	

#banner {
	background: #599927;
	height: 270px;
	border-top: 15px solid #000;
	border-bottom: 10px solid #B2A06B;
	}

#header {
background: #fff url(backheader.jpg);
height: 120px;
}

#textop {
height: 20px;
margin-left: 164px; 
margin-bottom: 50px;
padding: 10px;
font-size: 11px;
text-align: right;
color: #000;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: transparent; 
	margin-left: 190px; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #000;
	background: transparent;
	border-top: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 13px;
	font-size: 1em;
	letter-spacing: 0px;
	float: left;
	}
#nav li a:hover { background-color: #000; color: #fff; border-top: 4px solid #B2A06B;}
#nav li a.on { background-color: #000; color: #fff; border-top: 4px solid #B2A06B; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 270px;
	background: #000;
	line-height: 17px; 
	padding-top: 5px;
	padding-bottom: 20px;

	}

.sidebar li {
	list-style-type: none;
	font-size: 11px;
	/*text-transform: uppercase;*/
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	
}

.ok {
border-bottom: 1px dotted #333;
padding:8px 10px;
}


.sidebar li a { 
color: #fff; 
text-decoration: none; 
}

.sidebar li a:hover { color: #B2A06B; }
.sidebar li a.on  { color: #B2A06B; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	background: #000;
	border-top: 4px solid #fff;
	width: 100%;
	color: #fff;
	padding: 10px 0 0 0;
	}	

.texts {
width: 630px;
background: #000;
float: right;
line-height: 16px; 
text-align: left; 
margin: 0;
padding-bottom: 20px;
}	

.texts p {
margin: 0;
padding: 0;
}

.texts h1 {
font-size: 18px;
letter-spacing: -1px;
color: #B2A06B;
margin: 0 0 20px 0;
padding: 8px 0;
border-bottom: 1px solid #B2A06B;
}

.sidebar h1 {
font-size: 18px;
letter-spacing: -1px;
color: #B2A06B;
margin: 0 0 20px 0;
padding: 8px 0;
border-bottom: 1px solid #B2A06B;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: url(footer.jpg) no-repeat 100% 0;
	border-top: 5px solid #fff;
	text-align: left;	
	color: #000;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	line-height: 14px;
	clear: both;
	height:55px;
	}
	
#footer a { text-decoration: none; color: #000; }
#footer a:hover { border-bottom: 1px solid #000; color: #000; }
