/******************************************************************************
 *** Basic formatting and layout stuff.
 *****************************************************************************/

body
{
    margin: 0;
    padding: 0;
}

br.clear
{
    clear: both;
}

#wrapper
{
    width: 950px;
    margin: 0 auto;
}

#top
{
    background-color: #000000;
}

#top img
{
    float: left;
    width: 100px;
}

#top #site_name
{
    float: left;
    width: 850px;
    line-height: 100px;
    font-size: 48px;
    text-align: center;
    color: #008b45;
}

#main_content
{
    float: right;
    width: 840px;
    padding-top: 10px;
}

#nav_bar
{
    float: left;
    width: 100px;
    height: 100%;
    background-color: #008b45;
}

#nav_bar a
{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

#nav_bar a.active
{
    background-color: #00cd66;
    color: #ffffff;
}

/******************************************************************************
 *** Book Pages
 *****************************************************************************/

ul
{
    list-style: none;
}

ul a
{
    text-decoration: none;
    line-height: 20px;
}