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:	#000000;
	background-image:	url('../img/background.gif');
	padding:			0px;
}

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

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				50px;
	background-image:	url('../img/background_navi_top.gif');
}

	ul#navi_top {
	list-style-type:	none;
	margin:				15px 0px 0px 0px;
	padding:			0px;
	}
	
	ul#navi_top li {
	float:				left;
	height:				25px;
	padding:			10px 20px 0px 20px;
	background-image:	url('../img/navi_top_spacer.gif');
	background-repeaT:	no-repeat;
	background-position:right;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	font-family:		verdana;
	font-size:			11px;
	color:				#666666;
	text-decoration:	none;
	}
	
	ul#navi_top a.selected {
	color:				#013a93;
	font-weight:		bold;
	}
	
div#content_wrapper {
	float:				left;
	width:				888px;
	background-image:	url('../img/background_wrapper.gif');
}

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

	ul#navi_left {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_left li {
	margin-bottom:		10px;
	}
	
	ul#navi_left a, ul#navi_left a.selected {
	text-decoration:	none;
	}
	
	ul#navi_left a.selected {
	color:				#013a93;
	font-weight:		bold;
	}

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

div#footer {
	float:				left;
	width:				888px;
	height:				27px;
	padding:			10px 0px 0px 0px;
	background-color:	#000000;
	text-align:			center;
	color:				#ffffff;
	font-size:			12px;
	font-family:		arial;
}

div#copy {
	float:				left;
	width:				888px;
	text-align:			center;
	padding-top:		5px;
}