body 
{
    margin: 0;
    background: url('../img/bg-body2.jpg') top center repeat-y #ffffff;
    font: 11px Verdana;
}

a
{
    color: green;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#root
{
   margin: 0px auto;
   width: 750px;
}

#header
{
    margin: 0;
}

#content
{
    background: url('../img/bg-subheader.jpg') top center no-repeat #ffffff;
    width: 750px;
}

#leftcontent
{
    float: left;
    width: 500px;
    margin-top: 30px;
    padding-left: 20px;
}

#leftcontentblock
{
}

#rightmenu
{
    float: right;
    margin-right: 10px;
    margin-top: 80px;
    width: 180px;
    height: 100%;
}

#footer
{
    background: url('../img/footer.jpg') top center no-repeat #39b44a;
    text-align: right;
    padding-right: 20px;
    font-size: 10px;
    color: white;
    padding-bottom: 30px;
    /*border: 1px solid black;*/
}

.clear2columns {clear: both}

h1
{
    color: #5182d2;
    font-family: Trebuchet MS;
}

p
{ text-align: justify;}

form { font-family: Trebuchet MS; }
form input, select, textarea { font: bold 13px 'Trebuchet MS'; }
