/* CSS Document */

body {
	margin: 0;
	background-color: rgb(234,173,30);
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#wrapper {
	width: 946px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 946px;
	background-image: url('TopperBack.gif');
	background-repeat: no-repeat;
	float: left;
}

#spacer {
	width: 946px;
	height: 143px;
	float: left;
}

#spacer span {
	display: none;
}

#spacer a {
	display: block;
	width: 946px;
	height: 143px;
}

.breaker {
	width: 946px;
	float: left;
	clear: left;
}

#menu {
	width: 278px;
	height: 31px;
	float:left;
	display: inline;
	margin-left: 530px;
}

#menu span {
	display: none;
}

.menu1 {
	float: left;
	width: 138px;
	height: 31px;
	background-image: url('menuitemabout.gif');
}

.menu1 a {
	display: block;
	width: 138px;
	height: 31px;
	background-image: url('menuitemabout.gif');
	background-position: -138px 0;
}

.menu1 a:hover {
	background-position: 0 0;
}

.menu2 {
	float: left;
	width: 138px;
	height: 31px;
	background-image: url('menuitemcentres.gif');
	margin-left: 1px;
	display: inline;
}

.menu2 a {
	display: block;
	width: 138px;
	height: 31px;
	background-image: url('menuitemcentres.gif');
	background-position: -138px 0;
}

.menu2 a:hover {
	background-position: 0 0;
}

.menu3 {
	float: left;
	width: 138px;
	height: 51px;
	background-image: url('menuitemcontact.gif');
	display: inline;
}

.menu3 a {
	display: block;
	width: 138px;
	height: 51px;
	background-image: url('menuitemcontact.gif');
	background-position: -138px 0;
}

.menu3 a:hover {
	background-position: 0 0;
}

.menu3 span {display: none;}

#menubar {
	float: left;
	clear: left;
	width: 808px;
	height: 20px;
	background-image: url('menubar1.gif');
}

.picture {
	width: 280px;
	float: left;
	margin-left: 15px;
	margin-right: 25px;
	display: inline;
}

.text {
	width: 600px;
	float: left;
	display: inline;
}

p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(102,102,102);
}

p.footer {
	font-size: 1.1em;
	color: white;
	margin-top: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: rgb(185,34,41);
	margin-top: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(185,34,41);
}

a:hover, a:active {
	text-decoration: underline;
	color: rgb(84,84,84);
}

a.footer:link, a.footer:visited {
	text-decoration: none;
	color: rgb(84,84,84);
}

a.footer:hover, a.footer:active {
	text-decoration: underline;
	color: rgb(185,34,41);
}
	

