.clearfix {
      clear: both;
}

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

a {
	color: brown;
    text-decoration: underline;
}

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

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

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

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

#logo {
	color: brown;
    font-size: 15pt;
    font-weight: bold;
    text-align: right;
    padding: 5px 15px 0 300px;
}

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

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

.navi_head {
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	color: brown;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 15px 0 30px;
}

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

.cont_head {
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	color: brown;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px 4px 15px;
}

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

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

.footer {
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	width: 1100px;
	height: 18px;
}

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

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

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

.navi_cont {
	width: 265px;
	margin-top: 15px;
}

.navi_cont > ul > li {
	color: brown;
	padding: 4px 8px 4px 0;
}

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

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	color: brown !important;
	font-size: 12pt;
	font-weight: bold;
}

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

.menu_separator {
	list-style-type: none;
}
