body
{
	margin:0;
	padding:0;
	background-color: #fff;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

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

img {
	border: none;
}

.clear_floats {
	clear: both;
}

/* @group Header */

#header_logo {
	height: 88px;
	width: 540px;
}

#header_links {
	height: 18px;
	width: 240px;
	padding-top: 70px;
	padding-left: 20px;
}

#header_logo, #header_links {
	float: left;
	border-bottom: 1px solid #c36;
}

#header_bottom {
	width: 800px;
	height: 6px;
	background: url(images/logo_bottom.jpg) no-repeat top left;
}

/* @end */