@charset "UTF-8";
/* CSS Document */

#header {
	text-align: right;
	width: 880px;
	padding: 10px;
	margin: 0 auto;
}
#mainpage {
	width: 880px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#footer {
	background-color: #58612A;
	width: 880px;
	padding: 10px;
	margin: 0 auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footersub {
	color: 858c64;	
}

#menu {
	background-color: #FFFFFF;
	text-align: left;
	width: 880px;
	padding: 0px;
	margin: 0 auto;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	background-repeat: no-repeat;
	background-position: right bottom;
}


a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

/* Menu Classes, fonts and colours */

.nav li {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

.nav a:link, a:active, a:visited {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.nav a:hover {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	background-color:#D66F29;
	font-weight: bold;
}
