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

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #5eb610;
	text-align: center;
}
#main_image {
	position: relative;
	height: 376px;
	width: 968px;
	background-image: url(../Images/March13.jpg);
	background-repeat: no-repeat;
}
#left_column {
	width: 240px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
#right_column {
	width: 700px;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
