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

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

* html #navigation {
	width: 870px;
	height: 52px;
	float: left;
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 10px;
	text-align: center;
}

* html #search {
	width: 240px;
	height: 30px;
	float: left;
	margin: 32px 0px 0px 305px;
}	

* html .search-box {
	width: 140px;
	height: 35px;
	float: left;
	margin: 0px 0px 0px 0px;
}

* html .search-box-input {
	background-color: #FFFFFF;
	border: 0px;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	width: 140px;
	color: #8d876f;
	margin: 5px 3px 0px 0px;
}

* html .search-button {
	height: 35px;
	float: left;
	margin: 0px 0px 0px 0px;
}

* html .search-submit {
	padding: 3px 8px 3px 8px;
	background-color: #a59f85;
	border: 0px;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

* html #main-content {
	width: 806px;
	float: left;
	background-color: #ffffff;
	margin: 32px 0px 0px 23px;
}

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

* html #content {
	float: left;
	width: 531px;
	margin: 22px 0px 22px 12px;
}

* 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;
}

* html #footer {
	float: left;
	width: 805px;
	height: 88px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0px 0px 23px;
}