/*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: #211D1E url(images/body_deg.gif) repeat-x;
}
#wrap
{
	background: #000000;
	color: #FFFFFF;
	border: none;
	margin: 0 auto;
	width: 790px;
}
#header
{
	clear: both;
	margin: 0px 0em;
	padding: 0;
	height: 75px;
	background-color: #000000;
}
#header H3
{
	width: 350px;
	margin: 0px 0px 0px 15px;
	float: left;
}
#header P
{
	width: 500px;
	float: right;
	text-align: center;
	color: #A0A0A0;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 35px;
}
#avmenu
{
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 0.9em;
}
#avmenu UL
{
	list-style: none;
	width: 150px;
	margin: 0 0 20px;
	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: #302314;
	border-left: 1px solid #AD6F23;
}
#avmenu LI A:hover
{
	background: #664111;
	color: #FFFFF1;
	border-left: 4px solid #AD9875;
}
.announce
{
	margin: 10px 0;
	padding: 10px;
	width: 130px;
	color: #A8A8A8;
	background-color: #000000;
	line-height: 1.3em;
}
#extras
{
	float: right;
	width: 150px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras P
{
	margin: 0 0 1.5em;
}
#content
{
	margin: 0em 160px 20px;
	padding: 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content H2
{
	font-size: 1.5em;
	margin: 0 0 0.5em;
}
#content IMG
{
	padding: 0px;
	display: inline;
}
H3
{
	font-size: 1.3em;
	margin: 0 0 10px;
}
A
{
	text-decoration: none;
	color: #B6952A;
}
A:hover
{
	text-decoration: underline;
	color: #B6952A;
}
#footer
{
	clear: both;
	margin: 0 auto;
	padding: 0px 0em;
	width: 790px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	height: 244px;
	background: #211D1E url(images/pom_bas.jpg) no-repeat right;
	border: none;
}
#footer A
{
	color: #808080;
	text-decoration: none;
}
#footer A:hover
{
	text-decoration: underline;
}
.left
{
	margin: 0px 7px 0px 5px;
	float: left;
}
.right
{
	margin: 0px 7px 0px 5px;
	float: right;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}
.small
{
	font-size: 0.8em;
}
.bold
{
	font-weight: bold;
}
.hide
{
	display: none;
}
