body {
	margin: 0 auto;
	padding: 0;
	background: #ccc;
	text-align: center;
}

img {
border: 0;
}

td {
padding: 3px;
}

a {
	text-decoration: none;
	color: #118F84;
}

a:link {

}

a:visited {

}

a:hover {
	color: #C7F464;
}

a:active {

}

body, p, blockquote, li {
	font-family: verdana, sans-serif;
	font-size: 0.85em;
	line-height: 150%;
	color: #696758;
}

div#content li {
	list-style-type: disc;
}

p {
	padding: 10px;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 499px;
	text-align: left;
	border-left: 10px solid #aaa;
	border-right: 10px solid #aaa;
}

div#header {
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 328px;
}

div#footer {
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 186px;
}

div#content, div#container {
	background: #fff;
}

div#content {
	padding: 10px;
}

#navcontainer {
	border-bottom: 1px dotted #EFEFEF;
}

#navlist li
{
margin: 0 auto;
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 10px;
font-family: georgia, sans-serif;
font-size: 1.4em;
font-weight: bolder;
font-style: italic;
}


h1 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: georgia, serif;
	font-size: 1.5em;
	text-align: right;
	font-weight: bolder;
	font-style: italic;
}

/* control row colours in admin */
.literow {
background: #fff;
}
.darkrow {
background: #ddd;
}