/* FOOTER */

/* ID SELECTORS */
div#footerBox { 
    background-color: #FFFFFF;
    width: 611px;
    height: 120px;
    margin-left: auto; 
    margin-right: auto;
    padding-top: 0px;
    float: top;
}
	
div#leftFooterCell { 
    background-color: #FFFFFF;
	border-bottom: thin solid black;
	border-right: thin solid black;
    width: 182px;
    height: 120px;
    float: left;
}

div#midFooterCell { 
    background-color: #DDDDDD;
	border-bottom: thin solid black;
	border-right: thin solid black;
    width: 24px;
    height: 120px;
	float: left;
}

div#rightFooterCell { 
    background-color: #FFFFFF;
	border-bottom: thin solid black;
    width: 393px;
    height: 110px;
	padding: 5px;
    float: right;
}
/* ID SELECTORS */
