div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	border: 1px solid white;
}

div#page-top-container
{
	background: black url("/images/interface/backgrounds/top.jpg") 50% bottom no-repeat;
	clear: both;
	width: 100%;
	height: 42px;
}

div#page-bottom-container
{
	background: black url("/images/interface/backgrounds/bottom.jpg") 50% bottom no-repeat;
	clear: both;
	width: 100%;
	height: 40px;
}

div#header-container
{
	background: #4A0010 url("/images/interface/backgrounds/header.jpg") 50% 50% no-repeat; 
	height: 96px; 
	position: relative;
}

div#top-container
{
	float: left;
	width: 100%;
	clear: both;
	vertical-align: middle;
	background: #6D6D6D url("/images/interface/backgrounds/horz_mnu.png") 0px 0px repeat-x;
	height: 1.8em;
}

div#intro-image-container
{
	background: #394D18 url("/images/interface/backgrounds/intro_men.jpg") 50% 50% no-repeat; 
	height: 194px;
	border-width: 3px 0px 3px 0px;
	border-color: #D60A17;
	border-style: solid;
	clear: both;
}

div#sub-image-container
{
	background: #280305 url("/images/interface/backgrounds/sub_img_1.jpg") 0px 0px no-repeat; 
	height: 157px;
	border-width: 0px 0px 3px 0px;
	border-color: #D60A17;
	border-style: solid;
}

div#left-container
{
	width: 175px; 
	float: left;
}

div#content-container
{
	float: right;
	margin-top: 8px;
	width: 565px;
}

div#footer-container
{
	text-align: center;
	border-top: 1px solid white;
	clear: both;
	padding: 4px;
}