body {
	background-color: #7d5732;
	background-image: url("images/bg_img.jpg");
	background-repeat: repeat-x;
	background-position: top;
}


#container {
	width: 960px;
	height: 1180px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


#banner {
	width: 960px;
	height: 360px;
	background-image: url("images/banner_img.png");
	margin-bottom: 1px;
}


#navbar {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 18px;
	width: 960px;
	height: 70px;
	background-image: url("images/bg_navbar_img.gif");
	background-repeat: repeat-x;
	background-position: top;
}


.nav_container {
	text-align: center;
}


.nav_container img {
	width: 2px;
	height: 50px;
}


#navbar ul {
	list-style-type: none;
	text-align: center;
	padding-top: 12px;
}


#navbar li {
	display: inline;
	text-align: center;
}


a.a_nav {
	color: #cca87b;
	vertical-align: 120%;
	padding: 0 48px 0 48px;
}


a.a_nav:link, a.a_nav:visited, a.a_nav:active {
	color: #432c17;
	text-decoration: none;
}

a.a_nav:hover {
	color: #cca87b;
	text-decoration: none;
}


.body_border_top {
	position: relative;
	width: 960px;
	height: 1px;
}


.body_border_bottom {
	position: relative;
	width: 960px;
	height: 1px;
}


.body_content {
	position: relative;
	width: 960px;
	background-image: url("images/bg_body_img.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4e3519;
	padding-top: 50px;
	padding-bottom: 50px;
}


.content {
	width: 800px;
	margin: 0 auto;
}


#footer {
	width: 960px;
	height: 55px;
	background-image: url("images/bg_footer_img.gif");
	background-repeat: repeat-x;
	margin-bottom: 20px;
}