h1,h2,h3,h4,p,li,ul,ol,a
{
    font-family: "Arial", "Helvetica", sans-serif;
}

a
{
    color: #ab3e3e;
    text-decoration: none;
}

h1
{
    font-size: 1em;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
    border-bottom: 1px #c8c8c8 dotted;
    width: 390px;
    
    
}

p
{
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: .8em;
}

em
{
    font-weight: 300;
}

body
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align: center;
    background-image: url('../images/clouds.png');
    background-repeat: repeat-x;
    background-position: top center;
}

div#content
{
    width: 100%;
    text-align: left;
}

div#text
{
    margin-right: 200px;
}

div.topic,div.stopic
{
    display: block;
    width: 390px;
    border-bottom: 1px #c8c8c8 solid;
    margin-bottom: 15px;
    min-height: 83px;
}

div.stopic
{
    min-height: 0px;
}

div#books
{
    display: none;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.book
{
    float: left;
    margin: 2px;
    border: 1px black solid;
}

div#menu
{
    float: right;
    width: 200px;
    padding-top: 30px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;   
}

div#picthumb
{
    float: right;
    width: 200px;
    padding-top: 30px;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
}


li.menuitem
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 80%;
    border-bottom: 1px #c8c8c8 solid;
    text-align: left;
    font-size: .9em;
}

ul
{
    padding: 0px;
    margin: 0px;
    margin-left: 00px;
    list-style-type: none;
}

div
{
    border: 0px black solid;
}


.fleft
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fright
{
    float: right;
}

input,textarea
{
    border: 1px #585858 dotted;
}

textarea
{
    width: 370px;
    height: 200px;
    margin-top: 10px;
    margin-left: 12px;
    margin-bottom: 10px;
}

div.updates
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
