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:	#ecc295;
	background-image:	url('../img/background.gif');

	padding:			0px;
}

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

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

div#header_logo {
	float:				left;
	width:				500px;
}

div#header_right {
	float:				left;
	width:				388px;
}

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				26px;
	padding:			8px 0px 0px 0px;
	border-top:			1px solid #e1e1e1;
	border-bottom:		1px solid #e1e1e1;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_top li {
	float:				left;
	margin-right:		10px;
	padding-right:		10px;
	background-image:	url('../img/navi_top_spacer.gif');
	background-repeat:	no-repeat;
	background-position:right;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	color:				#474747;
	font-size:			12px;
	font-family:		arial;
	text-decoration:	none;
	}
	
	ul#navi_top a.selected {
	color:				#00395b;
	font-weight:		bold;
	}
	
div#header_image {
	float:				left;
	width:				888px;
	padding:			20px 0px 20px 0px;
}

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

div#left_content {
	float:				left;
	width:				217px;
}

	ul#navi_sub, ul#navi_sub ul {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_sub ul {
	padding-left:		20px;
	}
	
	ul#navi_sub li {
	margin-bottom:		10px;
	}
	
	ul#navi_sub a, ul#navi_sub a.selected {
	color:				#474747;
	font-size:			12px;
	font-family:		arial;
	text-decoration:	none;
	}
	
	ul#navi_sub a.selected {
	font-weight:		bold;
	color:				#00395b;
	}

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

div#footer {
	float:				left;
	width:				888px;
	height:				79px;
	padding:			10px 0px 10px 0px;
	margin-top:			20px;
	margin-bottom:		10px;
	border-top:			1px solid #e1e1e1;
	border-bottom:		1px solid #e1e1e1;
}