.clearfix {
      clear: both;
}

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

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

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

body {
	background-color: #333333;
	color: #555555;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

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

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

#logo {
	color: #fff;
    font-size: 16pt;
    font-weight: bold;
   	width: 1045px;
    padding: 66px 15px 0 15px;
    text-align: center;
}

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

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

.navi_head {
	width: 220px;
	color: #555555;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 15px 0 22px;
}

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

.cont_head {
	width: 760px;
	color: #555555;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
}

.cont {
	width: 789px;
	min-height: 300px;
}

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

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

.navi_cont > ul > li > a {
	color: #555555;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

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

.navi_cont > ul > li.active {
      background-color: #fff;
      border-left: 3px solid #53a1a6;
}

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

.navi_cont {
	width: 245px;
	margin-top: 0;
}

.navi_cont > ul > li {
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 8px 5px 5px 10px;
}

.navi_cont > ul > li:hover {
	color: #333;
	text-decoration: none !important;
	background-color: #fff;
	border-left: 3px solid #53a1a6;
}

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

.submenu_item {
	padding-left: 20px !important;
}

.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;
	background: none !important;
	border: none !important;
}

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

.menu_separator {
	list-style-type: none;
	background: none !important;
	border: none !important;
}
