/* CSS Document */
body {
	background: #faf3eb;
	margin: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#wrapper {
	width: 849px;
	margin: auto;
	overflow: hidden;
	}
#left {
	width: 798px;
	float:left;
	overflow: hidden;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
#left #banner {
	width: 798px;
	height: 144px;
	background: url(../images/banner.png) no-repeat;
	}
#left #top {
	width: 798px;
	height: 285px;
	}
#left #menu {
	width: 122px;
	height: 285px;
	background: url(../images/menu.png) no-repeat;
	float: left;
	}
#left #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#left #menu ul li a {
	display: block;
	margin: 0;
	padding: 10px 0 0 28px;
	}
#left #menu ul li a,
#left #menu ul li a:visited {
	color: #6c6d71;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}
#left #menu ul li a:hover,
#left #menu ul li.active a {
	color: #74a6a7;
	}
#left #menu ul li:hover,
#left #menu ul li.active {
	background: url(../images/menu_li_back.png) no-repeat 4px 9px;
	}
#left #top_right {
	width: 676px;
	height: 285px;
	float: left;
	}
#left #middle {
	width: 798px;
	}
#left #middle .left {
	width: 539px;
	float: left;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
#left #middle .left .middle {
	width: 539px;
	background: url(../images/middle_left_middle_back.jpg) repeat-y #7FAAAB;
	padding-bottom: 20px;
	min-height: 240px;
	}
#left #middle .left .bottom {
	width: 537px;
	height: 46px;
	margin-left: 2px;
	}
#left #middle .left .middle p {
	margin: 0;
	color: #fff;
	padding: 20px 16px 0 47px;
	}
#left #middle .right {
	width: 259px;
	float: right;
	background: #99CBCC;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
#footer {
	width: 849px;
	height: 56px;
	background: url(../images/footer.png) no-repeat;
	margin: auto;
	}
#footer ul {
	margin: 0;
	padding: 14px 0 0 28px;
	float: left;
	}
#footer ul li {
	display: inline;
	padding: 6px 6px 0 0;
	}
#footer span,
#footer ul li a,
#footer ul li a:visited {
	color: #6c6d71;
	text-decoration: none;
	font-size: 80%;
	}
#footer span {
	float: right;
	padding: 14px 56px 0 0;
	}
#footer ul li a:hover,
#footer ul li.active a {
	color: #74a6a7;
	}
#right {
	width: 51px;
	height: 787px;
	float: left;
	background: url(../images/right_background.png) repeat-y;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
.clear {
	clear: both;
	}
