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

body {
	font: 12px arial;
	color: #848981;
	background: #FAFFF7;
}

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

#head {
	height: 122px;
	background: url("images/head.jpg") repeat-x;
}

#logo {
	width: 679px;
	height: 122px;
	background: url("images/logo.jpg") no-repeat;
}

#tag {
	margin-top: 88px;
	float: right;
	width: 249px;
	height: 34px;
	background: url("images/tag.jpg");
}

#ad1 {
	margin: 10px 0;
}

#content {
	width: 682px;
	height: 80px;
	padding: 10px;
	background: url("images/desc.jpg") repeat-y;
}

#top {
	width: 702px;
	height: 11px;
	background: url("images/t.jpg") no-repeat;
}

#bottom {
	width: 702px;
	height: 11px;
	background: url("images/b.jpg") no-repeat;
}

#surf {
	height: 38px;
	width: 520px;
	margin: 20px 0;
}

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

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

#footer {
	font-size: 10px;
	margin-top: 20px;
}