/*
      Created by Lavender Moon Design
	  
*/

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

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

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

  }

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

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

   
   .links {
   text-align:center;
   }
 
 #footer {
  background: url(images/glitterpaper/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; }
 
