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

body {
	background: #FFF;
	font: 11px microsoft sans serif,arial;
}

a {
	font-weight: bold;
	color: #866C5D;
}

h1 {
	font-size:28px;
	color: #333;
	padding-bottom:10px;
}

#head {
	background: url("images/head.jpg");
	width: 814px;
	height: 103px;
}

#nav {
	background: url("images/nav.jpg") repeat-y;
	width: 814px;
	height: 25px;
	padding: 5px 0;
}

#navigation a, li {
	display: inline;
	padding: 0 15px;
}

#navigation a:link, #navlist a:visited {
	color:#222;
	font-weight:bold;
}

#navigation a:hover {
	background-color: #ADADAD;
	color:#FFF;
}

#ad2 {
	float:left;
}

#list {
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
	float: right;
	border: 1px solid #000;
	background-color: #eeeeee;
	width: 336px;
	height: 280px;
	color: #000;
}

#content {
	background: url("images/content.jpg") repeat-y;
	width: 734px;
	min-height: 450px;
	padding: 20px 40px;
	clear: both;
}

#info {
	padding: 10px auto;
	clear: both;
}

#desc {
	padding:10px auto;
	margin: 10px 50px 10px 50px;
	clear: both;
}

#surf {
	height: 46px;
	width: 530px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 400px;
	height: 46px;
	font-size: 18px;
	padding: 10px 0 0 15px;
	color: #FFFFFF;
}

#submit {
	float: right;
	background: url("images/button.jpg") no-repeat;
	width: 106px;
	height: 46px;
	cursor: pointer;
}

#footer {
	color: #333;
	font-size: 11px;
	background: url("images/footer.jpg");
	padding-top: 20px;
	width: 814px;
	height: 72px;
}