*{ margin: 0px; padding: 0px; }
BODY{ width: 100%; background-color: #3b2315; font-size: 0.8em; }
P, A, INPUT, TD{
  font-family: Arial, sans-serif;
  color: #3b2315;
  text-decoration: none;  
}
H1, H2, H3, H4, H5{
  font-family: Arial, sans-serif;
  color: #3b2315;
}
H1{
  font-size: 1.1em; line-height: 2.4em;
  font-weight: normal;
  border-top: dotted 1px #3b2315; border-bottom: dotted 1px #3b2315;
}
P{ line-height: 1.4em; margin: 13px 0 8px 0; }
P A{ font-size: 1.0em; }
A IMG{ border: none; }
A:active, A:visited{ border: none; }

.highlight{ }
.large{ }
.small{ font-size: 0.9em; }
.clear{ clear: both; }

IMG.angle{ float: right; clear: right; }


/*   Content   */

DIV#Left H1{ width: 200px; }

DIV#Right P{ line-height: 1.4em; }
DIV#Right.sm_text P{ font-size: 0.93em; }

DIV#Right IMG.home{ position: relative; top: 113px; left: 61px; }
DIV#Right IMG.about{ position: relative; top: 113px; left: 20px; }
DIV#Right IMG.pricing{ float: left; margin: 130px 0 0 8px;}
DIV#Right IMG.contact{ position: relative; top: 110px; left: 60px; }

TABLE.pricing{ border-right: solid 1px #3b2315; border-bottom: solid 1px #3b2315; }
TABLE.pricing TD{ text-align: center; border-left: solid 1px #3b2315; border-top: solid 1px #3b2315; }

DIV.galleryFrame{
  width: 220px; height: 242px;
  background: url('images/frame.jpg') no-repeat top left;
  margin-left: 10px; margin-bottom: 10px;
  float: left;
}
DIV.galleryFrame DIV.window{
  width: 160px; height: 199px;
  margin: 22px 0 0 30px;
  overflow: hidden;
}



/*   Header / Footer   */

DIV#Header DIV.centered{ width: 980px; margin: 0 auto; }
DIV#Header IMG#Logo{ position: absolute; margin-left: 8px; z-index: 100; }
DIV#Navigation A{ float: left; display: block; }

DIV#Footer DIV.centered{ width: 980px; margin: 0 auto; }
DIV#Footer DIV.centered IMG#Copyright{ float: right; margin: 8px 18px 0 0; }



/*   Structure   */

DIV#SiteWrapper{
  width: 100%;
  background: url('images/structure/bgSiteWrapper.jpg') #f3ded0;
}
DIV#Body{
  margin: 0 auto;
  background: url('images/structure/bgBody.jpg') center top repeat-y;
}

DIV#Header{
  width: 100%; height: 64px;  
  background-color: #3b2315;
  position:relative;
}
DIV#Navigation{
  position: absolute; left: 50%; top: 16px;
  margin-left: -110px;
}

DIV#Content{
  width: 980px; 
  margin: 0 auto;
  background: url('images/structure/bgContent.jpg') no-repeat;
}
DIV#Left{
  width: 230px;
  margin-left: 29px; padding-top: 155px;
  float: left; display: inline;
}
DIV#Right{
  position:relative;
  width: 710px;
  margin-left: 260px;
}

DIV#Footer{
  height: 60px;
  background-color: #3b2315;
  clear: both;
}

DIV#FBLike{
 /*background-color:#f3ded0;*/
 background: rgb(243, 222, 208); /* The Fallback */
 background: rgba(243, 222, 208, 0.5);	
 position:absolute;
 right:10px;
 top:74px;
 z-index:1000;
}

