@charset "utf-8";
body {
	font-family: "Kristen ITC";
	font-size: 1em;
	color: #000000;
}


#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}#banner {
	background-image: url(images/banner.gif);
	width: 563px;
	padding-top: 75px;
	padding-left: 405px;
	position: absolute;
	left: 145px;
	top: 94px;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 233px;
	width: 968px;
	padding-top: 145px;
	background-color: #FF9999;
	position: absolute;
	top: 190px;
	left: 145px;
}
#main_text {
	width: 832px;
	line-height: normal;
	font-family: "Kristen ITC";
	position: absolute;
	background-color: #FF9999;
	font-size: smaller;
	top: 164px;
	left: 93px;
	margin: 5px;
	padding: 5px;
	height: 194px;
}

#main_text h3{
font-size 120%;
color: #00b4e1;
margin:0 auto;
margin-bottom: 10px;
}

#main_text p{
font-size 90%;
}

#left_column {
	width: 308px;
	position: absolute;
	height: 299px;
	top: 582px;
	left: 143px;
	padding: 5px;
	font-size: smaller;
}

#right_column {
	width: 310px;
	top: 582px;
	position: absolute;
	left: 800px;
	padding: 5px;
	font-size: smaller;
	height: 250px;
}
#center_column {
	width: 314px;
	margin-top: 0px;
	position: absolute;
	top: 582px;
	left: 472px;
	padding: 5px;
	font-size: smaller;
}
