﻿body 
{
    width:802px;
    margin-left:auto;
    margin-right:auto;
    background-color:#727272;
    font-family: Tahoma, Verdana, Arial, Times;
    font-size:12px;
    line-height:130%;
}
#header
{
    width:802px;
    margin-left:auto;
    margin-right:auto;
}
#menubar
{
    width:802px;
    height:26px;
    background-image:url(images/menubar.jpg);
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-top:8px;
    margin-top:5px;
    margin-bottom:5px;
    color:White;
}
#menubar a
{
    text-decoration:none;
    font-weight:bold;
    color:White;
    margin-left:8px;
    margin-right:8px;
}
#menubar a:hover
{
    text-decoration:none;
    color:Orange;
    margin-left:8px;
    margin-right:8px;
}
#mainbody
{
    width:802px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y;
}

#maincontent
{
    float:right;
    margin-right:15px;
    width:565px;
}
#maincontent a
{
    text-decoration:none;
    font-weight:bold;
    color:Blue;
}
#maincontent a:hover
{
    text-decoration:none;
    color:Orange;
}
#leftnav
{
    float:left;
    margin-left:10px;
    width:150px;
}
#leftnav a
{
    text-decoration:none;
    font-weight:bold;
    color:White;
}
#leftnav a:hover
{
    text-decoration:none;
    color:Orange;
}

#newsbox
{
    float:right;
    width:170px;
    margin-left:10px;
    padding:8px;
    background-color:#cfcfcf;
    border-bottom:1px gray solid;
    border-left:1px gray solid;
    border-right:1px gray solid;
    border-top:5px Blue solid;
}
#pagebox
{
    width:340px;
    margin-left:0px;
    padding:8px;
    background-color:#cfcfcf;
    border-bottom:1px gray solid;
    border-left:1px gray solid;
    border-right:1px gray solid;
    border-top:5px Green solid;
}

h1
{
    font-size:20px;
    font-style:italic;
    font-weight:bold;
    color:#21376e;
    margin-top:10px;
    margin-bottom:20px;
}
h2
{
    font-size:16px;
    font-style:italic;
    font-weight:bold;
    color:#21376e;
    margin-top:10px;
    margin-bottom:10px;
}

#footer
{
    width:802px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:10px;
    margin-top:5px;
    color:White;
}
#footer a
{
    text-decoration:none;
    color:White;
}
#footer a:hover
{
    text-decoration:none;
    color:Orange;
}

#gallery{
width:100%;
}

#gallery a:link img, #gallery a img{
border:1px black solid;}

#gallery a:hover img {
border:1px white solid}

