body { 
  background: #e3e3e3 url('../images/background9.png') 0 0 no-repeat;
  color: rgb(71, 56, 30);
  line-height:180%;
  padding-top: 10px;
}

a { 
  color: #666666;
}

h1 a { text-decoration: none; color: #000424;}

h2 { 
	font-weight: normal;
	letter-spacing:2px;
	line-height:130%;
	padding-top:16px;
}

h4 { font-weight: normal;}

.content {
  background: transparent url('../images/content_background2.png') 0 0 repeat;
  padding: 10px 0px;
}

.header h1 span {
  color: rgb(103, 82, 44);
  text-transform: lowercase;
  letter-spacing: .5em;
  font-size: 0.6em;
}

.footer {
  margin: 2em 0 0 0;
  font-size:10px;
}

/* Top Navigation */
div.top_nav_container {
  /* background: transparent url('../images/header-bg.png') 0 0 repeat; */
}

ul.top_nav
{
  margin: 0;
  padding-left: 0;
  line-height: 2em;
}

.top_nav li
{
  display: inline;
  list-style-type: none;
  margin-left: 0;
}

.top_nav a, .top_nav span { 
  padding: 4px 10px 4px 0; 
  color: #636363;
  display: inline-block;
}

.top_nav a:link, .top_nav a:visited
{
  text-decoration: none;
}

.top_nav a:hover
{
  background: #000424;
  color: rgb(103, 82, 44);
  text-decoration: none;
}

#main_links {
  text-transform:uppercase;
}

/* Image gallery styling */
.gallery_container { margin: 0 0 0 0; text-align:center; }
.gallery_unstyled { padding-top: 10px; }
#main_image { 
  margin:0 auto 10px auto; 
  text-align:center;
}
#main_image img {
  margin-bottom:10px; 
}
/* */

