.clearfix {
      clear: both;
}

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

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

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

body {
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
	background-color: #255e0a;
	font-size: 12px;
    font-family: Verdana;
    font-weight: 400;
}

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

.header {
	background-image: url("../img/header.jpg");
	width: 1076px;
	height: 328px;
	margin: auto;
}

#logo {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	padding: 200px 15px 0 475px;
}

.page {
	background-color: #fff;
	background-image: url("../img/content.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 1076px;
	min-height: 370px;
	color:#000;
	padding-bottom: 30px;
}

.navigation {
	width: 250px;
	min-height: 300px;
	float:left;
	color:#fff;
	margin-top: 35px;
	background-color: #fff;
	margin-left: 10px;
}

.navigation ul {
	margin: -15px 0 0 0;
	padding: 0 0 0 40px;
}

.navigation li {
	color: #255e0a;
	padding: 0 15px 0 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation a {
	color: #255e0a;
	font-weight: normal;
}

.navigation > ul > li.active, .navigation > ul > li.active > a {
      color: #000000;
}

.navi_head {
	background-image: url("../img/navi_head.png");
	background-repeat: no-repeat;
	padding: 16px 25px 55px 44px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	min-height: 30px;
}

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

.cont_head {
	width: 775px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 30px 10px 0 19px;
}

.cont {
	width: 775px;
	min-height: 300px;
	padding: 20px 20px 0 20px;
}

.footer {
	background-image: url("../img/footer.png");
	width: 1076px;
	height: 81px;
}

.submenu_item {
	margin-left: 22px;
}

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