body {
	background-image: url("./images/mainbg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

#footer {
	border-top: 1px solid #339933;
	display: block; 
	width: 100%;
	bottom:0px; 
	right: 0px; 
	position:fixed; 
	color:#fff; 
	background-color: #333333; 
	padding:3px;
	vertical-align: top;
	height: 26px;;
}

hr {
	color: #66CC33;
	background-color: #66CC33;
	height: 1px;
	border: 0;

}

* html #footer {
	position:absolute;
}

img a {
	border: 0;
}

a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#logo {
	position: absolute;
	height: 348px;
	width: 400px;
	left: -20px;
}

#menu {
	position: relative;
	left: 390px;
	top: 55px;	
	font-size: 12px;
}

.menubutton 
{
	margin-bottom: 7px;
	display: inline;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	height: 22px;
	background-color: #000;
	font-size:16px;
	font-variant: small-caps;
	border: 1px solid #fff;
}
.menubutton:hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

.pageTitle {
	display: inline;
	border: 1px solid #66CC33;
	padding: 5px;
	font-variant: small-caps;
	font-weight: bolder;
}
#contentcontainer {
	padding: 0px;
	position: absolute;
	text-align: left;
	vertical-align: top;
	top: 124px;
	left: 285px;
	width: 700px;
}

.goodmessage {
	display:inline; 
	background-color:#999999; 
	color:#005500; 
	padding: 3px;
}

.badmessage {
	display:inline; 
	background-color:#999999; 
	color:#990000; 
	padding: 3px;
}

#galpics {
	border-top: 1px solid #999999; 
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999; 
	width:174px; height: 115px;  
	overflow: hidden; 
	display: block;
	background-repeat: no-repeat; 
	background-position: center; 
	FILTER: Gray;
}


#galpics:hover {
	FILTER: none;
}

#picsnews {
	width:98px; height: 98px;
	overflow: hidden; 
	display: block;
	float: left;
	background-repeat: no-repeat; 
	background-position: center; 
	margin: 10px;
}
#picspics {
	FILTER: Gray;
	width:98px; height: 98px;
	overflow: hidden; 
	display: block;
	background-repeat: no-repeat; 
	background-position: center; 
}

#picspics:hover {
	FILTER: none;
} 


.clicklink {
	display: block;
}

#gal {
}

#clear  {
	clear: both;
}

ul.gallery li {
	float: left;
	margin: 5px;
	list-style: none;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #339933;
}

ul.gallery li a img {
	width: 200px;
	position: relative;
	border: 0;
	top: -20px;
	left: -50px;
	filter: gray;
	display: block;	
}

ul.gallery li a:hover img {
	filter: none;
}
