#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #CC8D0E;
	margin-top: 0px;
}

#banner {
	padding-left: 5px;
}
#bannerBar {
	height: 292px;
	margin-bottom: 20px;
	width: 760px;
	background-color: #00CCCC;
}
#bannerBarInside {
	height: 130px;
	margin-bottom: 20px;
	width: 750px;
	background-color: #FFB71A;
	padding: 5px;
}
#navTop {
	background-image: url(/images/hdr_nav_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top:5px;
	text-align:right;
}
#navTop ul {
	margin:0 17px 0 0;
	text-transform: uppercase;
}
#navTop ul li{
	font-size: 12px;
	display:inline;
	margin:0;
	padding-right: 7px;
	padding-left: 7px;
}
#navTwo ul {
	margin:0 ;
	text-transform: uppercase;
}
#navTwo ul li{
	display:inline;
	margin:0;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px dotted #FFE295;
}
#content {
	margin-right:230px;
	margin-left: 3px;
}
#rightBar {
	float: right;
	margin-right:5px ;
	width: 210px;
	background-image: url(/images/bg_right.gif);
	background-repeat: repeat-x;
	background-color: #FFB71A;
}
#footer {
	clear: both;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: -10px;
}
#bg_right_btm {
	background-image: url(/images/bg_r_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navTwo {
	background-color: #116CB9;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}
#footerDetails {
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 200px;
	background-color: #FFB71A;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 14px;
}
