body  {background-image:none;
       background-color:#FFFFC0}

/*   TIMEWISE CLOCKS      */
div.title  
     {margin-top: 0px;
      top:5px;
      width:1000px;
      height:80px;
      background-image:url('images/timewise4.png');}

/*   INDEX INTRO  */
div.intro
     {position:relative;
      top:-35px;
      font-family:"Times New Roman","Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:15pt;}

/*   CONTACT INTRO  */
div.contact
     {
      font-family:"Times New Roman","Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:15pt;}

/*   LONGCASE INTRO  */
div.longcase
     {position:relative;
      text-align:left;
      top:0px;
      width:820px;
	  padding-left:15px;
	  padding-right:15px;
      font-family:"Times New Roman","Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:15pt;}

/*   RESTORATION INTRO  */
div.restoration
     {position:relative;
      top:30px;
      font-family:"Times New Roman","Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:15pt;}

/*   MAIN HEADING       */
div.H1   
     {text-decoration:underline;
      font-weight:bold;
      font-family:"Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:17pt;
      text-align:center;
      color:#BD0000}

div.update {font-size:10pt;
          font-family:Arial,Helvetica,sans-serif;
          text-align:center;
          color:#711212}

/*   MAIN HEADING 1      */
div.H2   
     {text-decoration:underline;
      font-weight:bold;
      font-family:"Comic Sans MS","Lucida Sans",Verdana,sans-serif;
      font-size:17pt;
      text-align:left;
      position:relative;
      left:50px;
      color:#BD0000}

.textcap {font-size:10pt;
         font-family:Arial,Helvetica,sans-serif;
         text-align:center;
         color:#000000}
.textlast {font-size:10pt;
          font-family:Arial,Helvetica,sans-serif;
          text-align:center;
          color:#711212}
.texttiny {font-size:8pt;
          font-family:Arial,Helvetica,sans-serif;
          text-align:center;
          color:#404040}

#container {
  margin: auto;
  width: 1000px;
  height:100%;  
  background: #FFFFC0;
  border-style:solid;
  border-width:1px;
  border-color:#000000;
}

#header {
  background: #FFFFC0; /* GREY */
  width: 1000px;
  /*height:102px;*/
}

#leftBar {
  float:left;
  width:150px;
  height:100%;
  border-width:0px;
  border-color:#8B4513;
  border-left-style:solid;
  background: #711212;
  background-image:url('images/spacer2.png');
}

#content {
  float:left;
  width:846px;
  height:100%;
  background-color: #FFFFC0;
  border-left-style:solid;
  border-width:0px;
  border-color:black;
}

#rightBar {
  float:right;
  width:0px;
  border-width:0px;
  border-color:#8B4513;
  border-right-style:solid;
  background: #D0D0D0;
  background-image:url('images/space.gif');
}

#footer {
  clear:both;
  width: 1000px;
  height:0px;
  background: #686868;
  background-image:url('images/space.gif');
}

/*   RESTORATION SERVICES MARGINS        */

#leftBar1 {
  float:left;
  width:150px;
  height:2476px;
  border-width:0px;
  border-color:#8B4513;
  border-left-style:solid;
  background: #D0D0D0;
  background-image:url('images/spacer2.png');
}

#rightBar1 { 
  float:right;
  width:0px;
  height:2450px;
  border-width:0px;
  border-color:#8B4513;
  border-right-style:solid;
  background: #D0D0D0;
  background-image:url('images/spacer2.png');
  }
  
  /*   INDEX MARGIN        */

#lBar {
  float:left;
  width:150px;
  height:993px;
  border-width:0px;
  border-color:#8B4513;
  border-left-style:solid;
  background: #D0D0D0;
  background-image:url('images/spacer2.png');
}