﻿html {
  margin: 0;
  padding: 0;
  background: url(../images/pageBg.jpg) #fff no-repeat center -40px;}

body {
  text-align: center;}

#pageContainer {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;}
  
  #buttonBox {
    width: 750px;
    height: 100px;
    position: absolute;}

  #headerPadder {
    width: 748px;
    height: 18px;}
  
  #headerContainer {
    width: 748px;
    height: 86px;
    background: url(../images/headerContainerBg.gif) #730000 repeat-x center bottom;
    border: 1px solid #929292;
    border-bottom: 0px;
    text-align: left;}
  
  #fireContainer {
    width: 748px;
    height: 124px;
    background: url(../images/headerContainerLogo2.jpg) #7B0C06 no-repeat center top;
    border-right: 1px solid #929292;
    border-bottom: 0px;
    border-left: 1px solid #929292;}
  
  #bodyContainer {
    width: 748px;
    background: url(../images/bodyContainerBg.gif) #b6661a repeat-x center top;
    border: 1px solid #929292;
    border-top: 0px;
    text-align: left;
    padding-top: 6px;}
    
    #bodyLeft {
      width: 191px;
      position: absolute;
      margin-left: 6px;}
      
      #bodyLeft .top {
        width: 191px;
        height: 6px;
        background: url(../images/bodyLeftTopBg.gif) transparent no-repeat center bottom;}
      
      #bodyLeft .navigationContent {
        width: 191px;
        background: url(../images/bodyLeftContentBg.gif) transparent repeat-y center;}

      #bodyLeft .bottom {
        width: 191px;
        height: 6px;
        background: url(../images/bodyLeftBottomBg.gif) transparent no-repeat center top;}
      
      #bodyLeft .contact {
        margin: 2em 0 0 0;
        padding: 0 10px;}
      
      #bodyLeft .gotWood {
        background: url(../images/gotWoodBg.gif) transparent no-repeat center top;
        width: 191px;
        height: 226px;}

    #bodyRight {
      width: 546px;
      padding-left: 199px;
      padding-bottom: 6px;}
      
      #bodyRight .top {
        width: 546px;
        height: 6px;
        background: url(../images/bodyRightTopBg.gif) transparent no-repeat center bottom;}
      
      #bodyRight .bodyContent {
        width: 546px;
        background: url(../images/bodyRightContentBg.gif) transparent repeat-y center;
        text-align: center;}
        
        .bodyContent .padMe {
          width: 526px;
          margin: 0 auto;
          padding-bottom: 5px;
          text-align: left;}
      
      #bodyRight .bottom {
        width: 546px;
        height: 6px;
        background: url(../images/bodyRightBottomBg.gif) transparent no-repeat center top;}
      
    #footerContainer {
      width: 750px;
      height: 55px;
      margin: 0 auto;
      background: #730000;}
    
      #footerContainer .left {
        float: left;
        width: 270px;
        text-align: left;
        padding: 10px 0px 10px 5px;}
      
      #footerContainer .right {
        float: right;
        width: 470px;
        text-align: right;
        padding: 10px 5px 10px 0px;}
