

/* layout with banner across the top and nav menu running across under it */

#menu{
	background-color:#ddd;
}

#menu a{
	border-right:1px solid #aaa;
	padding:10px 20px;
	color:#000;
}
#menu li.active a, #menu li a:hover, #menu li a:active{
	border-right:1px solid #ddd;
	background-color:#333;
	color:#fff;
}

/* ===================== */

#cms_header .header-image {
	background:#369;
	
}

#page_content {
	width:800px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
