#pagewidth { 
	width:945px;
	background: url(../images/bg_content.gif) repeat-y left top;
}

#content_bg {
	background: url(../images/bg_content_v.gif) repeat-x left top;
}
 
#leftcol {
	width:269px; 
	float:left; 
	position:relative; 
	padding: 0;
	background: #323232;
}

#main_content {
	float: right;
	display: inline;
	position: relative;
	width: 676px;
}

#main_content h3 {
	font: 600 18px Arial, Tahoma, sans-serif;
	color: #323232;
	margin-bottom: 20px;
}

#main_content h3 a {
	color: #323232;
}


#main_content_info {
	padding: 30px;
}

#main_content_info a {
	color: #FF6804;
	text-decoration: none;
}

#main_content_info a:hover {
	text-decoration: underline;

}

#footer {
	height: 17px; 
	background-color: #E6E6E6; 
	clear: both;
	text-align: right;
	font: 8px Verdana, Arial, Tahoma, sans-serif;
} 

strong.sub {
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
	color: #FF6804;
}

img.header {
	display: block;
	border-bottom: 10px solid #FF6804;
}

/* content menu */

#current {
	font-weight: bold;
}

#navcontainer { margin: 0 10px 0 30px }

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a {
	display: block;
	padding: 6px 10px 6px 15px;
	width: 202px;
	color: #fff;
	background-color: #FF6804;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #FF8905;
	text-decoration: none;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a {
	display: block;
	padding: 6px 10px 6px 25px;
	width: 192px;
	color: #fff;
	background-color: #FF954F;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #FFAC4F;
	text-decoration: none;
}

#navcontainer ul ul ul li { margin: 0; }

#navcontainer ul ul ul a {
	display: block;
	padding: 6px 10px 6px 50px;
	width: 167px;
	color: #000;
	background-color: #FEB17B;
	text-decoration: none;
}

#navcontainer ul ul ul a:hover {
	color: #000;
	background-color: #FEC27B;
	text-decoration: none;
}
