﻿body 
{
    margin:0px;
    background-image:url(images/background.jpg);
    background-repeat:repeat-x;
    background-color:#d3e2e9;
    font-family:Tahoma, Verdana, Arial, Times;
    color:#262626;
    font-size:13px;
}

#splash
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}


#header
{
    width:850px;
    height:110px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/headerandlogo.jpg);
    height:110px;
}
#pagebackground
{
    background-image:url(images/pagebackground.jpg);
    background-repeat:repeat-y;
    width:850px;
    margin-left:auto;
    margin-right:auto;
}
#menubar
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
}
#lowermenu
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:12px;
    background-image:url(images/lowermenubar.jpg);
    height:23px;
    padding-top:7px;
}
#lowermenu a
{
    text-decoration:none;
    color:Black;
}
#lowermenu a:hover
{
    text-decoration:underline;
    color:Blue;
}

#promotionarea
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
}

#lowercontent
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

#lowerback
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/lower_background.jpg);
    background-repeat:repeat-y;
}

#leftnav
{
    float:left;
    width:150px;
    padding-left:15px;
    padding-right:15px;
}
#leftnav a
{
    text-decoration:none;
    color:White;
}
#leftnav a:hover
{
    text-decoration:underline;
    color:Orange;
}

#rightnav
{
    float:right;
    width:580px;
    padding-left:30px;
    padding-right:30px;
}

#footer
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/footer.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:20px;
}


h1
{
    font-size:18px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:15px;
}
h2
{
    font-size:16px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:15px;
}
h3
{
    font-size:14px;
    font-weight:Bold;
    margin-top:0px;
    margin-bottom:5px;
}