@charset "utf-8";


#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFF;
}
#main_image {
	background-image: url(Web%20Images/dalton%20and%20ben.jpg);
	height: 400px;
	width: 950px;
	border: thin solid #FFF;
}
#schedule_table {
	text-align: center;
	left: 0px;
	width: 635px;
}
#title {
	text-align: center;
}

#left_column {
	width: 200px;
	float: left;
	padding-right: 10px;
}
#center_column {
	float: left;
	width: 715px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: thin solid #DF7000;
	padding: 10px;
	font-weight: bold;
}

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