body {
	width:				911px !important; /* Real width: 906px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#ffffff;
	padding:			0px;
}

div#wrapper {
	float:				left;
	width:				888px;
	padding:			0px 13px 0px 5px;
	background-image:	url('../img/background_wrapper.gif');
	background-repeat:	repeat-y;
}

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

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				37px;
	background-color:	#af2a1c;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px;
	padding:			10px 0px 0px 10px;
	}
	
	ul#navi_top li {
	float:				left;
	margin-right:		20px;
	padding-right:		20px;
	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 {
	text-decoration:	none;
	color:				#ffffff;
	}
	
	ul#navi_top a.selected {
	color:				#000000;
	}
	
div#content_wrapper {
	float:				left;
	width:				888px;
	min-height:			413px;
}

div#left_content {
	float:				left;
	width:				197px;
	padding:			10px;
	min-height:			393px;
}

	ul#navi_left {
	list-style-type:	none;
	margin:				0px;
	padding:			10px 0px 0px 0px;
	}
	
	ul#navi_left li {
	margin-bottom:		10px;

	}
	
	ul#navi_left a, ul#navi_top a.selected {
	text-decoration:	none;

	}
	
	ul#navi_left a.selected {
	font-weight:		bold;
	}

div#main_content {
	float:				left;
	width:				650px;
	padding:			10px 11px 10px 10px;
	min-height:			393px;
}

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