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

body {
	font: 12px microsoft sans serif,arial;
	color: #8A8A8A;
	background: #fff;
}

a {
	font-weight: bold;
	color: #5A9DF0;
}

#logo {
	color: #5A9DF0;
	font-size: 32px;
	margin-bottom: 10px;
}

#container {
	width: 800px;
	height: 100%;
	background: #FFFFFF;
}

#content {
	width: 776px;
	height: 470px;
}

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

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

#left {
	float: left;
	width: 12px;
	height: 470px;
	background: url("images/left.jpg") repeat-y;
}

#right {
	float: right;
	width: 12px;
	height: 470px;
	background: url("images/right.jpg") repeat-y;
}

#ad1 {
	
}

#ad2 {
	
}

#desc {
	margin: 10px 50px 0 50px;
}

#surf {
	height: 26px;
	width: 460px;
}

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

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

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