body, h1, h2, h3, h4, h5, h6, p, li, ul, a {
  margin: 0px; /* Removes default margin that some browsers add. */
  padding: 0px; /* Removes default padding that some browsers add. */
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 120px;
	border-top: 10px solid #CCC6B9;
	border-right: 10px solid #CCC6B9;
	border-left: 10px solid #CCC6B9;
}
#middle {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC6B9;
	border-left-color: #CCC6B9;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCC6B9;
	padding: 15px 30px;
	height: 600px;
	float: none;
	clear: none;
}
#centreimage {
	text-align: center;
	margin-bottom: 10px;
}
h1 {
	font-size: 130%;
	line-height: 170%;
	color: #333333;
}
h3 {
	font-size: 110%;
	line-height: 170%;
	color: #000000;
}
h2 {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
	font-weight: normal;
}
#middle a {
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	color: #993300;
}
#middle a:hover, #middle a:active, #middle a:focus {
	background-color: #E9E9E9;
}
#baseline {
	padding: 10px 10px 0px;
	font-size: 60%;
	line-height: 100%;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	line-height: 100%;
}#middle p {
	font-size: 90%;
	line-height: 140%;
	color: #666666;
	margin-bottom: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 900px;
	padding: 10px;
}
#titletext h1 {
	position: absolute;
	left: -3000px;
}#nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 85px;
	margin-right: 30px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav a {
	display: block;
	font-size: 80%;
	line-height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 10px;
	background-color: #333333;
	margin: 1px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #333333;
	background-color: #CCC6B9;
}
#contentblock {
	width: 410px;
	float: left;
	text-align: center;
	clear: right;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
