/* Main text formating */

body {
	background-color: #A5BF92;
	padding: 0px;
	margin: 0px;
	font-family: font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	background-image: url(images/heading-front.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {  color: #0000CC}
a:visited {  color: #3300CC}
a:hover {color:#FF3300}
a:active {color: #FF3300}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


/* Structure */


#centre {
	min-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}  
#menu {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	top: 110px;
	position: absolute;
}
#menu p {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	line-height: 15px;
	text-align: center;
}
#menu a:link {  
	color: #000000;
	text-decoration: none; 
	}
#menu a:visited {  
	color: #000000;
	text-decoration: none; 
	}
#menu a:hover {
	color:#FF3300;
	text-decoration: none;
}
#menu a:active {
	color: #FF3300;
	text-decoration: none;
}

#head {
	width: 990px;
	padding: 0px;
	height: 110px;
	margin: 0px;
	top: 0px;
}
