body {
	text-align: center;
	background: #FDC62D url(../img/bg.png) repeat-x top;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 985px;
	text-align: left;
	padding: 0 10px;
	background: url(../img/bg_container.png) repeat-y;
}

#header {
	height: 243px;
	background: url(../img/header.jpg) no-repeat;
}

#left {
	float: left;
	display: inline;
	width: 215px;
	padding: 170px 4px 10px 4px;
}

#cFinder {
	position: absolute;
	top: 206px;
	left: 18px;
	width: 183px;
	height: 151px;
	padding: 40px 12px 17px 11px;
	background: url(../img/finder.png) no-repeat;
}

#nav {
	padding-bottom: 2px;
	background: url(../img/nav_border.png) no-repeat bottom;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	line-height: normal;
	padding: 0;
	padding-top: 2px;
	background: url(../img/nav_border.png) no-repeat top;
}

#nav li.first {
	background: transparent;
}

#nav a {
	font-size: 1.1em;
	display: block;
	padding: 2px 10px 2px 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #3B0811;
	text-decoration: none;
}

#nav a.active,
#nav a:hover {
	color: #AF001F;
}

#nav ul {
	background: url(../img/bg_nav_sub.png) repeat-y;
}

#nav ul li {
	background: url(../img/nav_border_sub.png) no-repeat;
}

#nav ul a {
	padding-left: 20px;
}

#content {
	float: left;
	display: inline;
	width: 714px;
	margin: 0 0 0 10px;
	padding: 50px 15px 10px 15px;
	background: url(../img/bg_content.png) repeat-x top;
}

#footer {
	margin: 0 auto;
	width: 1005px;
	height: 40px;
	background: url(../img/bg_footer.png) no-repeat;
	margin-bottom: 20px;
}

#footer p {
	color: #9D7611;
	font-size: 0.9em;
	padding-top: 17px;
}

#footer a {
	color: #9D7611;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}