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

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #e2f2f3 url(http://darvahlous.com/images/shabbygarden/mainbg.jpg) repeat-y center top; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#header-wrapper {
  width:900px;
  height:344px;
  background: url(http://darvahlous.com/images/shabbygarden/header.jpg) no-repeat;
  margin:0 auto 0px;
  text-align:center;
  }

#outer-wrapper {
  width: 900px;
  margin:0 auto;
  padding:0px;
  text-align:center;
  }
  
  #main-wrapper {
  width: 650px;
  float:right;
  margin-right:5px;
  word-wrap: break-word; 
  overflow: hidden; 
  }
  
  #left-wrapper {
  width: 200px;
  float:left;
  margin-left:5px;
  word-wrap: break-word; 
  overflow: hidden;
  }

 #footer {
  width:890px;
  clear:both;
  margin:0 auto;
  text-align:center;

}

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


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