
#header {
	background: #0f0;
	padding: 0px;
	margin: 0px auto;
	width: 950px;
	height: 335px;
	position: relative;
}

#header_left {
	background: #66ABC4;
	padding: 0px;
	margin: 0px auto;
	width: 400px;
	height: 300px;
	float: left;
	position: relative;
}

#header_right {
	background: #7495CF url('images/header_right_bg.jpg');
	padding: 0px;
	margin: 0px auto;
	width: 550px;
	height: 300px;
	float: left;
}

#logo {
	border: 0px;
	position: absolute;
	top: 10px;
	left: 350px;
}
