body {
	background: #514d39 url(../images/bg-clouds.jpg) repeat-x top center;
	text-align: center;
}

#page_bg {
	width: 100%; height: 900px;
	background: url(../images/bg-city.gif) repeat-x top left;
}

#banner_bg {
	position: absolute;
	width: 920px; height: 198px;
	margin-top: 10px;
	margin-left: 75px;
	background: url(../images/bg-banner.png) no-repeat top left;
}

#page {
	width: 1050px;
	margin: 0px auto 0px;
	text-align: left;
}

#content_bg {
	position: absolute;
	z-index: 400;
	margin-top:187px;
	width: 1050px;
	background: url(../images/bg-ground.gif) no-repeat top left;
}

#content {
	position: relative;
	margin:30px 67px;
	width: 915px;
	background: url(../images/bg-content.png) repeat-y top left;
}

/* Content */

.content_list {
	margin-left:40px;
	padding: 10px 0px 20px 0px;
}
.content_list li {
	padding-top: 5px;
	font-family: verdana;
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	font-size: 8pt;
	color: #6b6548;
}
.rlist{
	margin-bottom: 20px;
	background-color:#fff4e2;
	width: 250px;
	border:1px solid #cec6ba;
}

.rlist h3{
	font-family: verdana;
	background-color: #fff4e2;
	margin: 0;
	font-size: 12px;
	color: #8a8360;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;	
}

.rlist h3 a {
	display: block;
	padding: 5px 15px 5px 35px;
	text-decoration: none;
	color: #8a8360;
	background: url(../images/link.png) 15px 5px no-repeat;
}

.rlist a:hover {
	text-decoration: underline;
	display: block;
}

.images {
	margin: 10px 30px 20px 0px;
	text-align: center;
	float: left;
}

.clear{
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}


/* Footer */

#footer {
	background:transparent url(../images/footer-bg.png) no-repeat scroll 0 0;
	height:28px;
	padding-left:20px;
	padding-top:5px;
	position:absolute;
	width:915px;
}

#footer_links{
	width: 915px height:28px;
	margin-left: -53px;
}

#footer_links li{
	display: inline;
	width:883px; height: 28px;
	padding-left: 5px;
}

