*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1F5111;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1F5111;
}

body {
	
	background: #ab9781 url(../images/back_all.gif) repeat-x top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#back
{
width: 730px;
margin: 0 auto;
}

#header {
	height: 210px;
	text-align: left;
	margin: 0;
	border-top-style:double;
	border-left-style:double;
	border-right-style:double;
	border-color:#463e2f;
}

#menu
{
width: 674px;
height: 36px;
padding: 10px 0 0 50px;
background-color:#d5c6a8;
border-top-style:groove;
border-bottom-style:groove;
border-color:#ffffff;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}


#menu a {
	float: left;
	width: 196px;
	height: 21px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #40372e;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/button.gif) no-repeat;
	margin: 0 0 0 9px;
	padding: 5px 0 0 0;
	letter-spacing:2px;
}

#menu a:hover {
	width: 196px;
    height: 21px;
	color: #7a6d60;
	background: url(../images/button_r.gif) no-repeat;
}


#logo {
background: url(../images/header.jpg) no-repeat;
width: 710px;
height: 143px;
text-align: left;
padding: 50px 0 0 20px;
margin: 0 10px 0 0;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #666666;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 0;
border-left-style:double;
border-right-style:double;
border-color:#463e2f;
background: #F9F9FB;
margin:0;
}

#left
{
	width: 211px;
	margin: 10px 0 0 58px;
}

#left H3
{
width: 191px;
height: 21px;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 20px;
text-transform: uppercase;
color: #695c4a;
background: url(../images/title.gif) repeat-x;
}

#left ul {
	list-style: none;

}

#left li
{
background: url(../images/title_back.gif) no-repeat;
padding-top: 10px;
}

#left li ul {
	border: 0px;
	margin: 0 0 10px 20px;
}

#left li li {
	padding: 4px 14px;
    background: url(../images/small.gif) no-repeat left;
	border: 0px;
}

#left a {
	color: #666666;
}


#left p
{
padding: 10px;
}

#right
{
float: right;
width: 373px;
margin: 10px 0 0 0;
padding-right: 63px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 16px;
	letter-spacing:3px;
	color: #695c4a;
	padding-top: 5px;
	height: 45px;
	padding-left: 20px;
	background: url(../images/h2.gif) no-repeat;
}

#right H4 a
{
color: #FFFFFF
}

#right a
{
color: #666666;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1F5111;
}


#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
	background-color:#d5c6a8;
	border-left-style:double;
border-right-style:double;
border-bottom-style:double;
border-color:#463e2f;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
color:#993333;
}