.clearfix {
      clear: both;
}

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

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

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

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

.wrapper {
	min-height: 100%;
	margin-top: 0;
	background-image: url("../img/page.jpg");
	background-repeat: repeat-y;
}

.header {
	background-repeat: repeat-y;
}

#logo {
	color: #C8C8C8;
    font-size: 15pt;
    font-weight: bold;
    width: 260px;
    text-align: center;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 5px 10px 5px;
}

.navigation {
	width: 272px;
	min-height: 300px;
	float:left;
}

.navi_head {
	color: #C8C8C8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 5px 10px 27px;
}

.content {
	min-height: 300px;
	margin: 0 25px 0 302px;
	padding: 10px 0 10px 0;
}

.cont_head {
	color: #C8C8C8;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

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

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

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

.navi_cont {
	width: 270px;
	margin-top: -10px;
}

.navi_cont > ul > li {
	color: #C8C8C8;
	margin: 5px 0 5px 0;
}

.navi_cont > ul {
	padding-left: 28px;
	padding-right: 10px;
}

.submenu_item {
	margin-left: 18px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0 10px 0 !important;
	font-size: 13pt;
	font-weight: bold;
	background: none !important;
}

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

.menu_separator {
	list-style-type: none;
	margin: 12px 0 12px 0 !important;
}
