.clearfix {
      clear: both;
}

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

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

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

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

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

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

#logo {
	color: #000000;
    font-size: 14pt;
    font-weight: bold;
    padding: 50px 0 0 30px;
    text-align: left;
    width: 1076px;
}

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

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

.navi_head {
	color: #c7e1ff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 10px 8px 17px;
}

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

.cont_head {
	color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 1px 10px;
}

.cont {
	margin-left: 0;
	width: 808px;
	min-height: 300px;
}

.cont_text {
	padding: 7px 20px 0 20px;
}

.footer {
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	width: 1076px;
	height: 34px;
}

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

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

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

.navi_cont > ul > li.active {
      background-color: #c7e1ff;
      color: #638dbd;
}

.navi_cont {
	width: 264px;
	margin-top: -5px;
}

.navi_cont > ul > li {
	color: #c7e1ff;
	padding-right: 10px;
	margin-top: 5px;
	display: block;
}

.navi_cont > ul > li:hover {
	background-color: #c7e1ff;
	color: #638dbd;
	text-decoration: none !important;
}

.navi_cont > ul  {
	padding-left: 1px;
	list-style: none;
}

.submenu_item {
	padding-left: 13px !important;
}

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

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

.menu_separator {
	list-style-type: none;
	margin-left: 10px;
}
