body {
	width:				893px !important; /* Real width: 888px */
	margin-top:			0px !important;
	margin-bottom:		20px;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-image:	url('../img/background.gif');
	background-repeat:	repeat-x;
	background-color:	#e0e0e0;
	padding:			0px;
}

div#top {
	float:				left;
	width:				888px;
	height:				38px;
	padding:			24px 0px 0px 0px;
	background-image:	url('../img/background_top.gif');
}

	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.jpg');
	background-repeat:	no-repeat;
	background-position:right;
	padding:			0px 20px 0px 20px;
	}
	
	ul#navi_top li:first-child {
	padding-left:		10px;
	}
	
	ul#navi_top a {
	text-decoration:	none;
	
	}
	
	ul#navi_top a.selected {
	color:				#1e377a;
	font-weight:		bold;
	}


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


div.spacer {
	float:				left;
	width:				888px;
	height:				15px;
	background-color:	#ffffff;
}

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

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

	ul#navi_left {
	width:				197px;
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_left li {
	height:				22px;
	padding:			6px 0px 0px 10px;
	background-image:	url('../img/background_navi.gif');
	background-repeat:	no-repeat;
	}
	
	ul#navi_left li.selected {
	background-image:	url('../img/background_navi.gif');
	background-repeat:	no-repeat;
	}
	
	ul#navi_left a {
	text-decoration:	none;
	}
	
	ul#navi_left a.selected {
	color:				#1e377a;
	font-weight:		bold;
	}

div.content_left_margin {
	padding:			0px 0px 0px 10px;
}

div#content_main {
	float:				left;
	width:				650px;
	padding:			0px 10px 0px 21px;
}

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

div#copy {
	text-align:			center;
}