/*
      Created by Avalon Rose Design www.avalon-rose-design.com
	  
*/


body {
  background: url(http://estatesofpennylane.com/images/bg.jpg);
  margin:10px;
  color:#573f2b;
  text-align: center;
  }
  
#header-wrapper {
  width:800px;
  height:350px;
  background: url(http://estatesofpennylane.com/images/header.jpg);
  margin:0 auto 0px;
  }
  
#header-links {
  width: 780px;
  margin:0 10 0 10;
  padding-top:300px;
  color: #ffffff;
  text-align:center;
 }
 
#outer-wrapper {
  width: 800px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  background: url(http://estatesofpennylane.com/images/main.jpg);
  }

#main-wrapper {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word; 
  overflow: hidden;     
  }

#footer {
  width:800px;
  height: 50px;
  background: url(http://estatesofpennylane.com/images/footer.jpg);
  clear:both;
  margin:0 auto;
  text-align:center;
  }

#footer-text {
  padding-top: 30px;
  text-align: center;
  font:xx-small Georgia Serif;
  }