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

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #9b8864 url(http://theavalonrose.com/websets/5/floralelegance/mainbg.jpg) repeat-y scroll center top; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#top-wrapper {
background: #1c0d09;
height:35px;
margin: 0 auto;
text-align:center;
}

#top-links-wrapper {
width:960px;
margin:0 auto;
text-align:center;
}

#search-wrapper {
float:left;
width:220px;
padding-top:7px;
color: #fcf3d6;
text-align:left;
font-size:14px;
}

#search {
float:right;


}

#top-links {
width:740px;
text-align:right;
padding-top:7px;
float:right;
}

#top-links a {
  border-bottom: 1px dotted #fcf3d6;
  text-decoration: none;
  color: #fcf3d6;
}

#header-wrapper {
  width:1010px;
  height:250px;
  background: url(http://theavalonrose.com/websets/5/floralelegance/top.jpg) no-repeat;
  margin:0 auto 0px;
  text-align:center;
  clear:both;
  }
  
#header-spacer {
height:215px;
}
  
#header-links {
  text-align:center;
  word-wrap: break-word; 
  overflow: hidden;
  }
  
#header-links a {
  border-bottom: 1px dotted #1c0d09;
  text-decoration: none;
  color: #1c0d09;
}


#outer-wrapper {
  width: 960px;
  margin:0 auto;
  padding:0px;
  text-align:center;
  }
  
  #main-wrapper {
  width: 960px;
  background: url(http://theavalonrose.com/websets/5/floralelegance/contentbg.jpg) no-repeat;
  word-wrap: break-word; 
  overflow: hidden;
  margin:0 auto;  
  }
  

#footer-wrapper {
background: #1c0d09;
margin: 0 auto;
text-align:center;
width:960px;
}

#footer-links {
width:960px;
text-align:center;
padding-top:7px;
}

#footer-links a {
  text-decoration: none;
  color: #fcf3d6;
}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  margin-top:10px;
  text-align:center;
  font-family: Century Gothic, sans-serif;
  font-size: 10px;
  color: #d2efef;
 }
 
 #copy a {
  border-bottom: 1px dotted #fcf3d6;
  text-decoration: none;
  color: #fcf3d6;
}


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