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

body {
	font: 12px microsoft sans serif,arial;
	color: #000000;
	background: #FFFFFF;
	padding-top: 100px;
}

a {
	font-weight: bold;
	color: #000;
}

#content {
	width: 808px;
	height: 100%;
	background:url(images/body.jpg) repeat-y;
}

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

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

#ad1 {
	padding: 10px;
}

#ad2 {
	padding: 10px;
}

#desc {
	width: 610px;
	height: auto;
	background: #FFF;
	padding: 20px;
}

#surf {
	height: 36px;
	width: 500px;
	margin-bottom: 10px;
}

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

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

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