#content-container   #background {
	background: #ab7f29 url(/images/bg-yellow.jpg) no-repeat center top;
}
	
	#content-container #content-left {
	width:550px;
	padding: 10px;
	margin-top: 50px;
	float: left;
	font-size: 12px;
	background: url(/images/transparent-50-black.png) repeat;
}
#content-container #background h1 {
	width: 500px;
	line-height: 52px;
}
#content-container #content-left h2 {
	font-size: 18px;
	padding-top: 0px;
}
#content-container #content-left img {
	border: 3px solid #dfb934;
}

	
	#content-container #content-right {
	float:right;
	width:255px;
	margin-top: 150px;
		}
		
		#content-container #sub-nav h1 {
			display:block;
			width:195px;
			height:47px;
			padding:35px 30px 0;
			background:url(/images/sub-nav-header.png) top center no-repeat;
			font-size:2.8em;
			color:#dfb934;
			}
		
		#content-container #sub-nav ul {
	width:100%;
	margin:0;
	padding:5px 0 10px;
	list-style:none;
	background:url(/images/sub-nav-bg.png) repeat-y;
	font-size:18px;
			}
			
			#content-container #sub-nav li {
	margin: 0px;
	padding: 0px 15px;
				}
			
			#content-container #sub-nav li a {
	display:block;
	color:#fff;
	padding:7px 15px;
	margin: 0px;
				}
				
			#content-container #sub-nav li a:hover, #content-container #sub-nav li .active {
				background-color:#000000;
				color:#dfb934;
				}
				
		#content-container #sub-nav-btm {
			width:100%;
			height:42px;
			background:url(/images/sub-nav-btm.png) no-repeat;
			}		
#content-container #sidebar {
	float:right;
	width:255px;
	margin-top: 20px;
}
#content-container #sidebar h1 {
	display:block;
	width:195px;
	height:47px;
	padding:35px 30px 0;
	background:url(/images/sub-nav-header.png) top center no-repeat;
	font-size:2em;
	color:#dfb934;
}
#content-container #sidebar-btm {
	width:100%;
	height:42px;
	background:url(/images/sub-nav-btm.png) no-repeat;
}
#content-container #sidebar .content {
	width:195px;
	margin:0;
	padding:0px 30px;
	background:url(/images/sub-nav-bg.png) repeat-y;
	font-size:12px;
}
#content-container a {
	color: #DFB934;
}
#content-container a:hover {
	color: #cccccc;
}






