.clearfix {
      clear: both;
}

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

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

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

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

.wrapper {
	margin: auto;
	width: 1075px;
	margin-top: 0;
}

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

#logo {
	color: #fff;
    font-size: 16pt;
    font-weight: bold;
   	width: 1045px;
    text-align: center;
    padding: 66px 15px 0 15px;
}

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

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

.navi_head {
	width: 225px;
	color: #fff;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 15px 5px 27px;
}

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

.cont_head {
	width: 770px;
	color: #fff;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 15px 10px 20px;
}

.cont {
	margin-left: 10px;
	width: 786px;
	min-height: 300px;
}

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

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

.navi_cont > ul > li > a {
	color: #fff;
    font-weight: bold;
    text-decoration: underline;
    display: block;
	padding: 5px;
}

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

.navi_cont > ul > li.active {
      background-color: #478830;
}

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

.navi_cont {
	width: 242px;
	margin-top: 0;
}

.navi_cont > ul > li {
	color: #fff;
	list-style-position: inside;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navi_cont > ul > li:hover {
	background-color: #478830;
	color: #ffffcc;
	text-decoration: none !important;
}

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

.submenu_item {
	padding-left: 10px;
}

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

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

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