body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555146;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #666666;
	background-image: url(../images/bg.jpg);
}
.footcentre #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.footcentre #header {
	background: #FFFFFF;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4c5861;
}
.footcentre #navbar {
	background-color: #3C4952;
	padding-right: 20px;
	padding-left: 35px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 11px;
}
.footcentre #subheader {
	background: #FFFFFF;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footcentre #mainContent {
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.footcentre #footer {
	background-color: #C8A875;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/bg_footer.jpg);
}
.footcentre #footer p {
	margin: 0;
	padding: 10px 0;
}
h1 {
	font-size: 22px;
	color: #b0b91c;
}
h2 {
	font-size: 13px;
	color: #555146;
}
h3 {
	font-size: 14px;
	color: #812F25;
}
h4 {
	font-size: 20px;
	color: #FFFFFF;
}
.text_big {
	font-size:14px;
	font-weight: bold;
	color: #812F25;
}
.text_big_green {
	font-size:14px;
	font-weight: bold;
	color: #b0b91c;
}
.text_small {
	font-size:9px;
}
.text_black {
	color: #000000;
}
.text_spaced {
	line-height: 25px;
}
a:link {
	color: #b0b91c;
	text-decoration: none;
}
a:visited {
	color: #2B465B;
	text-decoration: none;
}
a:hover {
	color: #8E9643;
	text-decoration: none;
}
a:active {
	color: #2B465B;
	text-decoration: none;
}
a.page:link {
	color: #2B465B;
	text-decoration: none;
}
a.page:visited {
	color: #812F25;
	text-decoration: none;
}
a.page:hover {
	color: #2B465B;
	text-decoration: underline;
}
a.page:active {
	color: #2B465B;
	text-decoration: none;
}
a.news:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9px;
}
a.news:visited {
	color: #E4E2DA;
	text-decoration: none;
	font-size:9px;
}
a.news:hover {
	color: #2B465B;
	text-decoration: underline;
	font-size:9px;
}
a.news:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9px;
}
.text_light {
	color: #B0B3A8;
}
.text_byline {
	color: #E0CFB4;
	font-size:10px;
}
.footcentre #location1 {
	float: left;
	width: 240px;
	margin-left: 5px;
	padding: 15px;
	border: 1px dashed #b0b91c;
}
.footcentre #location2 {
	float: right;
	width: 240px;
	padding: 15px;
	margin-right: 5px;
	border: 1px dashed #b0b91c;
}
.footcentre #mainContent2 {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 300px;
	padding: 15px;
	border: 1px dashed #b0b91c;
} 
.footcentre #news {
	float: right;
	width: 350px;
	padding: 15px;
	margin-right: 5px;
	border: 4px double #3C4952;
	background-color: #C8A875;
	color: #FFFFFF;
	background-image: url(../images/bg_news.jpg);
}

