@charset "utf-8";
/* CSS Document */
#container {
	width: 968px;
	background: #FFFFF
	margin: 0 auto
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden
}
	
	

#banner {
	background-image: url(Images/IMG_banner4.jpg);
	height: 25px;
	width: 563px;
	padding-top: 75px;
	padding-left: 405px;
}
#main_image {
	background-image: url(Images/IMG_0084resized.jpg);
	height: 231px;
	width: 968px;
	padding-top: 145px;
	padding-left: 585px;
}
#left_column {
	float: left;
	width: 316px;
	color: #06F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
	color: #06F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#center_column {
	width: 316px;
	padding-left: 10px;
	color: #06F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#main_text {
	background-color: #FFF;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_text h3 {
	font-size: 16px;
}

