#baseBar      /*this is the 1st div on the page It is entire height of page..  see below in order */
{
margin-left:auto;
margin-right:auto;
background-color:#FF0;
width: 885px;  
min-height:100%;
/*background: url(image/page_structure/contentBG.jpg) repeat-y; */
}




#container    /*this is the 2nd div on the page ..   */
{
width: 885px; 
margin:6px 0px 0px 0px;
padding:0px;   
min-height:100%; 
/*background-color:red;*/
background: url(image/page_structure/mainBG.gif) repeat-y;

}


#container #contentArea    /*this is the 3rd div on the page ..   */
{
width: 470px; 
float:left; 
margin:0px; 
padding: 189px 0px 0px 0px;
margin-left:210px;
height:100%;  


/*background: url(image/page_structure/contentBG_header.jpg) no-repeat 0px 187px;*/



}


#container #headerCont      /*this is the 4th div on the page ..   */
{ 
POSITION: absolute; 
top:6px; 
margin:0px; 
padding:0px; 
height:0px;
width:885px;

}




#footer     /*this is the 5th div on the page ..   */
{
padding:15px 0px 0px 0px;
background-color:#0F9;
font-family: Tahoma, Geneva, sans-serif; 
font-size: 75%; 
color: #aaa; 
margin: 0px; 
background: url(image/page_structure/footerStrip.gif) no-repeat; 
height:92px;
}


#footer p
{}

#footer ul
{}

#footer li
{}

#footer a 
{
color: #fff;
}








/* GENERIC PAGE CLASSES */

.noMargins 
{
{
margin: 0px; padding: 0px;
}




.eventsMoreList 
{
float:left
}

.eventsCategoryList  
{
float:right; border-left:1px solid #CCC
}
