body {
 margin: 8px 0 0 0;
 text-align: center;
 background: #fff url(/img/bg.gif);
 color: #c0bfbf;
 padding-bottom: 30px;
}
.body {
 font-family: Georgia, serif;
 font-size: 12px;
 line-height: 20px;
 color: #5a5145;
}
.intro {
 font-family: Georgia, serif;
 font-size: 14px;
 line-height: 24px;
 color: #b2b808;
}
p {
 padding: 0;
 margin: 0 0 20px 0;
}
a {
 color: #b2b808;
 text-decoration: none;
}
br.clear {
 clear: both;
}

#wrapper-outer {
  position: relative;
 width: 797px;
 margin: 0 auto;
 background-image: url(/img/bg_top.gif);
 background-repeat: no-repeat;
 padding-top: 147px;
}
#home-link { position: absolute; top: 10px; left: 50%; z-index: 100; width: 205px; height: 140px; margin: 0 0 0 -105px; background: transparent;}
#home-link span { position: absolute; text-indent: -9999px; }
#wrapper-inner {
 width: 100%;
 background-image: url(/img/bg_bottom.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 padding-bottom: 10px;
}

#content {
 width: 755px;
 margin: 0 auto;
 text-align: left;
}

#nav {
  position: absolute;
  top: 83px; 
  left: 50%; 
 width: 700px;
 margin: 0 0 0 -335px;
 padding-bottom: 5px;
}
.interior #nav { margin-left: -305px; }
#page-gallery #nav { margin-left: -295px; }
#nav-03 { margin-left: 220px; }

#footer {
 width: 100%;
 color: #ffffff;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 9px;
 padding: 8px 0;
}
 

/** SUB PAGES **/

#column-text {
 width: 485px;
 float: left;
 padding-bottom: 5px;
}

#about #column-text { float: none; margin: 0 auto; text-align: justify;}

#column-side {
 width: 242px;
 float: left;
 margin-left: 25px;
 padding-top: 95px;
}

/** GALLERY **/

#gallery {
 width: 750px;
 float: left;
 padding-bottom: 10px;
}


