body {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #CCCCCC;
}
#header {
	height: 170px;
	width: 780px;
	background: #FFFF99;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#header img {
	text-align: center;
	margin: 5px auto 0px;
}
#content {
	width: 780px;
	position: relative;
	border: thin solid #000000;
	text-align: center;
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px auto;
	height: auto;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}
#content h3 {
	font-size: 1em;
	color: #FF0000;
	text-align: left;
	margin-left: 5px;
}
#content #news {
	float: right;
	width: 14em;
	background: #FF0000;
	color: #FFFFFF;
	padding: 0px 5px 5px;
	margin-left: 10px;
}
#content #news p {
	color: #FFFFFF;
	text-align: left;
	font-size: 0.7em;
}
#content #news h4 {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content #news h3 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#content #news a {
	font-weight: bold;
	color: #FFFFFF;
}


#nav {
	background: #FFFF99;
	position: relative;
	width: 780px;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#nav ul {
	list-style: url(none);
	margin: 0px;
	padding: 4px 0px;
}

#footer {
	width: 780px;
	position: relative;
	background: #FFFF99;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	border-top-width: thin;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
#nav li {
	display: inline;
}
#nav a:link, #nav a:visited {
	margin-right: 2px;
	text-decoration: none;
	padding: 3px 10px 2px;
	color: #FF0000;
	background: #FFCC66;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #717171;
	border-bottom: thin solid #717171;
	border-left: thin solid #FFFFFF;
}
#nav a:hover {
	border-top: thin solid #717171;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #717171;
}
#content h1 {
	color: #FF0000;
}
.centretxt {
	text-align: center;
}
#content h6 {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
