* {margin: 0; padding: 0;}

#container {
	position: relative;
	margin: auto;
	width: 840px;
	overflow: hidden;
}

#menu {
	padding-left: 20px;
	height: 40px;
}

#content {
	padding-left: 20px;
	width: 600px;
	float: left;
}

#rightcol {
	float: left;
	padding-left: 10px;
	width: 130px;
}

#header {
	height: 320px;
	width: 100%;
}

#main_header {
	position: absolute;
	left: 200px;
	top: 117px;
}

#searchbox {
	position: absolute;
	top: 68px;
	right: 25px;
}

#footer {
	overflow: hidden;
	clear: both;
	min-height: 90px !important;
	height: 90px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#header_adsense {
	position: absolute;
	top: 235px;
	left: 20px;
}