/*
      Created by Lavender Moon
	  
*/
  
  body {
  background: url(images/custom/bg2.jpg);
  margin:10px;
  text-align: center;
  }
  


#header-wrapper {
  width:900px;
  height:468px;
  background: url(images/custom/header.jpg);
  margin:0 auto 0px;
  }


#outer-wrapper {
  width: 900px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  background: url(images/custom/paper.jpg);
  border: 1px #666666 solid;
  
  }

#main-wrapper {
  width: 675px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;     
  }

#left-sidebar-wrapper { 
 width: 200px; 
 float: left;
 margin-left:0px; 
 word-wrap: break-word;  
 overflow: hidden;
   }
 
 #footer {
  width:900px;
  clear:both;
  margin:0 auto;
  padding-top:5px;
  padding-bottom:5px;
  line-height: 1.6em;
  letter-spacing:.1em;
  text-align: center;
  font:xx-small Georgia Serif;
}

 
 .links {
 padding-left: 5px;
 }
 
 #products {
 background: url(images/custom/shoppe.jpg);
 width: 200px;
 height: 100px;

 }
 
  #menu {
 background: url(images/custom/info.jpg);
 width: 200px;
 height: 100px;

 }
 

 
