body {
	width:				935px !important; /* Real width: 930px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#eeeeee;
	padding:			0px;
}

div#wrapper {
	float:				left;
	width:				888px;
	padding:			10px 23px 10px 19px;
	background-image:	url('../img/background_wrapper.gif');
	background-repeat:	repeat-y;
}

div#navi_top_wrapper {
	float:				left;
	width:				888px;
	height:				36px;
	background-image:	url('../img/background_navi_top.gif');
	background-repeat:	repeat-x;
	margin-bottom:		10px;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px;
	padding:			10px 0px 0px 10px;
	}
	
	ul#navi_top li {
	float:				left;
	margin-right:		20px;
	padding-right:		20px;
	background-image:	url('../img/navi_top_seperator.gif');
	background-repeat:	no-repeat;
	background-position:right center;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	text-decoration:	none;
	}
	
	ul#navi_top a.selected {
	font-weight:		bold;
	}

div#header {
	float:				left;
	width:				888px;
	height:				96px;
	background-image:	url('../img/background_header.gif');
	background-repeat:	repeat-x;
	text-align:			center;
	margin-bottom:		10px;
}

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

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

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

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

div#footer {
	float:				left;
	width:				935px;
	height:				50px;
	padding:			12px 0px 0px 0px;
	background-image:	url('../img/background_footer.gif');
	background-repeat:	no-repeat;
	text-align:			center;
}

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