
body {
	margin: 0px;
	background-color: #000000;
}

#outer_helper {
	height: 98%;
	background-color: #000000;
}

#inner_helper1,
#inner_helper {
	width: 100%;
	text-align: center;
}

#inner_helper {
 	background-color: #ffffff;
}

#outer_container {
	display: block;
	position: relative;
	margin-top: -240px;
	width: 100%;
	background-color: #ffffff;
	height: 480px;
}

#container1,
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	width: 960px;
}

#container1 {
	color: #ffffff;
	text-align: left;
}

#logo_wrap {
	position: relative;
	left: 150px;
	width: 68px;
	background-color: #bf0423;
}

#logo_wrap img {
	margin: 25px 10px 10px 10px;
}

#container {
	height: 480px;
	background-color: #ffffff;
}

#left {
	float: left;
	text-align: right;
	width: 120px;
	height: 100%;
}

#divider {
	float: left;
	width: 30px;
	height: 100%;
	background-color: #000000;
}

#middle {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 800px;
	padding: 2px 5px 5px 5px;
}


#topnav {
	height: 40px;

	background-color: #ffffff;	
	color: #333333;

	padding-top: 5px;
	vertical-align:	top;
	text-align: left;
}

#rightnav {
	float: left;
	text-align: center;
	margin-left: 5px;
	width: 100px;
}

#content {
	float: left;
	width: 680px;
	height: 368px;

	background-color: #ffffff;
	color: #333333;
	border: 1px solid #000000;
	
	margin-bottom: 5px;
	overflow: auto;
	
	text-align: left;
	line-height: 1.5em;
}

#content .inner {
	padding: 10px;
}

#bottomnav {
	clear: both;
	width: 680px;
	height: 50px;

	background-color: #ffffff;	
	color: #333333;
	border: 1px solid #000000;

	vertical-align:	top;
	text-align: left;
}

#bottomnav .inner {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}


