.clearfix {
	clear:				both;
}

html, body {
	margin:				0;
}

body {
	font-size:			11pt;
	font-family:		Tahoma;
	color:				#6f655c;
}

a {
	color:				#31647f;
	text-decoration:	underline;
}

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

div.wrapper {
	margin:				auto;
	width:				1035px;
	background-image: 	url("../img/border.png");
	background-repeat: 	repeat-y;
	background-position: 255px 0;
}

div.head {
	margin:				auto;
	color: 				#000;
	height: 			17px;
	background-color: 	#000;
	border-bottom:		15px solid #fff;
}

div#logo {
	color: 				#000;
	font-size: 			24pt;
	text-align: 		right;
	margin-right: 		81px;
	font-weight: 		bold;
	margin-top: 		7px;
	word-wrap: 			break-word;
}

div.navigation {
	float:				left;
	width:				240px;
	margin-left: 		15px;
}

div.navi_head {
	padding-left: 		29px;
	padding-top: 		37px;
	padding-bottom: 	2px;
	word-wrap: 			break-word;
	font-size: 			20px;
	color: 				#000;
	border-bottom:		1px solid #000;
	font-weight:		bold;
}

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:			11pt;
	color:				#878787;
	display: 			block;
	word-wrap: 			break-word;
	text-decoration: 	none;
	padding-left: 		30px;
	padding-right: 		30px;
	line-height: 		20px;
	font-weight: 		normal;
	padding-top: 		10px;
	padding-bottom: 	10px;
}

div.navi_content a:active, div.navi_content a:hover,
div.navi_content ul li.active a {
      background:             #000;
      color:                  #fff;
}

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

.submenu_item + .menu_heading {
	font-size: 			12pt;
	margin-top: 		7px;
	margin-bottom: 		7px;
	padding-left: 		45px;
	display:			block;
}

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

.submenu_item a{
	padding-left: 		45px !important;
	background-image: 	url("../img/sub_navi_list_item.png");
	background-repeat: 	no-repeat;
	background-position: 15% 53%;
}

.submenu_item a:hover {
	background-image: 	url("../img/list_item_hover.png");
	background-repeat: 	no-repeat;
	background-position: 15% 53%;
}

div.content {
	float:				left;
	width:				775px;
	padding-left: 		1px;
	padding-bottom:                30px;
	height:				100%;
}

div.content_head {
	display:			inline-block;
	border-left: 		1px solid #c4c5c5;
	padding-left: 		1px;
}

div.content_headline {
	background-image:	url("../img/header.jpg");
	background-repeat:	no-repeat;
	height:				265px;
	width:				775px;
	margin-left: 		0px;
	border-bottom: 		1px solid #c4c5c5;
	padding-bottom:		1px;
	display: 			inline-block;
}

div.article_headline {
	color:				#514943;
	font-weight:		bold;
	padding-left: 		13px;
	border-bottom:		1px solid #c5c5c5;
	margin-top:			20px;
	padding-bottom:		5px;
	font-size:			20px;
}

div.article {
	min-height:			150px;
	margin-left: 		13px;
	margin-right: 		13px;
}
