.clearfix {
    clear: both;
	padding-top: 10px;
}

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

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

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

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

.header {
	background-image: url("../img/header.png");
	background-repeat: repeat-x;
	height: 104px;
}

#logo {
	color: #fff;
    font-size: 15pt;
    font-weight: bold;
	padding:	12px 20px 12px 20px;
    text-align: right;
}

.navigation {
	width: 230px;
	float:left;
	color:#000;
	margin-left: 10px;
	border: 1px solid #3f2607;

	-webkit-box-shadow: 6px 6px 16px 0 #A19A92; /* WebKit */
	-moz-box-shadow: 6px 6px 16px 0 #A19A92; /* Firefox */
	box-shadow: 6px 6px 16px 0 #A19A92; /* Standard */
}

.content {
	min-height: 300px;
	margin: 0 15px 0 257px;
	background-color: #fdf6e6;
	border: 1px solid #3f2607;

	-webkit-box-shadow: 6px 6px 16px 0 #A19A92; /* WebKit */
	-moz-box-shadow: 6px 6px 16px 0 #A19A92; /* Firefox */
	box-shadow: 6px 6px 16px 0 #A19A92; /* Standard */
}

.head {
	background-image: linear-gradient(bottom, #B6A382 13%, #CFC0A1 57%, #EBD9B5 79%);
	background-image: -o-linear-gradient(bottom, #B6A382 13%, #CFC0A1 57%, #EBD9B5 79%);
	background-image: -moz-linear-gradient(bottom, #B6A382 13%, #CFC0A1 57%, #EBD9B5 79%);
	background-image: -webkit-linear-gradient(bottom, #B6A382 13%, #CFC0A1 57%, #EBD9B5 79%);
	background-image: -ms-linear-gradient(bottom, #B6A382 13%, #CFC0A1 57%, #EBD9B5 79%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, #B6A382),
		color-stop(0.57, #CFC0A1),
		color-stop(0.79, #EBD9B5)
	);

	background-color: #B6A382;

	color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 34px 6px 34px;
    min-height: 18px;
	border-bottom: 1px solid #3f2607;
}

.cont {
	margin: 0 15px 0 15px;
	min-height: 300px;
}

.cont_head {
	padding: 6px 15px 6px 15px;
}

.navi_cont > ul > li > a {
	color: gray;
    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 > ul > li {
	color: gray;
	padding: 4px 8px 4px 0;
}

.navi_cont > ul {
	padding-left: 35px;
	margin-top: 5px;
}

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	color: gray !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;
}
