.clearfix {
      clear: both;
}

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

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

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

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

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

.header {
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
	width: 1075px;
	height: 110px;
}

#logo {
	color: #FFFFFF;
    font-size: 15pt;
    font-weight: bold;
    padding-left: 190px;
	height: 68px;
	padding-top: 38px;
}

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

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

.navi_head {
	color: #fff;
    font-size: 12pt;
    font-weight: bold;
    margin: 18px 7px 0 7px;
    padding: 4px 5px 4px 20px;
    background-color: #7495B6;
}

.navi_cont {
	width: 268px;
	padding-left: 7px;
}

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

.cont_head {
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.cont {
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
	min-height: 300px;
}

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

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

.navi_cont > ul > li > a {
	color: #51769B;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 8px;
}

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

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

.navi_cont > ul > li {
	color: #51769B;
	margin-top: 5px;
	display: block;
}

.navi_cont > ul > li:hover {
	background-color: #7495B6;
}

.navi_cont > ul > li.active {
      background-color: #7495B6;
}

.navi_cont > ul {
	padding-left: 0;
	padding-right: 7px;
}

.submenu_item {
	padding-left: 13px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 15px;
	margin-left: 8px;
	color: #fff !important;
	font-size: 13pt;
	font-weight: bold;
	background-color: #7495B6 !important;
	text-decoration: none !important;
	padding: 4px 5px 4px 10px;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 22px;
}

.menu_separator {
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 6px;
	background: none !important;
}
