@font-face {
    font-family: 'ArchitectsDaughterRegular';
    src: url('fonts/ArchitectsDaughter-webfont.eot');
    src: url('fonts/ArchitectsDaughter-webfont.eot?#iefix') format('eot'),
         url('fonts/ArchitectsDaughter-webfont.woff') format('woff'),
         url('fonts/ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('fonts/ArchitectsDaughter-webfont.svg#webfontRPduMdrp') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
margin:0;
padding:0;
background:#a484ad url(images/bg.jpg) top center no-repeat;
font-family: 'ArchitectsDaughterRegular';
color:#5a315f;
}
#wrapper{
min-height:800px;
width:985px;
margin:0 auto;
}
#header{
width:100%;
float:left;
height:110px;
overflow:hidden;
}
#content{
width:550px;
margin-left:330px;
margin-top:70px;
float:left;
}
.htext{
margin:0;
padding:0;
font-weight:none;
display:none;
}
.book{
text-align:center;
width:273px;
background:url(images/book_bg.png) bottom center no-repeat;
padding-bottom:40px;
float:left;
}
.buy{
background:none;
margin-top:-19px;
}
.none{
display:none;
}
.footer{
font-family:"Arial Narrow", arial, "ArchitectsDaughterRegular";
margin-left:130px;
margin-top:30px;
float:left;
font-size:11pt;
width:100%;
text-align:center;
}
