body {
	background: #330000;
}

#container {
	position: absolute;
	width: 735px;

	top: 20px;
	left: 50%;
	right: 50%;

	margin-left: -375px;
	margin-right: -375px;
	color: #ffffff;

	padding-right: 15px;
	background: url(../img/bg_container.jpg);
}

#content {
	width: 444px;

	margin-bottom: -15px;
	margin-left: -171px;
	margin-top: 270px;
	border-left: 170px solid #f5f5f1;
	background: #f7f7f4 url(../img/bg_content.jpg) repeat-y;

	padding: 27px 53px 27px 53px;
	color: #000000;
	float: right;
	overflow: none;
}

#header {
	position: absolute;

	top: 0px;
	left: 15px;

	height: 275px;
	width: 720px;

	background: url(../img/bg_banner.jpg);
}

#header_flash {
	position: absolute;

	top: 0px;

	height: 140px;
	width: 720px;

	margin-top: 101px;
	z-index: 0;
}

#nav {
	width: 170px;
	margin-top: 284px;
	border-right: 0px solid #8f8f8f;
	background: #f5f5f1;
	margin-left: 7px;
	float: left;
}

#mainnav {
	width: 720px;
	height: 35px;
	margin-top: 235px;
	background: #f5f5f1;
	margin-left: 0px;
}

#footer {
	font-size:10px; color:#330000;
	margin:20px auto 0;

	width: 840px;
 
	background: #330000;
	line-height: 48px;  padding-left: 15px;  
}

#logo {
	position: absolute;
	top: -101px;
	left: 0px;
	width: 191px;
	height: 128px;

	background: url(../img/logo.gif) no-repeat;

	z-index: 10;
	visibility:visible;
}

div#header_flash img.banner {
	position:absolute;
	top:-90px;
	right:0px;
}