/* lay-out */
html {
	overflow					: scroll;
	overflow-x					: auto;
}

body {
	margin						: 0; 
	padding						: 0;
	background-color			: #fa7e00;
	background-image			: url(img/body_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: repeat;
	background-position 		: center top;
	color 						: #fff;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: .8em;
	font-family 				: "Times New Roman", Times, serif;
	font-size					: 1.05em;
	line-height					: 1.3em;	
	text-align					: center;
}

#site {
	padding						: 20px 0;
	clear						: both;	
	text-align					: center;
	background-image			: url(img/site_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position 		: center top;
}

#centerbox {
	position					: relative;
	width						: 910px;	/* Firefox+ */
	.width						: 910px;	/* IE6, IE7 */
	_width						: 916px;	/* IE6 only */
	margin						: 0 auto 0 auto;
	padding						: 0;
	background-color			: #fff;
	clear						: both;	
	text-align					: left;
}

#headerbox {
	width						: 100%;
	height						: 110px;
	margin						: 0;
	padding						: 0;
	background-color			: #fff;
	background-image			: url(img/header_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position 		: center top;
	clear						: both;	
	text-align					: left;
}

#navbox {
	float						: right;
	width						: 560px;
	height						: 28px;
	margin						: 0 20px 0 0;
	padding						: 0;
	background-image			: url(img/nav_bg.png);
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position 		: center;
}

#mainbox {
	width						: 100%;
	min-height					: 450px;
	margin						: 0;
	padding						: 15px 0;
	background-color			: #fff;
	background-image			: url(img/main_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position 		: center top;
	clear						: both;
	text-align					: center;
}
#mainbox:after {
	content						: "."; 
	display						: block; 
	height						: 0; 
	clear						: both;
	visibility					: hidden;
}

#contentbox {
	float						: right;
	width						: 580px;
	margin						: 0 0 15px 0;
	padding						: 0;
	text-align					: center;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: .8em;
}

#sidebox {
	float						: left;
	width						: 320px;
	margin						: 0;
	padding						: 0;
	text-align					: center;
}

#footerbox {
	width						: 100%;
	margin						: 0;
	padding						: 0;
	background-image			: url(img/footer_bg.gif);
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position			: center top;
	clear						: both;	
	text-align					: center;
}