.clearfix {
      clear: both;
}

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

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

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

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

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

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

#logo {
	color: #871800;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
	height: 35px;
	padding: 220px 20px 0 20px;
}

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

.navigation {
	width: 252px;
	min-height: 300px;
	float: left;
	color: #fff;
	padding-bottom: 20px;
	margin-top: -39px;
}

.navi_head {
	width: 185px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 90px 20px 0 50px;
	color: #000;
    font-size: 11pt;
    font-weight: normal;
    font-weight: bold;
}

.navi_cont {
	width: 244px;
}

.content {
	float:left;
	width: 824px;
	min-height: 300px;
	padding-bottom: 10px;
}

.cont_head {
	width: 780px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 8px 10px 5px 18px;
	color: #000000;
    font-size: 11pt;
    font-weight: bold;
    min-height: 15px;
}

.cont {
	margin-left: 8px;
	width: 794px;
	min-height: 300px;
}

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

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

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

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

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

.navi_cont > ul > li {
	color: #F64325;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 8px;
}

.navi_cont > ul {
	padding-left: 50px;
}

.submenu_item {
	margin-left: 18px;
}

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