body {
	text-align: center;
	background: #FFF url(../img/bg.png) repeat-x top;
}

#container {
	position: relative;
	width: 952px;
	padding: 0 21px;
	background: url(../img/shadow.png) no-repeat;
	margin: 0 auto;
	text-align: left;
}

#image {
	background: url(../img/header.jpg) no-repeat top;
}

#home_link {
	position: absolute;
	top: 14px;
	left: 343px;
}

#left {
	width: 203px;
	margin: 290px 0 10px 15px;
	float: left;
	display: inline;
}

#nav {
	background: url(../img/bg_nav_top.png) no-repeat top;
	padding: 10px 0;
}

#nav ul {
	margin: 0;
	padding: 0 8px 12px 8px;
	list-style: none;
	background: url(../img/bg_nav_bottom.png) no-repeat left bottom;
}

#nav ul ul {
	margin: 0;
	padding: 0;
	background: none;
}

#nav li {
	padding-top: 1px;
	margin: 0 12px;
	background: url(../img/nav_border.png) repeat-x top;
}

#nav li.first {
	padding-top: 0;
	background: none;
}

#nav ul ul li {
	margin: 0;
}

#nav a {
	display: block;
	line-height: 1.2em;
	padding: 5px 0 5px 13px;
	background: url(../img/nav_bullet.png) no-repeat 0 10px;
	color: #303224;
	text-decoration: none;
}

#nav a:hover,
#nav a.active {
	color: #A91F1F;
	text-decoration: none;
}

#nav ul ul a {
	background-position: 15px 9px;
	padding-left: 28px;
}

#content {
	float: left;
	display: inline;
	margin: 295px 0 10px 12px;
	width: 492px;
}

#right {
	float: left;
	display: inline;
	margin: 325px 0 10px 8px;
	width: 192px;
}

#footer {
	width: 952px;
	height: 56px;
	background: url(../img/footer.png) no-repeat;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
}

#footer p {
	padding: 17px 0 0 0;
	color: #0A2D7E;
}

#footer a {
	color: #0A2D7E;
	text-decoration: none;
	font-weight: normal;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
