.clearfix {
      clear: both;
}

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

a {
	color: #5785B7;
    text-decoration: underline;
}

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

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

.wrapper {
	margin: auto;
	width: 1077px;
	margin-top: 0;
}

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

#logo {
	color: #900048;
    font-size: 16pt;
    font-weight: bold;
   	width: 481px;
    padding-top: 86px;
    text-align: center;
    padding-left: 180px;
}

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

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

.navi_head {
	width: 203px;
	color: #5785B7;
    font-size: 13pt;
    font-weight: bold;
    padding: 3px 10px 10px 30px;
}

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

.cont_head {
	width: 789px;
	color: #900048;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 10px 5px 23px;
}

.cont {
	margin-left: 9px;
	width: 820px;
	min-height: 300px;
}

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

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

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

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

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

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

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

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

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