@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A7A5E;
	border-left-color: #1A7A5E;
}
#wrapper #navigation {
	height: 260px;
	background-color: #1A7A5E;
}
#wrapper #spacer {
	background-color: #0000FF;
	height: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #left {
	width: 86px;
	height: 300px;
	float: left;
}
#wrapper #centre {
	width: 594px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A7A5E;
	border-left-color: #1A7A5E;
	float: left;
}
#wrapper #right {
	width: 225px;
	float: left;
	padding-left: 45px;
}
#wrapper #footer {
	height: 46px;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
body {
	background-color: #FFFFFF;
}
h1 {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #1A7A5E;
}
a:link {
	color: #1A7A5E;
}
a:visited {
	color: #1A7A5E;
}
a:active {
	color: #E7A923;
}
h2 {
	font-size: 14px;
	color: #1A7A5E;
}
