body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(bodybg.jpg);
	background-repeat: repeat-x;
}
#container {
	background-image: url(transparentgrass.png);
	background-repeat: repeat-x;
	position: relative;
}
#container #header {
	position: relative;
	clear: both;
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container #navigation {
	height: 40px;
	width: 960px;
	margin-top: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: medium;
}
#container #navigation a:link {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
#container #navigation a:visited {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
#container #navigation a:hover {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 3px;
	background-color: #BF1E2E;
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
#container #navigation a:active {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
#container #maincontainer {
	font-size: small;
	color: #333;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footercontainer {
	background-image: url(footerbg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 210px;
	overflow: auto;
	position: relative;
	padding-top: 40px;
	background-color: #FFF;
	margin-top: 10px;
}
#footercontainer #footer {
	font-size: small;
	color: #554D34;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footercontainer #footer #news {
	padding: 10px;
	float: left;
	width: 700px;
}
#footercontainer #footer #footerright {
	padding: 10px;
	float: right;
	width: 220px;
}
#footercontainer #footer #news h2 {
	font-size: large;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #554D38;
}
#footercontainer #footer #footerright {
	font-size: x-small;
	font-weight: lighter;
	text-align: center;
}
#footercontainer #footer #footerright a:link {
	color: #8B8165;
	text-decoration: none;
}
#footercontainer #footer #footerright a:visited {
	color: #8B8165;
	text-decoration: none;
}
#footercontainer #footer #footerright a:hover {
	color: #FFF;
	text-decoration: none;
}
#footercontainer #footer #footerright a:active {
	color: #8B8165;
	text-decoration: none;
}
#container #maincontainer #left {
	width: 220px;
	float: left;
	position: relative;
	padding: 10px;
}
#container #maincontainer #left h2 {
	font-size: medium;
	font-weight: lighter;
}
#container #maincontainer #left a:link {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #left a:visited {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #left a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #707C24;
}
#container #maincontainer #left a:active {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #mid {
	padding: 10px;
	float: left;
	position: relative;
}
#container #maincontainer #mid h1 {
	font-size: x-large;
	font-weight: lighter;
}
#container #maincontainer #mid h2 {
	font-size: medium;
	font-weight: lighter;
}

#container #maincontainer #mid a:link {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #mid a:visited {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #mid a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #707C24;
}
#container #maincontainer #mid a:active {
	color: #707C24;
	text-decoration: none;
}

#container #maincontainer #right {
	padding: 10px;
	float: right;
	width: 220px;
	clear: none;
	position: relative;
}
#container #maincontainer #right h2 {
	font-size: medium;
	font-weight: lighter;
}

#container #maincontainer #right a:link {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #right a:visited {
	color: #707C24;
	text-decoration: none;
}
#container #maincontainer #right a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #707C24;
}
#container #maincontainer #right a:active {
	color: #707C24;
	text-decoration: none;
}.resultstable tbody tr td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.resultstable tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.gallerytable tr td {
	padding: 5px;
}
#redhighlight {
	color: #BF1E2E;
	font-size: medium;
	text-align: center;
}
#firstpara {
	font-size: medium;
}
#mid form table tr td {
	padding: 5px;
}
