/* CSS Document - Redback Joinery */

#wrapper {
  text-align:left; /* reset text alignment */
  width: 1000px; /* or a percentage, or whatever */
  margin: 0 auto; /* for the rest */
  margin-top: 16px;
  background: url("images/top-border2.gif") top left no-repeat;
  } 

#topborder {
  top: 0px;
  }
  
#header {
  position: relative;
  height: 242px;
  margin: 0;
  left: 0px;
  top: 12px;
  }
  
#content {
  position: relative;
  width: 950px;
  left: 40px;
  top: 16px;
  padding: 0px;
  }
  
#ContentLeft { 
  float: left;
  width: 290px;
  margin-top: 30px;
  /* border-right: 1px solid #999999; */
  padding: 10px;
  }
  
#ContentRight { 
  float: right;
  width: 600px;
  padding: 10px;
  }
  
#ContentNav { 
  float: right;
  width: 600px;
  padding: 3px;
  margin-right: 20;
  }
  
#footer { 
  /* position: relative; */
  clear: both;
  left: 40px;
  height: 20px;
  width: 950px;
  border-top: 1px solid #CC0000;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px
  }
  
#footer .small {
  float: right;
  width: 610px;
  }
  
#bottomborder {
  background: url(images/bottom-border.gif) bottom left no-repeat;
  position:relative;
  top:11px;
  }
  

  
