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

body {
	font: 12px arial;
	color: #000000;
	background: #E3E1D2;
}

a {
	font-weight: bold;
	color: #85714C;
}

#content {
	width: 808px;
	height: 100%;
	background: url("images/body.gif") repeat-y;
	padding-top: 10px;
}

#top {
	width: 650px;
	height: 10px;
	background: url("images/top.jpg");
}

#bottom {
	width: 650px;
	height: 10px;
	background: url("images/bottom.jpg");
}

#desc {
	width: 610px;
	height: auto;
	background: #FFF;
	padding: 20px;
	border-left: 2px solid #e3e1d2;
	border-right: 2px solid #e3e1d2;
}

#surf {
	height: 42px;
	width: 600px;
	margin-bottom: 10px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 500px;
	height: 42px;
	font-size: 16px;
	padding: 10px 0 0 10px;
}

#submit {
	float: right;
	background: url("images/button.jpg") no-repeat;
	width: 81px;
	height: 42px;
	cursor: pointer;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
#submit:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
} 




#footer {
	font-size: 10px;
	padding: 20px 0;
}
