body 
{
    background: #148;
}

#container 
{
    width: 1000px;
    margin: 0 auto;
    height: 700px;
    background: #fff;
}

#header 
{
    width: 100%;
    height: 150px;
    background: #148 url("header.png"); 
}

#firstborder 
{
    width: 100%;
    height: 10px;
    background-color: #030c1a;
    margin-top: 0px;
}

#left 
{
    float: left;
    width: 170px;
    height: 540px;
    background: #030c1a;
}

#right
{
    float: right;
    width: 20px;
    height: 540px;
    background: #030c1a;
}

.menuitem 
{
    width: 150px;
    height: 23px; 
    margin-bottom: 5px;
    background: none;
    text-align: right; 
}

.menuitem:hover 
{
    background: url("button.png") repeat-y;
}

#menu
{
     margin: auto;
     margin-top: 20px;
     width: 160px;
     height: 150px;  
}

#menu a 
{
    font: 13pt Candara;
    color: Silver;
    text-decoration: none;
}

#footer 
{
    clear: both;
    background: #030c1a;
    border-radius: 0 0 15px 15px;
    height: 20px;
    text-align: center;
    font: 11pt Candara;
    color: #eef;
}

#content 
{
    margin: 20px 50px 0 200px;
    height: 500px;
}

#content h2 
{
    font: Candara;
    color: #030c1a;
    margin-left: 20px; 
}

#content p
{
    text-align: justify;
    font: 11pt Arial;
    text-indent: 20px; 
}

#logoimg 
{
    float: right;
    margin-right: 20px;
    margin-top: 70px;
}