.clearfix {
	clear:				both;
}

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

body {
	font-size:			14px;
	font-family:		Arial;
	background-image:	url("../img/bg.png");
	background-repeat: 	repeat-x;
	background-color:	#e6e3d6;
	color:				#756c60;
}

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

a:hover {
	color:				#ae2e22;
	text-decoration:	underline;
}

div.wrapper {
	margin:				auto;
	width:				1080px;
}

div.header {
	background-image: 	url("../img/header.png");
	background-position: 0 49px;
	background-repeat:	no-repeat;
	width:				1080px;
	height: 			389px;
	word-wrap:			break-word;
}

div#logo {
	color: 				#fff;
	font-size: 			25pt;
	font-weight: 		normal;
	word-wrap: 			break-word;
	position:			relative;
	top:				282px;
	left:				31px;
	width: 				573px;
	text-align:			center;
	padding: 0 10px 0 10px;
}

div.page {
	width: 				1052px;
	background-color:	#fff;
	min-height:			370px;
	margin-left: 		0;
	border-left: 		14px solid #A19D90;
	border-right: 		14px solid #a19d90;
}

div.navigation {
	float:				left;
	width:				230px;
	font-weight: 		bold;
	margin:				18px 10px 10px 10px;
	background-color: 	#fbf7f3;
	min-height:			754px;
}

div.navi_head {
	padding:			4px 10px  4px 10px;
	background-color:	#cdbba6;
	text-align:			right;
	color:				#463e34;
	width:				210px;
	font-size:                     18px;
}

div.navi_content {
	min-height:			150px;
}

div.navi_content ul{
	padding-left:		0;
	margin-top:			0;
	margin-left:		0;

}

div.navi_content li {
	list-style:			none;
}

div.navi_content a {
	font-size:			14px;
	color:				#463e34;
	display: 			block;
	word-wrap: 			break-word;
	text-decoration: 	none;
	line-height: 		20px;
	font-weight: 		normal;
	padding:			7px 30px 7px 0;
	border-bottom: 		1px solid #d7cfc6;
	margin-left: 		25px;
}

div.navi_content a:hover {
	color:				#8b6f4e;
}

div.navi_content a:active {
	color:				#8b6f4e;
}


div.navi_content ul li.active a {
      color:                        #000;
}

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

.menu_heading {
	display: 			inline-block;
	list-style-type: 	none;
	margin-top: 		10px;
	margin-bottom: 		10px;
	font-size: 			11pt;
	font-weight: 		bold;
	color: 				#878787 !important;
	background: 		none !important;
	padding-left: 		25px;
	padding-right: 		30px;
}

.menu_separator {
	list-style-type: 	none;
	margin-top: 		8px;
	margin-bottom: 		8px;
	color:				#878787;
	padding-left:		25px;
}

.submenu_item + .menu_separator {
	padding-left:           45px;
}

.submenu_item {
	padding-left:		20px;
	background-image: 	url("../img/list_item.png");
	background-repeat: 	no-repeat;
	background-position: 22% 50%;
}

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

div.content_headline {
	width:				771px;
	border-bottom: 		23px solid #cdbba6;
	font-weight:		bold;
	padding-bottom:		3px;
	margin:				25px 20px 0px 20px;
	font-size:                     18px;
}

div.content {
	float:				left;
	width:				793px;
	margin-bottom:		10px;
}

div.article {
	min-height:			150px;
	margin-bottom: 		10px;
	padding:			0 20px 10px 20px;
}

div#footer {
	background-color: 	#655c52;
	height: 			22px;
	width: 				1052px;
	border-left: 		14px solid #A19D90;
	border-right: 		14px solid #A19D90;
	border-bottom: 		14px solid #A19D90;
}
