﻿/*****************************************************************
							CONTENT CSS
******************************************************************/
/*Style for the Div Containing all the Content */
.mainContent{
 
 width:750px;
 font-size:10px;
 font-family:Verdana;
 color:#FFFFFF;
 /*padding-top:10px;*/
}


/*Style for the Div Containing banner from the content */
.mainBanner{
	padding-bottom:10px;
	width:750px;
}


.generalSpacer
{ 
	HEIGHT:10px;
}
