#wrapper {
	width: 800px;
	margin: auto;
	position: relative;
	visibility: visible;
	z-index: 0;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#header {
	height: 99px;
	background-image: url(../images/roaring_header.jpg);
}
#footer {
	height: 75px;
	width: 780px;
	clear: both;
	font-size: 85%;
	color: #333333;
}
#header_float {
	height: 85px;
	position: relative;
	left: 300px;
	top: 10px;
	width: 275px;
}
#content_left {
	float: left;
	width: 130px;
	padding-left: 3px;
	padding-bottom: 6px;
}
#wrapper #content_middle {
	margin: 0 160px 0 145px;
	padding-bottom: 6px;
	clear: none;
}
#wrapper #content {
	height: auto;
}

#wrapper #content_right {
	float: right;
	width: 150px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#height_space {
	height: 10px;
	float: left;
	width: 780px;
}
#height_space_top {
	height: 5px;
	float: left;
	width: 780px;
	background-color: #003366;
}
#feature_float {
	float: right;
	width: 250px;
	margin-right: 12px;
}
#header_left {

	height: 85px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
}
#wrapper #content_middle_main {

	margin: 0 10px 0 145px;
	padding-bottom: 6px;
	clear: none;
}
