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

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFF;
}
#main_image {
	height: 354px;
	width: 950px;
	border: thick solid #FF5F00;
}
#left_column {
	border: thick solid #FF5F00;
	height: 400px;
	width: 310px;
	float: left;
	padding-top: 20px;
}
#center_column {
	float: left;
	height: 420px;
	width: 308px;
	border: thick solid #FF5F00;
}
#right_column {
	float: left;
	height: 395px;
	width: 308px;
	border: thick solid #FF5F00;
	padding-top: 25px;
}
#center_image {
	padding-left: 115px;
	padding-top: 23px;
	height: 80px;
}
#center_text {
	padding-top: 0px;
}
#right_image {
	padding-left: 95px;
}
#left_text {
	padding-top: 23px;
}
#right_text {
	padding-top: 0px;
}
#left_image {
	height: 80px;
	width: 170px;
	border: thin none #F0F;
	padding-left: 85px;
}

#banner {
	height: 113px;
	width: 960px;
	background-color: #FFF;
	background-image: url(Web%20Images/rotated%20banner.png);
	background-repeat: no-repeat;
	border: thick none #FF5F00;
}
#bottom_row {
	padding-left: 0px;
	text-align: center;
}
#address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #2A3F00;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
}
