body
{
    margin: 0;
    text-align: center;
    background: #001a20;
    color: white;
    font-family: sans-serif;
}

div#container
{
    text-align: left;
    width: 800px;
    margin: 1.0em auto;
}

div#logoheader
{
    /*padding: 0.2em 0.2em 0.2em 0.2em;*/
    background: url(ew_headerlogo.png) no-repeat;
    height: 175px;
}

div#body_container
{
    background: url(ew_body-bg_with_edges.png) no-repeat;
    height: 507px;
    border: none;
    /*margin: none;*/
}

div#body_content
{
    /*border: solid 1px white;*/
    margin: 0px 150px 30px 150px;
    padding: 2em 1em 0em 1em;
    height: 450px;
    overflow: auto;
}

div#body_content h1
{
    font-size: 1.0em;
    /*text-align: center;*/
}

div#body_content p
{
    font-size: 0.8em;
}

div#body_container ul li
{
    font-size: 0.8em;
    list-style: none;
}

div#promopic
{
    text-align: center;
}

div#coverpic
{
    text-align: center;
}

div#copy
{
    text-align: center;
    font-size: 0.7em;
    color: #666;
}

img.clickable
{
    cursor: pointer;
}


a:link
{
    color: #ccc;
}

a:active
{
    color: #999;
}

a:visited
{
    color: #999;
}

a:hover
{
    color: #fff;
}
