body {
	width:				913px !important; /* Real width: 908px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#b2b2b4;
	background-repeat:	repeat-x;
	padding:			0px;
}

div#wrapper {
	float:				left;
	width:				888px;
	padding:			10px;
	background-color:	#ffffff;
}

div#header {
	float:				left;
	width:				888px;
	margin-bottom:		10px;
}

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				36px;
	background-color:	#787878;
	margin-bottom:		10px;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px;
	padding:			9px 10px 0px 10px;
	}
	
	ul#navi_top li, ul#navi_top li.selected {
	float:				left;
	margin-right:		15px;
	padding-right:		15px;
	background-image:	url('../img/navi_top_seperator.gif');
	background-repeat:	no-repeat;
	background-position:right center;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	color:				#ffffff;
	text-decoration:	none;
	}
	
	ul#navi_top a.selected {
	font-weight:		bold;
	}

div#content_wrapper {
	float:				left;
	width:				888px;
	background-image:	url('../img/background_wrapper.gif');
	background-repeat:	repeat-y;
	margin-bottom:		10px;
}

div#left_content {
	float:				left;
	width:				200px;
	padding:			10px 8px 0px 9px;
}

	ul#navi_left {
	list-style-type:	none;
	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;
	}
	
	ul#navi_left a.selected {
	font-weight:		bold;
	}

div#main_content {
	float:				left;
	width:				650px;
	padding:			0px 11px 0px 10px;
}

div#footer {
	float:				left;
	width:				888px;
	height:				22px;
	padding:			3px 0px 0px 0px;
	background-image:	url('../img/background_footer.gif');
	background-repeat:	no-repeat;
	text-align:			center;
	color:				#ffffff;
}

div#copy {
	float:				left;
	width:				913px;
	text-align:			center;
}