#header {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #009933;
	width: 100%;
	height: 70px;
	left: 20px;
	top: 0px;
	margin: 0px;
}
#header-base {
	background-image: url(/images/green_vert_border.gif);
	background-repeat: repeat-x;
	height: 10px;
	left: 0px;
	top: 170px;
	margin: 0px;
	width: 100%;
}

#search {
	position: relative;
	border: 1px solid #009933;
	left: 170px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	float: left;
	clear:both;
}

#mainmenu {
	width: 140px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}


#content {
	margin-left: 170px;
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 30px;
}

#ads {
	position: absolute;
	right: 20px;
	top: 80px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

#copyright {
	margin-left: 170px;
	margin-top: 20px;
	margin-right: 190px;
	clear: both;
	font-size: 70%;
}

#gallery {
	width: 90%;
}

.gallery-image {
	text-align: center;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.gallery-thumbnail {
	text-align: center;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.menu-item {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #009933;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: 600;
}

.menu-item:hover {
	text-decoration: none;
	color: #00bb55;
	border-left-width: 3px;
	border-left-color: #009933;
	border-left-style: solid;
	padding-left: 7px;
}


.current-menu-item {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #009933;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 29px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-color: #009933;
	border-style: solid;
	font-weight: 600;
}

.current-menu-item:hover {
	text-decoration: none;
	color: #00bb55;
}

.sub-menu-item {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #009933;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: 500;
	font-style: italic;
}

.sub-menu-item:hover {
	text-decoration: none;
	color: #00bb55;
	border-left-width: 3px;
	border-left-color: #009933;
	border-left-style: solid;
	padding-left: 17px;
}
.current-sub-menu-item {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #009933;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-color: #009933;
	border-style: solid;
	font-weight: 500;
	font-style: italic;
}

.current-sub-menu-item:hover {
	text-decoration: none;
	color: #00bb55;
}

.floating-image {
	float: right;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.left-floating-image {
	float: left;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.right-floating-image {
	float: right;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.block-image {
	float: none;
	clear: both;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.powered-by {
	font-size: 70%;
	color: #ffffff;
}

a.freefind-link:link, a.freefind-link:hover, a.freefind-link:visited, a.freefind-link:active {
	color: #ffffff;
}

.strapline {
	font-size: 100%;
	color: #009900;
	font-weight: 700;
}

.wreath-image {
	margin: 1em;
	float: none;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}

h1 {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background-color: #009933;
	padding-left: 0.25em;
	clear: right;
}

h2 {
	color: #009900;
	font-size: 100%;
	font-weight: 800;
	/*
	border-color: #009900;
	border-style: solid;
	border-width: 1px;
	padding-left: 0.25em;
	*/
	clear: right;
}

h3 {
	color: #009900;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	clear: right;
}

a:link {  
	color: #009933; 
	text-decoration: none
}

a:visited {  
	color: #009933; 
	text-decoration: none
}

a:active {  
	color: #FF0000; 
	text-decoration: none
}

a:hover {  
	color: #00bb55;
	text-decoration: underline;
}

th {  
	font-weight: bold; 
	background-color: #009933;
	color: #ffffff;
}

/* font.PhorumForumTitle a:link, font.PhorumForumTitle a:visited, font.PhorumForumTitle a:hover {
	color: #ffffff;
}*/

.back {
	text-align: right;
	clear: both;
}

.admin-link {
	text-align: right;
	clear: both;
}
