body {
	width:				893px !important; /* Real width: 888px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#71bc5f;
	padding:			0px;
}

div#top {
	float:				left;
	width:				888px;
	height:				60px;
	background-image:	url('../img/background_top.gif');
	background-repeat:	no-repeat;
	background-color:	#ffffff;
}

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

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				27px;
	background-color:	#339933;
	padding:			10px 0px 0px 0px;
}

	ul#navi_top {
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_top li {
	float:				left;
	background-image:	url('../img/navi_marker.gif');
	background-repeat:	no-repeat;
	background-position:right;
	padding:			0px 20px 0px 20px;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	color:				#333333;
	text-decoration:	none;
	}
	
	ul#navi_top a.selected {
	color:				#ffffff;
	font-weight:		bold;
	}
	
div#main_wrapper {
	float:				left;
	width:				888px;
	background-image:	url('../img/background_wrapper.gif');
	background-repeat:	repeat-y;
}

div#left {
	float:				left;
	width:				197px;
	padding:			10px;
}

	ul#navi_left {
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_left li {
	margin-bottom:		5px;
	}
	
	ul#navi_left a, ul#navi_left a.selected {

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

div#main, div#main_start {
	float:				left;
	width:				650px;
	padding:			10px 11px 10px 10px;
}

div#main_start {
	width:				433px;
}

div#news_update {
	float:				left;
	width:				197px;
	padding:			10px;
}

div#footer {
	float:				left;
	width:				888px;
	height:				27px;
	padding:			10px 0px 0px 0px;
	background-color:	#339933;
	text-align:			center;
	color:				#000000;
}
div#footer a {
	color:				#000000;
}