/*
      Created by Lavender Moon Designs
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #654429; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#header-wrapper {
  width:1000px;
  height:319px;
  background: url(images/frenchpaper/header.jpg);
  margin:0 auto 0px;
  text-align:center;
  }


#outer-wrapper {
  width: 1000px;
  background: url(images/frenchpaper/middle.jpg);
  margin:0 auto;
  padding:0px;
  text-align:left;

  }

#main-wrapper {
  width: 730px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
  margin-right:45px;  
  }

#left-sidebar-wrapper { 
 width: 225px;
 float: left;
 word-wrap: break-word;  
 overflow: hidden;
 text-align:left;

   }
   
   .links {
   padding-left: 35px;
   }
 
 #footer {
  background: url(images/frenchpaper/footer.jpg);
  width:1000px;
  height: 200px;
  clear:both;
  margin:0 auto;
  text-align:center;

}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  font-size:10px;
  padding-top:180px;
  text-align:center;
  font-size:xx-small
 }


.clear {
clear:both;
}
 
 
a:link              {text-decoration:none; }
 
