@charset "UTF-8";
/* CSS Document */

body 

{
    width:930px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/backsub.jpg);
	background-repeat: repeat-x;
	background-color: #FBFCFF;
	
}.indexheader {
	width: 930px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.right {
	float: left;
	width: 620px;
}
.left {
	float: left;
	width: 310px;
}
