@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(Banner3.jpg);
	height: 222px;
	width: 968px;
}
#left_column {
	float: left;
	width: 316px;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	width: 642px;
	margin-left: 10px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

