body {
	background-color: #bcc2be;
}

#container {
	width: 950px;
	top: 10px;
	position: absolute;
	height: auto;
	clear: both;
	left: 50%;
	margin-left: -475px;
	background-color: #fff;
	padding: 0;
}

#header {
	height: 144px;
	width: 950px;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

#top-round {
	width: 950px;
	margin: 0;
	padding: 0;
	height: 6px;
	float: left;
	clear: both;
	position: relative;
	background-image: url(images/top-round.jpg);
}

#banner {
	width: 944px;
	height: 137px;
	position: relative;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
	background-image: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu {
	background-color: #3c5671;
	height: 24px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	clear: both;
	position: relative;
	width: 944px;
	float: left;
}

#content-container {
	background-color: #fff;
	position: relative;
	height: auto;
	float: left;
	left: 3px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-style: normal;
}

#content {
	width: 937px;
	border-right: 1px solid #aab3ae;
	border-left: 1px solid #aab3ae;
	background-color: #fff;
	height: auto;
	position: relative;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
}

#content-left {
	height: auto;
	float: left;
	position: relative;
	width: 500px;
	margin: 0 0 0 -2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#content-right {
	height: auto;
	float: left;
	position: relative;
	margin: 10px 0 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 427px;
	padding: 0 0 0 8px;
}

#footer {
	background-color: #3c4d45;
	width: 894px;
	height: 20px;
	clear: both;
	position: relative;
	padding-top: 5px;
	float: left;
	margin: 0;
}