.clearfix {
      clear: both;
}

html, body {
	margin: 0;
}

a {
	color: #63851E;
    text-decoration: underline;
}

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

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

.wrapper {
	margin: auto;
	width: 1095px;
	margin-top: 15px;
}

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

#logo {
	color: #ffffff;
    font-size: 15pt;
    font-weight: bold;
	width: 600px;
	text-align: center;
	padding: 6px 0 0 491px;
}

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

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

.navi_head {
	color: #333333;
    font-size: 14pt;
    font-weight: bold;
    padding: 20px 30px 10px 30px;
}

.navi_cont {
	width: 275px;
}

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

.cont_head {
	color: #333333;
    font-size: 14pt;
    font-weight: bold;
    padding: 20px 20px 8px 19px;
}

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

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

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

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

.navi_cont > ul > li > a:hover {
	color: #63851E;
    text-decoration: underline;
}

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

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

.navi_cont > ul {
	padding-left: 30px;
	margin-top: 0;
}

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	color: #333333 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 13pt;
	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;
}
