body
{
	background-color: #311902;
	background-image: url('images/page_t.jpg');
	background-repeat: repeat;
	font-family: Helvetica;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #D9D2B4;
}

#header 
{
	background-color: #311902;
	border-color: #F2E0A1;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#header h1
{
	color: #B4A56A;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	}

#header h2
{
	color: #A39352;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#header h3
{
	color: #B4A56A;
	font-size: 16px;
	text-align: left;
}

#content
{
	text-align: justify;
	padding: 10px 10px 10px 10px;
}

#content a
{
color: #A39352;
text-decoration: none;
}

#content a:hover
{
color: #B6A76D;
text-decoration: none;
}

ul
{
list-style: none;
margin: 10px;
padding: 0;
}

ul li a 
{
background-color: #311902;
border: 1px solid #674A2D;
color: #B4A56A;
display: block;
font-size: 17px;
margin-bottom: 1px;
padding: 12px 10px;
text-decoration: none;
}

ul li:first-child a 
{
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}

ul li:last-child a 
{
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

ul li a:active,ul li a:hover
{
background-color: #5D3D02;
color: #D9D2B4;
}

#footer
{
background-color: #311902;
color: #D9D2B4;
display: block;
font-family: Helvetica;
font-size: 10px;
text-align: center;
padding: 10px 0px 10px 0px;
}

#footer a
{
color: #F2E0A1;
text-decoration: none;
}
