

body
{
    background: url('../intImages/BodyBG.gif') repeat-x #eef0f1;
}
*
{
    margin: 0px;
    padding: 0px;
}

.footer
{
    background: url(../intImages/FooterBG.gif) repeat-x;
    height: 254px;
}


.push 
{
    height: 254px;
}

#wrapper
{
    width: 900px;
    margin: 0px auto;
}

#FooterWrapper
{
    min-height: 100%;
    width: 850px;
    margin: 0px auto;
}

#Navigation
{
    width:575px;
    font-family: Arial; 
    font-weight: bold; 
    font-size: small;
}

#Navigation ul
{
    color:#ffffff;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#Navigation ul li 
{
    color:#ffffff;
    text-decoration: none; 
    display: inline;
}

#Navigation ul li a
{
    color:#ffffff;
    text-decoration: none; 
    display: inline;
}

#Navigation ul li a:hover
{
    color: #e3e1b9;
    text-decoration: none; 
    display: inline;
}

#BottomNav
{
    width:560px;
    font-family: Arial; 
    font-weight: bold; 
    font-size: smaller;
}

#BottomNav ul
{
    color:#ffffff;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#BottomNav ul li 
{
    color:#ffffff;
    text-decoration: none; 
    display: inline;
}

#BottomNav ul li a
{
    color:#ffffff;
    text-decoration: none; 
    display: inline;
}

#BottomNav ul li a:hover
{
    color: #e3e1b9;
    text-decoration: none; 
    display: inline;
}

