.clearfix {
      clear: both;
}

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

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

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

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

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

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

#logo {
	color: #520000;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    padding: 15px 20px 0 20px;
}

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

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

.navi_head {
	width: 200px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 5px 20px 18px 40px;
	color: #520000;
    font-size: 11pt;
    font-weight: bold;
}

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

.cont_head {
	width: 765px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 10px 20px 23px 21px;
	color: #520000;
    font-size: 11pt;
    font-weight: bold;
}

.cont {
	margin-left: 6px;
	width: 797px;
	min-height: 300px;
	margin-top: -15px;
}

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

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

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

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

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

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

.navi_cont > ul > li {
	color: #5F5F5F;
	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: #520000 !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-image: none !important;
	list-style-type: none !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
