/* -- Content Area Sections ----------------------------------------------*/
/* Left width + padding + Right width + padding + border must quale 910. */
/* width left + width right = 856 */


#contentAreaLeft {
	overflow:hidden;
	margin-left:25px;
	float:left;
	width:400px;
	display:inline;  /* fix the IE6 double margin bug. */
	padding-right:25px;
	
}


#contentAreaRight {
	overflow:hidden;
	float:right;
	width:391px;
	padding-left:40px
	min-height:425px;  
	display:inline;  /* fix the IE6 double margin bug */
	border-left:none;
	padding-left:25px;
	border-left:dotted 4px white;
}

#contentAreaFull {
	overflow:auto;
}

#contentAreaLeft h1 {color:#df711c; margin:0px;font-size:32px;}
#contentAreaLeft h2 {color:white;margin:0px;font-size:20px;}
#contentAreaLeft h3 {color:#df711c;margin:0px;font-size:28px;margin-top:25px;}
#contentAreaLeft p  {color:white;margin:0px;font-size:18px;}



#contentAreaRight h1 {color:#df711c; margin-left:25px;font-size:32px;}
#contentAreaRight h2 {color:white;margin:0px;margin-left:25px;font-size:20px;margin-top:25px;}
#contentAreaRight h3 {color:#df711c;margin:0px;margin-left:25px;font-size:20px;}
#contentAreaRight p  {color:white;margin:0px;margin-left:25px;font-size:18px;}


