html, body {
	padding:0px;
	margin:0px;
	background-color:#FFF9F0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-position:left top;
	background-repeat: repeat-x;
	font-size:12px;
}

#index {
	margin: 0px auto;
	padding: 0;
	width:970px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

#headbox {
	background-image: url(../images/header_hg.jpg);
	background-repeat: repeat-x;
	height: 280px;
	width:970px;
	}
	
#mainbox {
	width:740px;
	padding-top: 15px;
	margin-left: 15px;
	float:left;
	}

#sitebox {
	width:200px;
	padding-top: 15px;
	margin-right: 15px;
	float:right;
	}
	
#footbox {
	height: 15px;
	border-top: 1px solid #000000;
	background-color: #E6E6E6;
	text-align: center;
	width: 970px;
	clear: both;
	}

