/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color: #211d1e;
	background-repeat: repeat-x;
}


#wrap {
background: #000000;
color: #FFFFFF;
border:  none;
margin: 0 auto;
width: 790px;
}

#header {
	clear: both;
	padding: 0;
	height: 150px;
	background-color: #000000;
	background-image: url(images/headerbg.jpg);
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
}

#header h3 {
	width: 425px;
	font-size: 2.2em;
	float: left;
	color: #CC0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#header p {
	width: 500px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 35px;
	margin-top: 77px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 390px;
	font-family: "Trebuchet MS";
}



#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #fffff1;
display: block;
padding: 6px 0 0 10px;
background: #67522c;
border-left: 1px #846837 solid;
}
	
	
#avmenu li a:hover {
background: #67522c;
color: #fffff1;
border-left: 4px #47381e solid;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #a8a8a8;
background-color: #000000;
line-height: 1.3em;
}



#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0em 10px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	display:inline;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b6952a;
}

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


#footer {
clear: both;
margin: 0 auto;
padding: 0px 0em 0px 0em;
width: 790px;
text-align: center;
color: #808080;
font-size: 0.9em;
height: 44px;
border: none;}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFCC;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
	vertical-align: middle;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
