*{
margin: 0;
padding: 0;
color: #000;
}
body{
font-size: 11px; /*You'll need to set a pixel font-size so the rest of the layout can consistantly use the 'em' measurements*/
text-align: center;
font-family: arial, verdana, sans-serif;
background-color: #3d2d1f;
}
#frame{
width: 849px;
padding: 0 0 0 0;
margin: 50px auto 0 auto;
text-align: left;
}

#header{
margin: 0 0 0 0;
height: 85px;
background-color: #660000;
background: url(../images/backgrounds/index_header_bg.jpg) no-repeat;
}

#main{
display:block;
float:left;
position: relative;
margin:0;
padding: 0 0 0 0;
margin-left: 0px;
width:414px;
height: 443px;
font-size: 13px;
background: url(../images/backgrounds/index_main_bg.jpg) no-repeat left;
}

p{
    line-height: 18px;
    color: #fbfbfb;
    margin: 7px 17px 0 40px;
}
a{
    color: #fbfbfb;
    outline: none;
}
a:hover{
    text-decoration: none;
}
#copy, #copy a, #copy span{
    font-size: 10px;
    color: #d1cbc1;
}
#copy a{
    margin: 0 2px 0 3px;   
}
#page{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: auto;
}
#page span{
    color: #8c8a8a;
}
#page a{
    color: #fbfbfb;
    margin: 0 2px 0 2px;
    text-decoration: none;
}
#page a.next{
    color: #666363;
}
img{
    border: none;
}


.book_title{
    width: 358px;
    height: 123px;
    text-indent: -9999px;
    margin: 0 0 0 35px;
    background: url(../images/backgrounds/book_title.jpg) no-repeat left top;
}
#book_cover{
    margin: 127px 0 0 10px;
}

.intro{
    margin: 15px 17px 0 40px;
}
.source{
    font-size: 11px;
    font-style: italic;
    margin: 0 0 15px 40px;
}
#purchase{
    margin: 0 0 0 40px;
    list-style: none;
}
#purchase li{
    margin: 3px 0 3px 0;
}

#secondary{
display:inline;
position: relative;
float:left;
margin:0;
padding: 0 0 0px 0;
width:243px;
background-color: #000066;

}

#nav{
    display: block;
    width:243px;
    height:193px;
    font-family: georgia, times, "Times New Roman", serif;
    background: url(../images/backgrounds/index_nav_bg.gif) no-repeat;
}
#nav ul{
    list-style: none;
    padding: 15px 0 0 0px;
}
#nav ul li{
    margin: 10px 0 0px 0;
    
}
#nav ul li a{
    display: block;
    width: auto;
    height: 16px;
    padding: 0px 0 0 37px;
    color: #2f2825;
    text-decoration: none;
    background: url(../images/backgrounds/nav_link_bg.gif) no-repeat top left;
}
#nav ul li a:hover, #nav ul li a.this_page {
    background-position: bottom left;
    background-color: #f1efec;
}
#quote{
    display: block;
    width: 243px; height: 250px;
    background: url(../images/backgrounds/index_quote_bg.jpg) left no-repeat;
}

#tertiary{
display:block;
position: relative;
float:right;
margin:0;
padding: 0 0 0px 0;
width:192px;
height: 443px;
background: url(../images/backgrounds/index_right_bg.jpg) no-repeat left;
}

#footer{
clear: both;
margin: 0 0 0 0;
width: 849px;
height:73px;
text-align: left;
background-color: #FFFF00;
background: url(../images/backgrounds/index_footer_bg.jpg) no-repeat left; 
}
