#wrapper {
	margin: 0 auto;
	width: 936px;
}
#header {
	width: 935px;
	height: 148px;
	float: left;
	display: inline;
	background: url(../images/Banner.gif) left no-repeat;
}
#top_nav {
	width: 935px;
	height: 32px;
	float: left;
	display: inline;
	background: url(../images/top_nav.gif) left no-repeat;
}
#top_border {
	width: 935px;
	height: 26px;
	float: left;
	display: inline;
	background: url(../images/top_border.gif) left no-repeat;
}
#main {
	width: 935px;
	float: left;
	display: inline;
	background: url(../images/main.gif) left repeat-y;
	padding: 0px 16px 0px 16px;
}
#banner {
	width: 903px;
	height: 205px;
	float: left;
	overflow: hidden;
	background: #666666;
}
#l_content {
	width: 660px;
	float: left;
	height: inherit;
	padding: 5px 5px 5px 5px;
}
#content_nav {
	width:650px;
	float: left;
	text-align: center;
}
#r_content {
	width: 213px;
	float: left;
	display: inline;
	background: #9cacd0;
	padding: 0px 10px 10px 10px;
}
#bottom_border {
	width: 935px;
	height: 26px;
	float: left;
	display: inline;
	background: url(../images/bottom_border.gif) left no-repeat;
}
#bottom_nav {
	width: 935px;
	height: 32px;
	float: left;
	display: inline;
	background: url(../images/bottom_nav.gif) left no-repeat;
}
#footer {
	width: 935px;
	height: 89px;
	float: left;
	display: inline;
	background: url(../images/footer.gif) left no-repeat;
}

