.clearfix {
      clear: both;
}

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

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

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

body {
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #4D0D06;
	font-size: 12px;
	font-family: Verdana;
	color: #205974;
}

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

.header {
	background-image: url("../img/header.png");
	width: 1085px;
	height: 132px;
}

#logo {
	color: #4D0D06;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    width: 589px;
    padding: 21px 0 0 115px;
}

.page {
	background-image: url("../img/page.png");
	width: 1085px;
	min-height: 500px;
}

.content {
	float:left;
	width: 850px;
	margin-top: 10px;
}

.content_head {
	background-image: url("../img/cont_head.png");
	background-repeat: no-repeat;
	padding: 1px 25px 15px 26px;
	width: 790px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 16px;
	color: #fff;
	min-height: 15px;
}

.navigation {
	float:left;
	width: 215px;
	margin-top: 10px;
}

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

.cont {
	padding: 1px 21px 7px 25px;
	min-height: 390px;
	background-image: url("../img/cont.png");
	margin-left: 17px;
}

.navi {
	min-height: 380px;
	margin-left: 15px;
	background-color: #c0b4b4;
	padding: 5px 15px 25px 25px;
}

.navi_footer {
	background-image: url("../img/navi_footer.png");
	width: 200px;
	height: 27px;
	margin-left: 15px;
}

.cont_footer {
	background-image: url("../img/cont_footer.png");
	width: 834px;
	height: 27px;
	margin-left: 16px;
}

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

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

.navi > ul > li > a:hover {
	color: #002A47;
    text-decoration: none;
}

.navi > ul > li.active, .navi > ul > li.active > a {
      color: #666;
}

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

.navi > ul {
	padding-left: 5px;
	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: #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;
}
