.clearfix {
      clear: both;
}

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

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

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

body {
	background-color: #242422;
	font-size: 12px;
	font-family: Verdana;
	color: #fff;
}

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

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

#logo {
	color: #447D9F;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    width: 600px;
    padding: 68px 0 0 90px;
}

.page {
	background-image: url("../img/page.png");
	width: 1074px;
	min-height: 450px;
	padding-bottom: 15px;
}

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

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

.navi_head {
	background-image: url("../img/navi_head.png");
	background-repeat: no-repeat;
	padding: 10px 20px 6px 30px;
	width: 165px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	min-height: 15px;
}

.navi_cont {
	min-height: 247px;
	width: 170px;
	background-color: #177cae;
	padding: 15px 15px 15px 15px;
}

.content {
	float:left;
	width: 824px;
	min-height: 300px;
	margin-top: 10px;
	margin-left: 7px;
}

.cont_head {
	background-color: #106493;
	padding: 10px 10px 5px 15px;
	width: 831px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.cont {
	width: 825px;
	min-height: 246px;
	background-color: #106493;
	padding: 1px 15px 15px 15px;
}

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

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

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

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

.navi_cont > ul {
	padding-left: 15px;
	margin-top: -10px;
}

.submenu_item {
	margin-left: 18px;
}

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