/*
      Created by Avalon Rose Design www.theavalonrose.com
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #665c49 url(http://theavalonrose.com/websets/5/boutiqueflower/bg.jpg); 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#header-wrapper {
  width:980px;
  height:336px;
  background: url(http://theavalonrose.com/websets/5/boutiqueflower/header.png);
  margin:0 auto 0px;
  text-align:center;
  }

#outer-wrapper {
  width: 980px;
  background: url(http://theavalonrose.com/websets/5/boutiqueflower/middle.png);
  margin:0 auto;
  padding:0px;
  text-align:left;

  }

#main-wrapper {
  width: 875px;
  word-wrap: break-word; 
  overflow: hidden;
  margin-right:52px;
  margin-left:52px;  
  }

   
   .links {
   text-align:center;
   }
 
 #footer {
  background: url(http://theavalonrose.com/websets/5/boutiqueflower/bottom.png);
  width:980px;
  height: 348px;
  clear:both;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:-1000;
}

#search-wrapper {
width:980px;
position:relative;
z-index:1000;
text-align:center;
margin: 0 auto;
 }
 
#search {
margin-top:-95px;
margin-left:65px;
text-align:left;
}

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


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