.clearfix {
      clear: both;
}

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

a {
	color: #742A4B;
    text-decoration: underline;
}

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

body {
	background-image: url("../img/bg.jpg");
	color: #000000;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

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

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

#logo {
	color: #032D38;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
	width: 358px;
	padding: 58px 0 0 55px;
}

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

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

.navi_head {
	width: 200px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 13px 15px 3px 40px;
	color: #742A4B;
    font-size: 12pt;
    font-weight: bold;
}

.navi_cont {
	width: 230px;
}

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

.cont_head {
	width: 778px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 20px 25px 2px 22px;
	color: #742A4B;
    font-size: 12pt;
    font-weight: bold;
}

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

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

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

.navi_cont > ul > li > a {
	color: #742A4B;
    font-weight: normal;
    font-weight: 700;
    text-decoration: underline;
}

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

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

.navi_cont > ul > li {
	color: #742A4B;
	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: #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;
}
