.clearfix {
      clear: both;
}

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

a {
	color: #5E523C;
    text-decoration: underline;
}

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

body {
	background-color: #5e523c;
	color: #333333;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

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

.header {
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	width: 1127px;
	height: 152px;
}

#logo {
	color: #5E523C;
    font-size: 15pt;
    font-weight: bold;
    padding-left: 25px;
	height: 68px;
	width: 570px;
	padding-top: 94px;
	text-align: center;
}

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

.footer {
	height: 40px;
}

.navigation {
	width: 301px;
	min-height: 300px;
	float:left;
	color:#fff;
}

.navi_head {
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 0 17px 18px 20px;
}

.navi_cont {
	width: 301px;
	margin-top: -15px;
	padding-bottom: 30px;
}

.content {
	float:left;
	width: 826px;
	min-height: 300px;
	padding-bottom: 20px;
}

.cont_head {
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}

.cont {
	padding-left: 10px;
	padding-right: 10px;
	width: 806px;
	min-height: 300px;
}

.cont_text {
	padding-left: 10px;
	padding-right: 10px;
}

.navi_cont > ul > li > a {
	color: #5E523C;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 5px;
}

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

.navi_cont > ul > li {
	color: #5E523C;
	margin-top: 5px;
	display: block;
}

.navi_cont > ul > li:hover {
	background-color: #5E523C;
}

.navi_cont > ul > li.active {
      background-color: #5E523C;
}
.navi_cont > ul > li.active > a {
      color: #FFFFFF;
}

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

.submenu_item {
	padding-left: 13px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	margin-left: 17px !important;
	color: #5E523C !important;
	font-size: 13pt;
	font-weight: bold;
	background-color: #FAF4E6 !important;
	text-decoration: none !important;
}

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

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