/*
  Design: Nicola Gallagher
  E-Mail: nicola@pausebreak.co.za
  
  Developer: Carl Deary
  E-Mail: carl@pausebreak.co.za
	  
*/

* { 
  padding: 0; 
  margin: 0; 
  }

body {
  margin: 0;
  padding: 0;
  /* background: url(../images/wood-bg.jpg); */
  /* background: #14110F url(../images/timber-tiles.jpg) fixed; */
  background: #14110F url(../images/backgrounds/farmland2.jpg) no-repeat center fixed;
  }
  
img {
  border: 0;
  }
  
a {
  outline: none;
  }

#wrapper { 
  margin: 0 auto;
  width: 1024px;
  }
  
#mainBody {
  width: 1024px;
  float: left;
  background: #F3F1DC;
  }
  
#header {
  width: 1024px;
  height: 88px;
  position: relative;
  float: left;
  margin: 0;  /* Padding Outside */ 
  padding: 0; /* Padding Inside */
  background: #FFFFFF url(../images/top-bg-stripes.png) repeat-x;
  /* border-top: 1px dashed #999999; */
  }

#navigation {
  position: relative;
  float: left;
  width: 1024px;
  height: 31px;
  margin: 0;  /* Padding Outside */ 
  padding: 0; /* Padding Inside */
  background: #821938;
  }

#leftcolumn { 
  color: #333;
  margin: 0;  /* Padding Outside */ 
  padding: 0 0 20px 0; /* Padding Inside */
  width: 671px;
  float: left;
  position: relative;
  background: #F3F1DC;
  }

#rightcolumn { 
  float: right;
  position: relative;
  color: #333;
  margin: 0;  /* Padding Outside */ 
  padding: 0; /* Padding Inside */
  width: 353px;
  display: inline;
  background: #F3F1DC url(../images/sidebar-corner-right.jpg) no-repeat top right;
  }
  
#rightcolumnsub { 
  float: right;
  position: relative;
  color: #333;
  margin: 0;  /* Padding Outside */ 
  padding: 0; /* Padding Inside */
  width: 353px;
  display: inline;
  background: #F3F1DC url(../images/right-promo-sub.png) no-repeat top right;
  }
  
#brands { 
  width: 1024px;
  height: 130px;
  clear: both;
  color: #333;
  background: #F3F1DC;
  }

#footer { 
  width: 1024px;
  height: 70px;
  clear: both;
  position: relative;
  color: #333;
  background: url(../images/footer-stripes.jpg) repeat-x;
  }
