@charset "utf-8";
body {
	width: 1009px;
	margin: 0 auto;
}
#outer-wrapper {
	width: 1009px;
	float: left;
	margin-top: 50px;
}


#inner-wrapper {
	float: left;
	width: 800px;
	margin-right: 104px;
	margin-left: 105px;
}
#header {
	float: left;
	width: 790px;
	padding-top: 30px;
	border-bottom: 1px solid #566c58;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#content {
	background: #FFFFFF url(../images/inner-bg-bottom.jpg) repeat-y 0px bottom;
	float: left;
	width: 800px;
	padding-bottom: 20px;
}
.tc  #content {
	background: #FFFFFF url(../images/inner-bg-bottomtc.jpg) repeat-y 0px bottom;
	float: left;
	width: 800px;
	padding-bottom: 20px;
}
#columns {
	float: left;
	background: url(../images/right-col-bg.jpg) no-repeat 180px bottom;
}

#left-col {
	float: left;
	width: 180px;
	margin-top: 30px;
}
.col-bg {
	background: url(../images/col-bg.png) no-repeat right top;
}

#right-col {
	float: left;
	width: 600px;
	margin-top: 30px;
	border-left: 1px solid #566c58;
}
#col-one {
	float: left;
	width: 310px;
}
#col-two {
	float: left;
	width: 280px;
}


#footer-content {
	float: left;
	width: 770px;
	padding-top: 5px;
	border-top: 1px dotted #556c58;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
#site-footer {
	background: #BED600;
	float: left;
	width: 800px;
	line-height: 30px;
	text-align: center;
}
#latest-news {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #556c58;
}
#head-search {
	float: right;
	border: 1px solid #556c58;
	line-height: 16px;
	width: 170px;
	margin-right: 0px;
	text-align: right;
	padding-right: 5px;
}
#people-menu {
	float: right;
	width: 200px;
	border-left: 1px solid #AED35F;
}
.back {
	float: right;
	margin-right: 10px;
}
