		body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #333333;
			margin: 0px;
			font-size: 12px;
		}
		img {
			margin: 0px 5px 0px 5px;
		}
		#edit img {
			margin: 0;
		}
		h1 {
			font-size: 13px;
			font-weight: bolder;
			color: #000011;
		}
		a {
			font-weight: bolder;
			color: #000066;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
			color: #000000;
		}
		#goldenhart {
			float: right;
		}
		p {
			font-size: 12px;
		}
		.text {
			font-size: 12px;
		}
		.text-nospace {
			font-size: 12px;
			margin: 0;
			padding: 0;
		}
		.heading {
			font-size: 13px;
			font-weight: bolder;
			color: #545488;
		}
		#contact {
			text-align: left;
			width: 400px;
			margin: 0px auto;
		}
		#title {
			font-size: 15px;
			font-weight: bolder;
			color: #545488;
			padding: 10px 0px 0px;
			position: relative;
			top: -10px;
		}
		#container {
			width: 980px;
			margin: 0px auto;
		}
		#header {
			width: 100%;
			height: 110px;
			background: url('../images/logo.png');
			background-repeat: no-repeat;
			background-position: top right;
		}
		.links {
			background-color: #eeeeff;
			margin-bottom: 10px;
			border-right: 1px solid #000066;
			border-bottom: 1px solid #000066;
		}
		.events {
			background-color: #eeeeff;
			margin-bottom: 10px;
			border-right: 1px solid #000066;
			border-bottom: 1px solid #000066;
		}
		#heading {
			position: relative;
			top: -20px;
		}
		#search {
			text-align: right;
/*
			position: absolute;
			left: 680px;
			top: 75px;
*/
			position: relative;
			top: -40px;
			left: 375px;
			width: 250px;
		}
		#searchbox {
			width: 150px;
			background-color: #e9dbb2;
			font-size: 11px;
			color: navy;
		}
		#main {
			position: relative;
			top: -20px;
		}
		.site-table {
			padding: 5px;
		}

