/* IE6 CSS */

* html #wrapper {
	width: 1023px;
	margin: 0 auto;
	position: relative;
}

* html #main {
	width: 1023px;
	float: left;
}

* html #left-column {
	width: 286px;
	height: 400px;
	float: left;
}

* html #right-column {
	width: 730px;
	float: left;
}

* html #content {
	width: 633px;
	height: 500px;
	background-color: #ffffff;
	float:	right;
	margin-left: 22px;
	padding: 8px 25px 25px 25px;
}

* html #navigation ul li a {
	color: #165b44;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	width: 233px;
	height: 28px;
	display:block;
	padding: 6px 0px 0px 15px;
}

* html #navigation ul li a:hover {
	color: #f3efd6;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 233px;
	height: 28px;
	display:block;
}

* html #navigation ul li.current_page_item a {
	color: #f3efd6;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 233px;
	height: 28px;
}

* html #sidebar ul {
	width: 140px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding-bottom: 20px;
}

* html #sidebar ul li {
	width: 142px;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
}

* html #sidebar ul li a {
	width: 142px;
	float: left;
	padding: 7px 12px 7px 12px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

* html #sidebar ul li a:hover {
	width: 142px;
	float: left;
	padding: 7px 12px 7px 12px;
	list-style-type: none;
	background-color: #8e8973;
	color: #ddd6b9;
	font-weight: bold;
	text-decoration: none;
}


/* Footer */

* html #footer {
	float: right;
	width: 683px;
	height: 60px;
	background-color: #e2dbbd;
	border-top: 5px solid #827c64;
	margin: 0px 0px 0px 23px;
}

* html #footer-bottom {
	float: right;
	width: 683px;
	height: 125px;
	margin: 0px 0px 0px 23px;
	background-image: url(../images/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}