﻿body 
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    font-family:Tahoma, Verdana, Arial, Times;
    font-size:12px;
    line-height:130%;
    color:#666666;
}
#header
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
}
#mainphoto
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
}
#mainbody
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y;
}
#maincontent
{
    float:right;
    padding-right:50px;
    width:610px;
    margin-top:20px;
    margin-bottom:20px;
}
#maincontent a
{
    text-decoration:none;
    font-weight:bold;
    color:#850000;
}
#maincontent a:hover
{
    text-decoration:none;
    font-weight:bold;
    color:Black;
}


#leftnav
{
    float:left;
    padding-left:30px;
    width:150px;
    margin-top:20px;
    color:White;
}
#leftnav a
{
    text-decoration:none;
    font-weight:bold;
    color:White;
}
#leftnav a:hover
{
    text-decoration:none;
    font-weight:bold;
    color:Black;
}

h1
{
    font-size:20px;
    color:#850000;
    margin-bottom:15px;
    font-weight:normal;
}

#footer
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/footer.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:28px;
    color:Gray;
}
#footer a
{
    text-decoration:none;
    color:Gray;
}
#footer a:hover
{
    text-decoration:none;
    color:Red;
}
