body {
	background: #fcfcc6 url('../images/background.png') repeat-x;
	background-color: #fcfcc6;
	padding: 0;
	margin: 0;
	font-size: 11pt;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#header img {
	float: left;
}
div#header h1 {
	padding-top: 1.4em;
	margin-bottom: 0em;
}
div#header div#contact-details {
	float: right;
	margin-top: -2.6em;
	font-size: 1.3em;
	text-align: right;
}
div#header div#contact-details a {
	color: black;
}
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #353535;
}
div#menu {
	background-color: #353535;
	padding-left: 1em;
	clear: both;
}
div#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-variant: caps;
}
div#menu ul li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 8px 15px;
	margin-right: 4px;
}
div#menu ul li a:hover {
	background-color: #4C4C4C;
}
div#content, div#footer {
	background-color: #fff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding: 5px 25px;
}
div#content {
	padding-bottom: 1.5em;
}
div#banner {
	border: 1px solid #d6d6d6;
	width: 850px;
	height: 220px;
	margin: 10px 0;
}
div#footer {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 1em;
	text-align: center;
	font-size: 0.8em;
	color: #3D3D3D;
}

div#footer a {
	color: #000;	
}
.red {
	color: #f20000 !important;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 1.3em;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
div.col1, div.col2, div.col3 {
	width: 260px;
	float: left;
	margin-left: 2px;
}
div.col1, div.col2 {
	border-right: 1px solid #d6d6d6;
	padding-right: 15px;
}
div.col2, div.col3 {
	padding-left: 15px;
}
form label {
	display: block;
	width: 120px;
	float: left;
}
form input[type=text], form input[type=password] {
	width: 200px;
}
form input[type=submit] {
	padding: 3px 8px;
}
.clear {
	clear: both;
}
div#contact-map {
	float: right;
}
div#side-banner {
	border: 1px solid #d6d6d6;
	width: 260px;
	height: 160px;
	margin: 10px 0;
	overflow: hidden;
}