html {
  background: #333333 url('images/green-spirals-texture.jpg');
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}
body {
  margin: 20px 0px;
}
a img {
  border-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-style: italic;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
div#container_overall {
  background-color: #f5f3d7;
  color: #000000;
  margin: 0px auto;
  width: 821px;
  border: 3px solid #ffffff;
}
div#header {
  text-align: center;
  border: 3px solid #ffffff;
}
img#logo {
  width: 272px;
  height: 88px;
}
div#nav_top {
  height: 34px;
  line-height: 34px;
  border-top: 6px solid #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  background-color: #ffffff;
  overflow: hidden;
}
div#nav_top a {
  display: block;
  float: left;
  background-color: #4a5c15;
  color: #cccccc;
  text-decoration: none;
  padding: 0px 23px;
  margin-left: 2px;
}
div#nav_top a.first {
  margin-left: 0px;
  padding: 0px 28px 0px 29px;
}
div#nav_top a:hover {
  color: #ffffff;
}
div#left {
  background-color: #6d9934;
  color: #fff;
  width: 152px;
  float: left;
  padding: 50px 5px;
  font-size: .8em;
  overflow: hidden;
}
div#meet_nav {
  margin-right: -5px;
  text-align: right;
  font-weight: bold;
}
div#meet_nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-top: 15px;
  padding-right: 5px;
}
div#content {
  float: left;
  width: 639px;
  padding: 10px;
  color: #4a5c15;
  background-color: #f5f3d7;
}
div#content * {
  position: relative;
  z-index: 2;
}
div#content a {
  color: #90b329;
}
div#content a:visited {
  color: #67801d;
}
div#bottom {
  margin: 0px -10px -10px -10px;
  z-index: 1;
}
div#bottom img {
  display: block;
}
div#footer {
  text-align: center;
  width: 985px;
  margin: 0px auto;
  font-weight: bold;
  font-size: .8em;
}
div#footer a, div#footer span {
  color: #ffffff;
  background-color: #7f9933;
}
table#calendar {
	border-collapse: collapse;
	margin: 20px auto;
}
table#calendar tr td, table#calendar tr th {
	text-align: center;
	border: 1px solid #4a5c15;
	width: 87px;
	vertical-align: top;
}
table#calendar tr td {
	font-size: 12px;
}
table#calendar tr th {
	height: 25px;
	line-height: 25px;
	background-color: #4a5c15;
	color: #fff;
}
table#calendar td.outofmonth {
	border-style: none !important;
	padding: 1px;
	color: inherit;
}
table#calendar a {
	text-decoration: none;
	font-size: .8em;
	display: block;
	margin: 5px 2px;
}
div.photo_gallery {
  text-align: right;
}
div.photo_gallery a {
  display: block;
  width: 94px;
  height: 11em;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: .75em;
  margin: 0px 4px;
  color: #4a5c15;
}
div.photo_gallery img {
  width: 90px;
  height: 66px;
  display: block;
  border: 2px solid #4a5c15;
}
