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

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

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

h1 {
	display: none;
}

li {
	display: inline;
}

#head {
	width: 100%;
	height: 69px;
	background: #000;
}

#head img {
	float: left;
	margin-left: 10px;
}

#bottom {
	width: 100%;
	height: 11px;
	background: url("images/bottom.jpg");
}

#nav {
	width: 800px;
	height: auto;
	text-align: center;
}

#nav a {
	margin-right: 5px;
}

#desc {
	width: 700px;
	height: auto;
}

#surf {
	height: 47px;
	width: 600px;
	margin-top: 10px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 460px;
	height: 37px;
	font-size: 20px;
	padding: 10px 0 0 10px;
	color: #FFF;
}

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

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

#footer a {
	color: #000;
	text-decoration: none;
}

#left {
float:left;
}

#right {
float:right;
}

#ad2 {
position:relative;
left:0px;
}