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

#wrap_container {
	width: 975px;
	height: 1150px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
}
#banner {
	background-image: url(images/banner.gif);
	height: 20px;
	width: 975px;
	padding-top: 110px;
	padding-left: 0px;
}
#main_image {
	height: 376px;
	width: 975px;
	background-image: url(images/seedy_sat_katy.jpg);
}
#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;
}body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

