.clearfix {
      clear: both;
}

html, body {
	height: 100%;
	margin: 0;
}

a {
	color: #000;
    text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	background-image: url("../img/bg.jpg");
	background-color: #edcd92;
	color: #000;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.wrapper {
	margin: auto;
	width: 1084px;
}

.header {
	background-image: url("../img/header.jpg");
	width: 1084px;
	height: 151px;
}

#logo {
	color: #7F4B1C;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    padding: 55px 390px 0 45px;
}

.page {
	background-image: url("../img/page.jpg");
	width: 1084px;
	min-height: 370px;
}

.navigation {
	width: 260px;
	min-height: 300px;
	float:left;
}

.navi_head {
	width: 215px;
	color: #d2ab5e;
    font-size: 11pt;
    font-weight: bold;
    padding: 10px 20px 10px 35px;
}

.content {
	float: left;
	width: 824px;
	min-height: 300px;
}

.cont_head {
	width: 757px;
	color: #814d1e;
    font-size: 11pt;
    font-weight: bold;
    padding: 10px 20px 10px 35px;
}

.cont {
	margin-left: 19px;
	width: 783px;
	min-height: 300px;
}

.cont_text {
	padding: 0 15px 0 15px;
}

.footer {
	background-image: url("../img/footer.jpg");
	width: 1084px;
	height: 67px;
}

.navi_cont > ul > li > a {
	color: #DFC185;
    font-weight: bold;
    text-decoration: underline;
}

.navi_cont > ul > li > a:hover {
	color: #FFFF00;
    text-decoration: none;
}

.navi_cont > ul > li.active, .navi_cont > ul > li.active > a {
      color: #FFFF00;
}

.navi_cont {
	width: 240px;
	margin-top: -5px;
}

.navi_cont > ul > li {
	color: #DFC185;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navi_cont > ul {
	padding-left: 35px;
}

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #d2ab5e !important;
	font-size: 11pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
