@charset "utf-8";
/* CSS Document */

#container {
	width: 986px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #eee8c5;
	color: #7401pc;
}
#banner {
	width: 986px;
	height: 400;
}
#main_image {
	width: 986px;
	height:426;
	color: #005643;
	font-size: 14px;
}
#left_column {
	float: left;
	width: 316px;
	background-color: #eee8c5;
}
#column_container {
	float: left;
	width: 652px;
	background-color: #eee8c5;
}
#right_column {
	width: 316px;
	float: right;
	color: #005643;
	background-color: #eee8c5;
}
#centre_column {
	width: 316px;
	margin-left: 10px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#footer {
	width: 986px;
	height: 50px;
	background-color: #005643;
	color: #eee8c5;
	background-image: url(images/footer.jpg);
}
#menu {
	height: 50px;
	width: 968px;
}

