body {
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #222222;
	margin: 0px;
}

a img {
  border-style: none;
}

#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
#main_content {
	float: right;
	width: 620px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #222222;
  padding-bottom: 25px;
}

#side_bar {
	width: 207px;
	float: left;
}

#side_bar ul {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#side_bar ul a {
	color: #FEFEFE;
	text-decoration: none;
}
#side_bar ul a:hover {
	color: #6B8B32;
}

#side_bar ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
}

#text a {
	color: #678630;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}
#text {
	clear: both;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222222;
  font: 0.8em/1.5em "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
#text p {
	margin-top: 0px;
}
h1 {
	color: #6B8B32;
	font-size: 1.55em;
	line-height: 1.2em;
	margin-top: 0px;
}


h2 {
	color: #6B8B32;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 0px;
}

#thumbnails {
	float: right;
}
#large_image {
	float: left;
}

.gallery {
  width: 100%;
}

.gallery td {
  text-align: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer {
  margin-top: 25px;
  padding-bottom: 25px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

#footer ul li {
  display: inline;
  margin-left: 10px;
}

#footer, #footer ul li a {
  color: #444;
  font-size: 0.9em;
}

.highlight {
  color: #88AF3A;
}

.gallery a img  {
  padding: 3px;
  border: 1px solid #444;
}

.gallery a:hover img  {
  padding: 3px;
  background-color: #222;
  border: 1px solid #666;
}

.blog {
  margin-left: 60px;
  border: none;
}
