/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #37200B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.wrapper {
	width:900px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.contentarea {
	background:white url("img/mid-bg.jpg") repeat-y top left;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

.pic-container-dark {
	padding: 5px;
	border: 1px solid #37200B;
	background-color: #DBC593;
}
/* formatting for header and footer */
.sitemenu {
	width:188px
}
.sitefooter {
	background:white url(img/footer.jpg) no-repeat left top;
	font-style: normal;
	height: 153px;
	padding: 30px 0 0 30px;
}

/* altered formatting for heading tags */
h1 {
	color: #354E31;
	font-size: 24px;
	font-weight:lighter;
}

h2 {
	font-size: 18px;
	color: #68A256;
	font-weight:lighter;
}

#navcontainer {
	width: 170px;
	padding: 5px;
	border: 1px solid #EEE;
	margin: 5px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}
#navcontainer li {
	list-style-type:none;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
	color: #519553;
}
#navcontainer a:link, #navlist a:visited {
color: #395836;
text-decoration: none;
}
#navcontainer a:hover {
color: #000;
}

.innercontentarea {
	padding:6px 30px 10px 6px;
}

.lhs-contact {
	font-size: 10px;
}
