.clearfix {
      clear: both;
}

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

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

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

.navigation ul > li.active > a {
      color: #aaa;
}

body {
	background-color: #433f36;
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
}

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

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

#logo {
	font-size: 15pt;
	font-weight: bold;
	color: #fff;
	padding: 78px 194px 72px 325px;
}

.page {
	background-image: url("../img/page.png");
	width: 1024px;
    color: #fff;
}

.content {
	float:left;
	width: 807px;
	margin-top: 10px;
}

.content_head {
	background-image: url("../img/cont_head.png");
	font-weight: bold;
	color: #fff;
	padding: 17px 70px 5px 20px;
}

.cont {
	padding: 0 20px 25px 20px;
	min-height: 290px;
}

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

.menu_head {
	background-image: url("../img/navi_head.png");
	width: 201px;
	height: 63px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 14px;
}

.navigation ul {
	margin: 0 0 0 17px;
	padding: 0;
}

.navigation li {
	list-style: none;
	background-image: url("../img/list_item.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 8px 5px 10px 40px;
	background-color: #6c1609;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #64160a;
}

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

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

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

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

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