body
{
    background-color:#58585a;
    color:#48494b;
    font-family:Verdana;
    font-size:75%;
    text-align:justify;
}
#container 
{
    background: url(img/background.jpg) top center repeat-y;
    width:848px;
    margin: auto;
}
    
#header 
{
    width:848px;
    height:165px;
    background-color:Maroon;
}
#footer 
{
    background: url(img/bottomimage.jpg) bottom center no-repeat;
    width:848px;
    height:28px;
}

#content
{
     border-collapse:collapse;
}

#menuHolder
{
    margin-left:12px;
    margin-top:4px;
}

#leftHolder
{
    float:left;
    display:block;
}

#contentHolder
{
    float:left;
    display:block;
    background: url(img/contentBG.jpg) top right no-repeat;
    width:703px;
    
}

#contentDiv
{
    margin-top:40px;
    margin-left:30px;
    margin-right:20px;
}

 
.clearfix {
    clear: both; 
    visibility: hidden;
}

#imgStrip
{
    margin-left:12px;
    margin-top:3px;
}

#emailer
{
    position:absolute;
    width:200px;
    margin-left:150px;
    margin-top:66px;
    height:20px;
}

#emailer2
{
    position:absolute; 
    width:100px;
    height:20px;
    margin-left:733px;
}

#emailer3
{
    position:absolute;
    width:120px;
    margin-left:10px;
    margin-top:10px;
    height:154px;
}

#lastUpdate{
    display:none;
}

#resBanner
{
    width:661px;
    height:124px;   
     background: url(img/promo.jpg) top center repeat-y; 
     margin-top:4px;
	 display:none;
}