.clearfix {
	clear:	both;
}

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

body {
	background-image:	url("../img/bg.png");
	background-repeat:	repeat-x;
	background-color:	#cde2ed;
	font-size:			13px;
	font-family:		Verdana;
	color:				#888888;
}

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

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

div#background_image {
	background-image:	url("../img/sky.png");
	background-repeat:	no-repeat;
	position:			absolute;
	width:				100%;
	height:				669px;
	top:				0;
}

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

div.header {
	min-height:			95px;
	font-size:			25px;
	color:				#000;
	margin-top:			81px;
	margin-left:		26px;
	width:				516px;
}

div#header_top {
	background-image:	url("../img/header_top.png");
	height:				3px;
	background-repeat:	no-repeat;
}

div#header_bottom {
	background-image:	url("../img/header_bottom.png");
	background-repeat:	no-repeat;
	height:				3px;
}

div#header_mid {
	background-image:	url("../img/header_mid.png");
	background-repeat:	repeat-y;
}

div#logo {
	color:				#fff;
	padding: 			10px 10px 10px 10px;
	text-align:			center;
}

div#page_header {
	width:				1123px;
	height:				55px;
	background-image:	url("../img/content_top.png");
}

div.page {
	background-image:	url("../img/content.png");
	background-repeat:	repeat-y;
	background-position: bottom;
	width:				1123px;
	min-height:			370px;
	padding-bottom:         20px;
}

div.navigation {
	float:				left;
	width:				275px;
	margin-left:		38px;
	font-size: 			16px;
	font-weight: 		bold;
}

div.navi_head {
	background-color: 	#87a119;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 		5px 0 0 5px;
	margin-top:			48px;
	padding-left:		18px;
	padding-right: 		18px;
	padding-top:		8px;
	padding-bottom:		8px;
	color:				#fff;
	width: 				239px;
	word-wrap: 			break-word;
}

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

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

div.navi_content li {
	list-style:			none;
	padding-left:		0;
	overflow:			hidden;
	margin-right:		1px;
}

div.navi_content a {
	font-size:			13px;
	color:				#4d97bd;
	border-bottom: 		1px solid #bcbbb9;
	display: 			block;
	background-image: 	url("../img/nav_arrows.png");
	background-position: 0 50%;
	background-repeat: 	no-repeat;
	padding-left: 		15px;
	word-wrap: 			break-word;
	text-decoration: 	none;
	margin-bottom: 		5px;
	padding-right: 		10px;
	line-height: 		20px;
}

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

div.content {
	float:				left;
	width:				750px;
	margin-left:		20px;
	margin-right:		20px;
}

div.content p a:hover {
	color:				#677403;
}

div.article_headline {
	font-size:			19pt;
	color:				#4d97bd;
	margin-top:			11px;
	border-bottom:		1px solid #c1c1c1;
	padding-bottom:		6px;
	margin-bottom:		0px;
}

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

div.footer {
	background-image:	url("../img/footer.png");
	width:				1122px;
	height:				104px;
}

.submenu_item {
	margin-left: 		15px;
}

.menu_heading {
	display: 			inline-block;
	margin-top: 		10px;
	margin-bottom: 		10px;
	font-size: 			11pt;
	font-weight: 		bold;
	padding-left:		5px;
	padding-right:		5px;
}

.submenu_item + .menu_heading {
	font-size: 			13px;
	margin-top: 		7px;
	margin-bottom: 		7px;
}

.menu_separator {
	margin-top: 		8px;
	margin-bottom: 		8px;
}
