BODY
{
background-image:url(img/brown_bg.jpg);
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	line-height:14px;
	margin: 10 0 10em 0;
	padding: 0 0 10em 0;
}

#container
{
	margin:0 auto;
	width:870px;
	 
}

a
{
color:#663300;
text-decoration:none;
font-weight:bold;
}

a:hover
{
color:#996633;
text-decoration:underline;
font-weight:bold;
}

#top {
width:870px;
background-image:url(img/top.png);
background-repeat:no-repeat;
height:36px;

} 


#wrapper {
width:830px;
background-image:url(img/wrapper_back.png);
padding:0px 20px 0px 20px;
}


#bottom {
width:870px;
background-image:url(img/bottom.png);
background-repeat:no-repeat;
height:31px;
}

.clearer
{
clear:both;
}

#header
{
padding-top:15px;
width:100%;
height:115px;
text-align:center;
}

#con_menu
{
width:100%;
height:20px;
font-weight:bold;
background-color:#261d17;
}

ul#menu
{
padding:0;
margin:0;
list-style: none;
text-decoration:none;
text-align:center;
}


ul#menu li
{
	height:20px;
	width:120px;
	float:left;
	display:block;
	vertical-align:middle;
}

ul#menu li:hover
{
	height:20px;
	width:120px;
	float:left;
	display:block;
	background-color:#FFFFFF;
	color:#261d17;
}

ul#menu a
{
	height:20px;
	width:120px;
	float:left;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
ul#menu a:hover
{
	height:20px;
	width:120px;
	float:left;
	display:block;
	color:#261d17;
	text-decoration:none;
	
}

#footer
{
font-weight:bold;
text-align:center;
width:840px;
}

#left
{
padding-top: 60px;
padding-left:80px;
width:180px;
float:left;
}

#right
{
width:60%;
float:left;
padding-top:30px;
padding-left:20px;
}

#right p 
{
display:block;

width:500px;
}
#right h1
{
margin-bottom: -10px;
color:#663300;
font-size:18px;
display:block;
font-weight:bold;
}
.input
{
border:#663300 1px solid;
background:#C7B58F;
font-size:11px;
font-family:verdana, arial, sans-serif;
color:#333333;