body {
	width:				1005px !important; /* Real width: 1000px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#bababa;
	background-image:	url('../img/background.gif');
	background-repeat:	repeat-x;
	padding:			0px;
}

div#wrapper {
	float:				left;
	width:				934px;
	padding:			10px 32px 0px 34px;
	background-image:	url('../img/background_wrapper.png');
	background-repeat:	repeat-y;
}

div#header {
	float:				left;
	width:				933px;
	padding-top:		10px;
	padding-bottom:		20px;
}

div#navi_top_wrapper {
	float:				left;
	width:				933px;
	height:				46px;
	margin-bottom:		20px;
	background-image:	url('../img/background_navi_top.png');
	background-repeat:	no-repeat;
}

	ul#navi_top {
	list-style-type:	none;
	margin:				0px;
	padding:			10px 10px 10px 20px;
	}
	
	ul#navi_top li {
	float:				left;
	height:				21px;
	margin:				0px 20px 0px 0px;
	padding:			6px 20px 0px 0px;
	background-image:	url('../img/navi_seperator_top.gif');
	background-repeat:	no-repeat;
	background-position:right;
	}
	
	ul#navi_top a, ul#navi_top a.selected {
	text-decoration:	none;
	color:				#666666;
	}
	
	ul#navi_top a.selected {
	color:				#ba0001;
	}
	
div#content_top, div#content_top_full {
	float:				left;
	width:				933px;
	height:				20px;
	background-image:	url('../img/content_top.png');
	background-repeat:	no-repeat;
}
	
div#content_top_full {
	background-image:	url('../img/content_top_full.png');
}
	
div#content_wrapper, div#content_wrapper_full {
	float:				left;
	width:				933px;
	background-image:	url('../img/background_content_wrapper.png');
}

div#content_wrapper_full {
	background-image:	url('../img/background_content_wrapper_full.png');
}

div#left_content {
	float:				left;
	width:				197px;
	padding:			0px 22px 0px 11px;
	margin-right:		20px;
}

	ul#navi_left {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
	}
	
	ul#navi_left li {
	margin-bottom:		15px;
	}

	ul#navi_left a, ul#navi_left a.selected {
	text-decoration:	none;
	color:				#666666;
	}
	
	ul#navi_left a.selected {
	color:				#ba0001;
	}

div#main_content, div#main_content_full {
	float:				left;
	width:				660px;
	padding:			0px 13px 0px 10px;
}

div#main_content_full {
	width:				909px;

}

div#content_bottom, div#content_bottom_full {
	float:				left;
	width:				933px;
	height:				20px;
	background-image:	url('../img/content_bottom.png');
	background-repeat:	no-repeat;
}

div#content_bottom_full {
	background-image:	url('../img/content_bottom_full.png');
}

div#footer {
	float:				left;
	width:				1000px;
	height:				69px;
	padding:			20px 0px 0px 0px;
	background-image:	url('../img/background_footer.png');
	background-repeat:	no-repeat;
	color:				#666666;
	text-align:			center;
}
