.clearfix {
      clear: both;
}

html, body {
	margin: 0;
}

a {
	color: #575F47;
    text-decoration: underline;
}

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

body {
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #575F47;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.wrapper {
	margin: auto;
	width: 1076px;
	margin-top: 20px;
}

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

#logo {
	color: #575F47;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    width: 486px;
    padding: 50px 0 0 32px;
}

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

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

.navi_head {
	width: 195px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 20px 20px 10px 40px;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

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

.cont_head {
	width: 768px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 20px 20px 6px 25px;
	color: #575F47;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.cont {
	margin-left: 15px;
	width: 790px;
	min-height: 300px;
}

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

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

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

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

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

.navi_cont {
	width: 230px;
	margin-top: -5px;
	padding-bottom: 20px;
}

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

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