.clearfix {
      clear: both;
}

html, body {
	margin: 0;
}

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

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

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

.wrapper {
	margin: auto;
	width: 1079px;
	margin-top: 22px;
}

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

#logo {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    width: 461px;
    padding: 80px 0 0 309px;
}

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

.content {
	float:left;
	width: 860px;
}

.content_head {
	background-image: url("../img/content_head.png");
	background-repeat: no-repeat;
	padding: 11px 20px 10px 23px;
	width: 815px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.navigation {
	float: left;
	width: 200px;
}

.navi_head {
	background-image: url("../img/navi_head.png");
	background-repeat: no-repeat;
	padding: 11px 15px 10px 40px;
	width: 165px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.cont {
	padding: 0 15px 10px 15px;
	margin-left: 8px;
	width: 812px;
}

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

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

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

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

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

.navi > ul {
	padding-left: 40px;
	margin-top: 6px;
}

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