body {
	margin-top: 2px;
	background: #414F40 url(images/bg.jpg) repeat-x fixed top left;
	}

#container {
	background-color: White;
	border: 2px solid #004400;
}

#topbar p {
	font: bold 11px Verdana;
	color: White;
}

#topbar a {
	font: normal 10px Verdana;
	color: White;
	text-decoration: none;
}

#topbar a:hover {
	color: #F0E68C;
}

#memberdir {
	border: 1px solid Gray;
}

#submemberdir {
	border: 1px solid Gray;
	background-color: #DCDCDC;
}

#submemberdir a {
	font: bold 11px Verdana;
	color: #006400;
}

#newsbox {
	border: 1px solid #949494;
	background-color: #DEDEDE;
}

#footer {
	background-color: #004400;
}

#footer p {
	font: normal 10px Verdana;
	color: White;
}

#footer a {
	font: normal 10px Verdana;
	color: White;
	text-decoration: none;
}

#footer b {
	font: normal 10px Verdana;
	color: red;
}

p {
	font: normal 11px arial;
}

a {
	font: normal 11px arial;
	color: #006400;
	text-decoration: none;
}

h2 {
	font: Bold 18px arial;
	color: #003700;
}

input.inp {
	border: 1px solid #606060;
	background-color: #ECECEC;
	font: normal 11px arial;
}

input.btn {
	border: 1px solid #2F4F4F;
	background-color: #006400;
	color: #D3E1BB;
	font: bold 11px Verdana;
}

select {
	background-color: #ECECEC;
	font: normal 11px arial;
}

option {
	background-color: #CFCFCF;
}

#gallery {
	border: 2px solid #696969;
	background-color: Silver;
}

/* Other */

#ptitle {
	background-color: #DCDCDC;
	border-bottom: 2px solid Black;
}

/* Thumbs - Reusable style for thumbnail photos as slides */

.thumb {
  background: url(images/bg_slide.gif) no-repeat 0 0;
  display:block;
  float:left;
  margin:0;
  padding:0 3px 3px 0;
  }
html>body .thumb {
  background-image: url(images/bg_slide.png);
  }
.thumb span {
  background-repeat:no-repeat;
  background-position:50% 104px;
  display:block;
  }
.thumbv span {
  background-position:9px 50%;
  }
.thumb em {
  background-repeat:no-repeat;
  background-position:50% 50%;
  display:block;
  }
.thumb a, .thumb a:link, .thumb a:visited {
  background:none !important;
  display:block;
  width:120px;
  height:120px;
  border:none;
  text-indent:-9999px;
  font-size:1px;
  line-height:1px;
  }
  
 