html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #88D;
    background-position: center;
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 5px;
    margin: 5px;
    padding: 20px;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-style: oblique;
}

div#header {
    background-color: #B44;
    color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
    width: 700px;
}

div#header h2{ text-align: center; }

div#content {
    background-color: #FFC;
    color: black;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: left;
    width: 680px;
}

div#content h3 {
    border-bottom: 2px black solid;
    margin-top: 4em;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div#content h4  { font-size: 0.7 em; margin-top: 4em; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid black }

div.entry {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0.5em;
}	

div.picture {
    float: left;
    margin-right: 1em;
}

div.photo {
    float: left;
    margin-right: 1em;
}

div.banner {
    height: 147px;
}

div.pub {
}

div.sample {
    font-style: oblique;
    margin-top: 1em;
    margin-left: 2em;
}

div.blurb {
    margin-top: 1em;
    margin-left: 2em;
}

div#footer {
    background-color: #B44;
    color: White;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    font-size: 60%;   
    width: 700px;
}

div#ageconfirm {
    background: url(images/ashcroft.jpg) top center repeat;
    color: black;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
}

div#ageconfirm div#content {
    background-color: #FFC;
    color: black;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 70%;
}


