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:	#8b008b;
	background-image:	url('../img/background.png');
	background-repeat:	repeat-x;
	padding:			0px;
}

div#top {
	float:				left;
	width:				488px;
	height:				30px;
	padding:			20px 0px 0px 400px;
	background-image:	url('../img/background_top.png');
	background-repeat:	no-repeat;
	color:				#cc02cc;
}

div#top a {
	color:				#cc02cc;
}

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

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

ul#navi_top {
	float:				left;
	list-style-type:	none;
	list-style-position:	outside;
	margin:				0px;
	padding:			0px;
	height:				60px;
}

ul#navi_top li {
	float:				left;
	height:				38px;
	padding:			22px 20px 0px 20px;		
	background-image:	url('../img/navi_top_seperator.png');
	background-repeat:	no-repeat;
	background-position:right;
}

ul#navi_top a, ul#navi_top a.selected {
	color:				#ffffff;
	text-decoration:	none;
}

ul#navi_top a.selected {
	color:				#b401b4;
}

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

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

div#left_content {

	float:				left;
	width:				198px;
	padding:			2px 10px 0px 10px;
}

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

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


div#main_content {

	float:				left;
	width:				650px;
	padding:			0px 10px 0px 10px;
	margin:				0px;
}

div#footer {
	float:				left;
	width:				888px;
	height:				55px;
	background-image:	url('../img/background_footer.png');
	background-repeat:	no-repeat;
	text-align:			center;
	padding:			30px 0px 0px 0px;
}