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

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#banner {
	height: 100px;
	width: 968px;
}
#main_image {
	height: 100px;
	width: 968px;
	background-image: url(images/homemain.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#left_column {
	float: left;
	width: 316px;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
}
#footer {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

