#wrapper {
	text-align: center;
}

#black_bar {
	width:100%; 
	height:18px; 
	background: #000000;
	text-align: center;
}

#content_wrapper {
	margin-right: auto;
	margin-left: auto;
	width:990px;
	text-align: left;
}

#header_area {
	width: 990px;
	background:#C52127; /*#3366CC*/
	height:155px;
	padding-top:10px;
	margin-bottom: 15px;
}

#nav_area {
	height: 30px;
	background: #000000;
}

#logo_area{
	/*
	background:URL('/barrow/images/header_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	width: 990px;
	height: 108px;
	border-top: 2px solid #000000;
	margin-top:20px;
	background:#ffffff;
}

#logo {
	margin-top:8px;
}

#nav_item {
	float: left;
	color: #ffffff;
	margin: 3px 0 0 10px;
	text-decoration: none;
}