body {
	width:				914px !important; /* Real width: 910px */
	margin-top:			16px !important;
	margin-bottom:		20px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#3D3D3D;
	padding:			0px;
}

div#header {
	float:				left;
	width:				910px;
}

div#navi_top_container {
	float:				left;
	width:				910px;
	height:				40px;
	background-color:	#154170;
}

	ul#navi_top {
		float:				left;
		list-style-type:	none;
		list-style-position: outside;
		padding:			10px 10px 10px 10px;
		margin:				0px;
	}
	
	ul#navi_top li, ul#navi_top li.selected {
		float:				left;
		margin-right:		20px;
		color:				#ffffff;
	}
	
	ul#navi_top a {
		color:				#ffffff;
		text-decoration:	none;
	}

div#main_wrapper, div#main_wrapper_start {
	float:				left;
	width:				910px;
	overflow:			visible;
	background-image:	url('../img/background_wrapper_start.gif');
	background-repeat:	repeat-y;
}

div#main_wrapper {
	background-image:	url('../img/background_wrapper.gif');
}

div#left {
	float:				left;
	width:				201px;
	background-color:	#3D5570;
	padding:			13px;
	color:				#fff;
}

div#left a {
	color:				#fff;
}

	ul#navi_left {
		width:				201px;
		float:				left;
		list-style-type:	none;
		list-style-position: outside;
		margin:				0px;
		padding:			0px;
	}
	
	ul#navi_left li, ul#navi_left li.selected {
		margin-bottom:		10px;
	}

	ul#navi_left a, ul#navi_left a.selected {
		text-decoration:	none;
		color:				#ffffff;
	}
	
	ul#navi_left a.selected {
		font-weight:		bold;
	}

div#middle {
	float:				left;
	width:				208px;
	background-color:	#629286;
	padding:			10px;
}

div#middle a {
	color:				#ffffff;
}

div#main_content, div#main_content_start {
	float:				left;
	width:				660px;
	padding:			10px 10px 13px 10px;
	background-color:	#ffffff;
	overflow:			hidden;
}

div#main_content_start {
	width:				432px;
}

div#spacer_bottom {
	float:				left;
	width:				910px;
	height:				20px;
	background-color:	#154170;
}

div#footer {
	float:				left;
	width:				83px; /* 910px; */
	padding:			0px 0px 0px 827px;
	height:				74px;
	background-image:	url('../img/background_footer.gif');
	background-repeat:	no-repeat;
}