@charset "utf-8";
/* CSS Document */
#container {
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#banner {
	background-image: url(images/bannergraphic.gif);
	height: 100px;
	width: 968px;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 20px;
}
#main_image {
	height: 250px;
	width: 950px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin: 0px;
	padding: 0px;
}
#left_column {
	float: left;
	width: 316px;
	margin-top: 30px;
}
#column_container {
	float: left;
	width: 652px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#right_column {
	float: right;
	width: 316px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

