body { 
       margin: 0;
}

div#main { 
           padding-top: 30px;
           width: 800px; 
           text-align: center;
           margin-left: 100px;
           margin-right: auto;
}

div#portrait {
               width: 760px;
               margin-left: auto;
               margin-right: auto;
               position: relative;
}


div#column {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #eae3d3; 
    background-image: url("images/frame-tile.png");
    padding-bottom: 10em;
    background-repeat: repeat;
}

div#header {
    background-image: url("images/chalkboard-test.png");
    background-color: transparent;
    padding: 0px 0 0px 0;
    height: 142px;
}    

div#content {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    font-family: Arial, sans-serif;
    text-align: justify;
}

a.image img {
    border: 0;
    padding: 0;
}

a:link, a:visited { 
    text-decoration: none;
    color: #947E47;
}

a:hover { 
    color: #91949f;
}

div.br { 
   clear: both;
}

/*----------------------------------------------------------------------------/ 
 *   Site nav 2 versions: Positioned for main page, inline for others 
 *
 *---------------------------------------------------------------------------*/
ul#nav {
    list-style-type: none;
}

#portrait ul#nav { 
    position: absolute; 
    right: 6px;
    top: 279px; 
    z-index: 10;
    margin: 0;
    padding: 0;
}

#column ul#nav {
    width: 715px;
    height: 34px;
    padding: 0 0 0 45px;
    margin: 0;
    background-image: url("images/chalkboard-100.png");
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#column ul#nav li {
    float: left;
    height: 34px;
    padding: 0 auto 0 auto;
    margin-right: 20px;
    width: auto;
}

#nav li { 
    height: 34px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    width: 197px;
}

#portrait #nav li a { 
    position: absolute;
    right: 0px;
    height: 34px;
    width: 197px;
}

#portrait #nav .navtext { 
    position: absolute;
    right: 35px;
    top: 5px;
    border: 0;
}

#column #nav .navtext {
    padding-top: 7px;
    border: 0;
}

/*----------------------------------------------------------------------------/ 
 *   Books page
 *
 *---------------------------------------------------------------------------*/

.book {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #947E47;
}


.book .cover { 
   width: 140px;
   float: right;
   text-align:right;
}

.copy { 
   width: 490px;
   float: left;
   font-size: 90%;
 }

.copy h1 {
    font-size: 120%;
    margin: 0;
}

.book .copy ul {  
    display: block;
    list-style-type: none;
    font-size: 80%;
    clear: right;
    text-align: right;
}

.book .copy ul li { 
    float: right;
    margin-right: 1em;
}


.reviews .more { 
   display: none;
}

h1 { 
   font-size: 150%;
 }

h2 { 
   font-size: 110%;
 }

/*----------------------------------------------------------------------------/ 
 *   Photos and Credits
 *
 *---------------------------------------------------------------------------*/
.book .cover .about, .photowithcredit .credit {  
   font-size: 70%;
   text-align: center;
}

.photowithcredit { 
   width: 140px;
   float: right;
   text-align:right;
}


