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

.vat_options {
	display:			none;
}

div#header, div#content_wrapper {
	background-color:	#ffffff;	
}

div#top {
	float:				left;
	width:				538px;				
	height:				33px;
	background-image:	url('../img/background_top.png');
	background-repeat:	no-repeat;
	padding:			17px 0px 0px 350px;
}

div#navi {
	float:				left;
	width:				888px;				
	height:				65px;
	background-image:	url('../img/background_navi.png');
	background-repeat:	no-repeat;
}

	ul#navi_top {
	height:				65px;
	list-style-type:	none;
	list-style-position:	outside;
	margin:				0px 0px 0px 25px;
	padding:			0px 0px 0px 0px;
	}
	
	ul#navi_top li {
	height:				39px;
	padding:			26px 20px 0px 0px;
	float:				left;
	margin-right:		20px;
	background-image:	url('../img/navi_seperator.png');
	background-repeat:	no-repeat;
	background-position:right;
	}
	
	ul#navi_top a, ul#navi_top a:hover {
	color:				#ffffff;
	text-decoration:	none;
	}

	ul#navi_top a:hover, ul#navi_top li.selected a {
	color:				#ffffff;
	}

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

	ul#navi_sub a, ul#navi_sub a.selected {
		text-decoration:	none;
	}
	
	ul#navi_sub a:hover {
		color:				#96ab32;
	}
	
	ul#navi_sub a.selected {
		font-weight:		bold;
		color:				#96ab32;
	}

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

div#top_divider, div#bottom_divider {
	float:				left;
	width:				888px;
	height:				11px;
}

div#top_divider {
	background-image:	url('../img/line_g.png');
	background-repeat:	no-repeat;	
}

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

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

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

div#footer {
	float:				left;
	width:				888px;
	height:				27px;
	background-color:	#ffffff;
	background-image:	url('../img/background_footer.png');
	color:				#ffffff;
	text-align:			center;
	padding:			10px 0px 0px 0px;
}

