.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: #3b3b3b;
	color: #fff;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

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

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

#logo {
	color: #fff;
    font-size: 18pt;
    font-weight: bold;
	height: 35px;
	padding: 105px 250px 0 20px;
}

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

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

.navi_head {
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 15px 25px 18px 44px;
}

.navi_cont {
	width: 243px;
}

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

.cont_head {
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 15px 10px 8px 17px;
}

.cont {
	margin-left: 1px;
	width: 812px;
	min-height: 300px;
}

.cont_text {
	padding: 0 15px 0 15px;
}

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

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

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

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

.navi_cont > ul {
	padding-left: 37px;
	margin-top: 0;
	margin-left:0;
	list-style-type:disc;
}

.navi_cont > ul > li {
	color: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	min-height: 20px;
	padding: 1px 10px 1px 5px;
}

.submenu_item {
	margin-left: 22px;
}

.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;
}
