.clearfix {
      clear: both;
}

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

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

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

body {
	background-color: #433f36;
	color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

.wrapper {
	margin: auto;
	width: 1100px;
	background-color: #454239;
}

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

#logo {
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	padding-top: 74px;
	padding-left: 450px;
	width: 285px;
	text-align: center;
}

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

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

.navigation ul {
	padding-left: 10px;
	margin: 0;
}

.navi_head {
	font-size: 12px;
	padding-top: 14px;
	padding-left: 68px;
	width: 155px;
}

.content {
	float:left;
	width: 825px;
	min-height: 300px;
	margin-left: 14px;
}

.cont_head {
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	margin-left: 10px;
	padding: 23px 10px 7px 10px;
}

.cont {
	width: 796px;
	min-height: 300px;
	padding: 20px;
	padding-top: 0;
}

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

.navigation li {
	background-image: url("../img/list_item.png");
	padding-left: 35px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	list-style: none;
	background-position: 4% 54%;
}

.navigation a {
	color:#000;
	font-weight: normal;
	text-decoration: underline;
}

.navigation a:hover {
	color: #999999;
	text-decoration: none;
}

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

.submenu_item {
	margin-left: 27px;
}

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

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

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