body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer_wrap {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#map {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 5px;
}

#inner_wrap {
	background-image: url(../images/main_bg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#left {
	float: left;
	width: 170px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#centre {
	float: left;
	width: 401px;
}
#right {
	float: left;
	width: 250px;
	margin-left: 10px;
	padding-top: 5px;
}
#spacer {
	clear: both;
}
#mobile {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer {
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
}


