@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/sponsors.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#left_column {
	float: left;
	width:720px;
}
#column_container {
	float: left;
	width: 228px;
	margin-left: 20px;
}
#footer {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

