﻿/* CSS layout */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #FFFDD0;
	width: 955px;
}
#container {
	clear: both;
	background-image: url('images/RedMiddleBackground.jpg');
	width: 955px;
}
#left_col {
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 15px;
}
#right_col {
	float: right;
	width: 200px;
	padding-right: 15px;
	padding-left: 5px;
}
#centre_col {
	margin-left: 220px;
	margin-right: 220px;
	width: 515px;
}
#centre_heading {
	text-align: center;
}
#centre_content {
	background: url('images/HomeCreamBackground.jpg');
	min-height: 420px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 3px;
	background-repeat: no-repeat;
}
#footer {
	background-position: bottom;
	clear: both;
	background-image: url('images/HomeRedFooter.jpg');
	height: 85px;
	text-align: center;
	color: #CCCCCC;
}
#MainMenuLayer img {
}
#topborder {
	clear: none;
	background-image: url('images/RedTopBorder.jpg');
	height: 12px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFDD0;
}
#contenttopborder {
	background-image: url('images/HomeCreamTopBorder.jpg');
	height: 15px;
}








