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

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

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

#top {
	width: 800px;
	height: auto;
	margin-top: 30px;
}

#ad1 {
	margin: 0 auto;
}

#ad2 {
	width: 700px;
	margin: 0 auto;
}

#body {
	width: 800px;
	height: auto;
	background: #3061C5 url("images/head.jpg") no-repeat;
	padding-top: 20px;
}

#desc {
	width: 500px;
	padding: 10px auto;
}

#surf {
	width: 600px;
	height: 41px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 477px;
	height: 41px;
	font-size: 20px;
	padding: 7px 0 0 10px;
	color: #11121F;
}

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

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

#foot {
	width: 800px;
	height: 10px;
	background: url("images/footer.jpg") no-repeat;
	padding-bottom: 20px;
}