﻿body 
{
    background-color:#362624;
    background-repeat:no-repeat;
    background-image:url("../images/main_bg.jpg");
    font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:0.8em;
    letter-spacing:0em;
    line-height:1.5em;
    color:#FFFFFF;
}
a
{
    text-decoration:underline;
    color:#FFFFFF;
}
a:hover
{
    color:#666699;
}
.moreLink
{
    text-decoration:underline;
    color:#666699;
}
/* hide from IE5/mac */
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

/* Master Layout */

#MainWrapper
{
    width:865px;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
}
#FloatedWrapper
{
    float:left;
    width:865px;
    margin-top:30px;
}

/* MENU */

.MenuFlow
{
    float:left;
    width:120px;
    clear:both;
    padding-left:30px;
    padding-bottom:15px;
    color:White;
}
.menuItemText
{
    color:#333333;
}

.MenuHeaderText
{
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:1.0em;
    font-weight:bold;
    color:#FFFFFF;
    padding-left:10px;
    background-image:url("../images/menu_header.jpg");
    overflow:hidden;
    width:140px;
    height:26px;
    min-height:26px;
}
.SubCatText
{
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:0.9em;
    font-weight:bold;
    color:White;
}

.masterFooter
{
    width:865px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:20px;
}

