body, html
{
     background: #FFFFCC url(../images/fatboyFauxColumn.jpg) repeat;
     xbackground-image: url(../images/fatboyBack.jpg);
     xbackground-color: #FFFFCC;
     color: #FFFFFF;
     width: 100%;
     margin: 0px;
     padding: 0px;
     overflow: auto;
}
ul, li 
{ 
     margin: 0; 
     padding: 0;
}

#wrapper
{
    position: absolute;
    left: 0px;    
    width: 1000px;
    xmargin: 0 auto;
    border: solid 0px #CCFFCC;
}
h1
{
    font-size: 1.5em;
    font-style:italic;
    color: #996666;
    margin:0px;
    padding-bottom: 10px;
}
h2
{
    font-size: 1.05em;
    font-style:italic;
    color: #996666;
    margin:0px;
    padding-bottom: 5px;
}
#leftNav
{
    width: 178px;
    margin-left: 0px;
    float: left;
    background-image: url(../images/fatboy1.jpg);
    background-color: #FFFFFF;
}
#main 
{
    background-image: url(../images/fatboyBack.jpg);
    background-color: #FFFFFF;
    color: #996666;
    margin-left: 180px;
    margin-right: 0px;
    font-size: 1em;
}
#header
{
    height: 160px;   
    padding-left: 5px;
    padding-top: 5px;
    overflow:visible;
}
#banner
{
    width: 814px;
    height: 160px;   
    overflow:visible;
}
#sidebar
{
    margin: 167px 0px 0px 0px;
    width: 283px;
    background-color: #FFFFFF;
    background-image: url(../images/fatboyBack.jpg);
    border-width: 0px;
    float: right;
}
#events
{
    color: #996666;
    font-size: medium;
    padding-top: 5px;
    min-height: 100px; 
}
#events p
{
    margin-top: 0px; 
    margin-bottom: 5px; 
}

#siteLinks 
{
    margin-left: 30px;
}

    
#footer
{
    text-align: center;
    background-color:#996666;
    width: 100%;
    max-width:818px;
    float: left;
    margin-left: 2px;
}

#footer a 
{
    text-decoration: none;
    color: White;
}

#footer a:hover
{
    text-decoration: none;
    background-color:white;
    color:#996666
}

#breadcrumb
{
    text-align: center;
    color: White;
}
.bc
{
    font-style: bold;
    color: yellow;
}
#breadcrumb a, #breadcrumb, a:link #breadcrumb, a:visited
{
    text-decoration: none;
    color: white;

}
#breadcrumb a:hover
{
    background-color: white;
    color: #996666;
}
a:visited, a:link
{
    text-decoration: none;
    color: brown;
    font-weight: bold
}
a:hover
{
    background-color: #FFFFFF;
    color: brown;
}
#content
{
	min-height: 452px; 
	padding:0em 2em 0em 2em;	
}
