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:	#fce4f1;
	padding:			0px;
}

div#top {
	float:				left;
	width:				888px;
	height:				50px;
	background-color:	#f6bbd7;
}

div#logo {
	float:				left;
	width:				600px;
	height:				50px;
	background-image:	url('../img/logo.png');
	background-repeat:	no-repeat;
}

div#login_wrapper {
	float:				left;
	width:				268px;
	height:				40px;
	padding:			10px 0px 0px 20px;
}

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

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	background-color:	#e7e7e7;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px 0px 0px 0px;
	padding:			0px;
	}
	
	ul#navi_top li, ul#navi_top li.selected {
	float:				left;
	height:				32px;
	padding:			17px 15px 0px 15px;

	background-color:	#e7e7e7;
	}
	
	ul#navi_top li.selected {
	background-color:	#f39dce;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	text-decoration:	none;
	color:				#4c5191;
	}
	
	ul#navi_top a.selected {
	color:				#ffffff;
	font-weight:		bold;
	}

	ul#navi_top li.spacer {
	width:				2px;
	height:				49px;
	background-color:	#ffffff;
	padding:			0px;
	}

div#content_wrapper {
	float:				left;
	width:				888px;
	background-color:	#ffffff;
}

div#left_content {
	float:				left;
	width:				190px;
	padding:			10px 20px 10px 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 {
	color:				#4c5191;
	text-decoration:	none;
	}
	
	ul#navi_left a.selected {
	font-weight:		bold;
	}

div#main_content {
	float:				left;
	width:				658px;
	padding:			10px 8px 10px 0px;
}

div#footer {
	float:				left;
	width:				888px;
	background-color:	#e992bd;
	padding:			5px 0px 5px 0px;
	text-align:			center;
	color:				#ffffff;
}

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