@charset "utf-8";
/* CSS Document */

.nocss {
	display: none;
}

body {
	margin-left: 50px;
}

#page {
	width: 978px;
	border: 1px solid #bac5c7;
	padding-bottom: 0px;
	position: relative;
}

#header-section {
	background: url(img/bg-header.gif) 0 0 no-repeat;
	height: 130px;
	border-bottom: 2px solid #bac5c7;
}

#navigation-section {
	float: left;
	overflow: visible;
	margin: 105px 0 0 15px;
	padding: 0;
}

#main-section {
	padding: 0px;
	height: 1%;
	position: relative;
}

#content-section {
	float: left;
	width: 668px;
}

.overview-page #content-section {
	float: none;
	width: auto;
}

#marginal-section {
	float: left;
	width: 310px;
}

#main-section .inner {
	padding: 0 10px 10px 0;
}

#footer-section {
	background: #0e3a4f url(img/bg-footer.gif) 0 0 no-repeat;
	height: 1%;
}




/* BANNER */
#banner-top {
	margin-bottom: 8px;
}

#banner-right {
	position: absolute;
	top: -1px;
	left: 988px;
}