#wrapper{ 
	width: 1134px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #967B67;
	border-right: 1px solid #967B67;
	border-bottom: 1px solid #967B67;
}
#banner{
	width: 1134px;
	height: 181px;
}
#navbar{
	width: 818px;
	background-image: url(../images/nav-bg.png);
	height: 44px;
	position: relative; 
	left: 316px; 
	top: 156px;
}
.navbar-item{
	float: left;
	position: absolute;
	top: 14px;
	font-size: 13px;
}
.navbar-item a:link{
	color: #FFFFFF;
}
.navbar-item a:visited{
	color: #FFFFFF;
}
.navbar-item a:hover{
	color: #967B67;
}
#main-content{
	width: 1134px; 
	background: #FFFFFF;
	background-image: url(../images/main-content-bg.png);
}
#left-col{
	width: 883px;
	float: left;
	min-height: 500px;
}
#news-col{
	width: 219px;
	background: #EFEAE5;
	padding: 30px 12px 12px 12px;
	float: left;
}
.news-col-content{
	width: 198px;
	background: #DED4CD;
	padding: 10px;
	color: #967B67;
	margin-bottom: 10px;
}
.article-col-content{
	width: 201px;
	background: #DED4CD;
	padding: 10px;
	color: #967B67;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}
#home-content-col{
	width: 620px;
	float: left;
	background: transparent;
	padding: 30px 10px 30px 10px;
}
#content-col{
	width: 858px;
	float: left;
	background: #FFFFFF;
	padding: 30px 0px 30px 10px;
}
#sml-content-col{
	width: 590px;
	float: left;
	background: #FFFFFF;
	padding: 0px 0px 0px 30px;
}
#left-nav-col{
	width: 200px;
	float: left;
	background: #FFFFFF;
	margin-top: -27px;
}
#right-col{
	width: 221px;
	float: left;
	min-height: 500px;
	background: #EFEAE5;
	margin-left: 6px;
	padding: 30px 12px 12px 12px;
}
#signup-box{
	background: url(../images/signup-box-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 59px;
	width: 219px;
	margin-left: -3px;
	margin-bottom: 15px;
	padding: 10px 0 0 10px; 
}
.side-nav-item{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
}
.side-nav-item a, .side-nav-item a:visited{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: auto;
	background: #DED4CD;
}
.side-nav-item a:hover{
	background: #B4D072;
	color: white;
}
.side-nav-item-selected{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	background: #B4D072;
}
.side-nav-item-selected a, .side-nav-item-selected a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: auto;
	background: #B4D072;
}
#footer{
	clear:both;
	width: 1134px;
	height: 20px;
	color: #967B67;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
}
.download-box{
	padding: 10px 0;
	margin-top: 10px;
}