﻿body 
    {
        background-color: #ffffff;
        background-image: url("../Images/background-center.jpg");
        background-repeat:repeat;
        font-family:Arial;
}

#top
{
    background-color: #ffffff;
    background-image: url("../Images/master/topbar2.jpg");
    width: 950px;
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-15px;
    padding: 0;
}

#title
{
    color: #ffffff;
    font-family: Arial Black;
    font-size: xx-large;
    margin-left: 165px;
    padding-top: 15px;
   
}

#main
{
     background-color: #cccccc;
     width: 950px;
     min-height: 400px;
     padding-top: 2px;
     margin-left: auto;
     margin-right: auto;
}

#topbarsplit
{
    background-color: #A32634;
    width: 950px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    background-color: Gray;
    width: 950px;
    min-height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.main_menu
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cccccc;
    padding-bottom: 10px;
    font-family:Arial;
    height: 16px;
}

.main_menu ul
{
    margin: 0 0 0 2px;
    padding: 0;
}

.main_menu ul li
{
    list-style-type: none;
    margin-right: 1px;
    float: left;
    text-align: center;
}

.main_menu ul li a
{
    display: block;
    padding: 4px 18px 4px 18px;
    background: #A32634 URL("../images/tabs/gradient.gif") repeat-x bottom;
    color: #ffffff;
    text-decoration: none;
    width: 80px;
    font-weight: bold ;
    font-size:smaller;
}

.main_menu ul li a:hover, .main_menu ul li a.selected
{
    background: #A32634 URL("../images/tabs/gradient2.gif") repeat-x bottom;   
}