@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(images/banner.jpg);
	height: 20px;
	width: 488px;
	padding-top: 80px;
	padding-left: 480px;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 376px;
	width: 968px;
}
#left_column {
	float: left;
	width: 316px;
}
#left_column h3 {
margin-bottom: 10px;
}
#left_column p{
margin-bottom: 10px;
}
#column_container {
	float: left;
	width: 652px;
}
#column_container h3 {
margin-bottom: 10px;
}
#column_container p{
margin-bottom: 10px;
}
#right_column {
	float: right;
	width: 316px;
}
#right_column h3 {
margin-bottom: 10px;
}
#right_column p{
margin-bottom: 10px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
}
#center_column h3 {
margin-bottom: 10px;
}
#center_column p{
margin-bottom: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}
