@CHARSET "UTF-8";

body {
	background-color: #f4f4f4;
	background-image: url("../images/logoBG.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	width: 780px;
	margin: auto;
	text-align: center;
}

h1,h2,h3 {
	color: #444;
}

.title {
	font-style: oblique;
	color: #811111;
}

fieldset {
	text-align: left;
	padding-bottom: 1em;
	margin: 0.5em 0;
}

a {
	color: #811111;
}

div#footer {
	font-size: 0.8em;
	margin: 40px 0 0 0;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.clear {
	clear: both;
}

div.centre {
    text-align: center;
}

li {
    padding: 0.2em 0;
}