@charset "utf-8";
/* CSS Document */

.nocss {
	display: none;
}

body {
}

#page {
	width: 900px;
	background: url(img/dotted-line-horizontal-dark.gif) 0px bottom repeat-x;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
}

#navigation-section {
	background: #000;
	margin: 0px;
	padding: 0px;
}

#main-section {
	background: url(img/bg-content.gif) 0px 0px repeat-y;
	padding: 0px;
	height: 1%;
	position: relative;
}

#content-section {
	float: left;
	width: 570px;
	/*background: url(img/dotted-line-vertical-dark.gif) right 0px repeat-y;*/
}

#marginal-section {
	float: left;
	width: 330px;
/*	background: url(img/dotted-line-vertical-dark.gif) right 0px repeat-y;*/
}

#main-section .inner {
	padding: 15px;
}



/* BANNER */
#banner-top {
	margin-left: 50px;
	margin-bottom: 20px;
}

#banner-right {
	clear: both;
	position: absolute;
	top: 0px;
	left: 915px;
}
