body{
margin: 0;
padding: 0;
padding-top: 235px;
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
background: #B4B39E; /*#887E7F;*/
}

h1{}

h1.pagetitle{ position: absolute; left: -9999px; }

h2{
  margin-top: 0;
  font-family: Georgia, Tahoma, serif;
  font-size: 2em;
  font-style: italic;
  color: #ADAB94;
}
h3{}
h4{}

a{}
a:link, a:active{}
a:visited{}
a:hover{}

ul{}
li{}

p{}

address{}

.alignleft{ float: left;  }
.alignright{  float: right; }

div.clear{  clear: both;  }

/* === Container Elements === */
div#container{
  margin: 0 auto;
  margin-top: -165px;
  width: 750px; 
}

div#wrapper{
  float: left;
  width: 746px;
  padding: 0 2px 2px 2px;
  background: #E1E1D8;
  border-bottom: 10px solid #ADAB94;
}
/* === End Container Elements === */

/* === Inner Elements === */
div#header{
  float: left;
  width: 750px;
  height: 145px;
  background: url("../images/design/bg-header.jpg") no-repeat;
}

div#photoBox{
  float: left;
  width: 746px;
  height: 280px;
  margin-top: 2px;
  background: url("../images/design/bg-home.jpg") no-repeat;
}

div#photoBoxBlock{
  float: right;
  margin: 102px 10px 0 460px;
  font-weight: bold;
  text-align:center;
  color: #E1E1D7;
}

div#galleryBox{
  float: left;
  width: 716px;
  padding: 15px;
  margin-top: 2px;
  background: #E1E1D8;
}

div#textBox{
  float: left;
  width: 716px;
  padding: 15px;
  margin-top: 2px;
  background: #E1E1D8;
}

div#menu{
  float: left;
  width: 746px;
  background: #979577;
}

div.navBlock{
  float: right;
  margin: 5px 15px 0 0;
  font-weight: bold;
  color: #ADAB94;
}
/* === End Inner Elements === */

/* === Tables === */
div#galleryBox table{
  width: 100%;
  text-align: center;
}

div#galleryBox table td{
  padding: 5px;
}

div#galleryBox table td img{
  padding: 3px;
  background: #fff;
  border: 1px solid #000;
}
/* === End Tables === */

/* === Formatting === */
a img{
  border: 0;
}

div.navBlock a{
  color: #ADAB94;
}
/* === End Formatting === */