/* CSS Document - Redback Joinery */

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

#topborder {
  top: 0px;
  }
  
#header {
  position: relative;
  height: 100px;
  margin: 0;
  left: 0px;
  top: 12px;
  }
  
#content {
  position: relative;
  width: 980px;
  left: 10px;
  top: 50px;
  padding: 0px;
  }
  
#ContentLeft { 
  float: left;
  width: 240px;
  /* border-right: 1px solid #e4e4e4; */
  padding: 10px;
  }
  
#ContentLeft2 { 
  float: left;
  width: 320px;
  /* border-right: 1px solid #e4e4e4; */
  padding: 10px;
  }
  
#ContentRight { 
  float: right;
  width: 600px;
  padding: 10px;
  }
  
#thumbnails {
  float: left;
  width: 200px;
  left: 10px;
  top: 0px;
  padding: 10px;
  }
  
#textBox {
  float: left;
  width: 350px;
  left: 10px;
  top: 0px;
  padding: 10px;
  }
  
.tumbnails .small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #666666
  }
  
#clear {
  clear: left;
  }
  
#footer { 
  /* position: relative; */
  clear: both;
  left: 40px;
  height: 20px;
  width: 980px;
  border-top: 1px solid #ffcc33;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px
  }
  
#footer .small {
  float: left;
  width: 400px;
  }
  
#bottomborder {
	background: url(../images/bottom-round-corners-1000px.gif) bottom left no-repeat;
	position:relative;
	top:11px;
	background-image: url(../images/bottom-round-corners-1000px.gif);
  }
  

  

