/** ------------------------------------------------------ **/
/** -------------------3 column layout -------------------- **/
/** -------------------overwrite some styles for home page  -------------------- **/

#centerc{
	display: inline;
	float:left;
	margin-left: 190px;
	margin-top: 87px;
	width: 220px;
}
* html #centerc {  /* This is the Tan hack */
	width: 220px; 
	w\idth: 220px; 
	}

#leftc{
	float: left;
	margin-left: -410px;
	margin-top: 11px;
	padding-left: 10px;
	width: 180px;
}
* html #leftc {  /* This is the Tan hack */
	width: 190px; 
	w\idth: 180px; 
	}
	
#rightc{
	float:left;
	margin-top: 87px;
	padding-left: 10px;
	padding-right: 15px;
	width: 518px;
}
* html #rightc {  /* This is the Tan hack */
	width: 543px; 
	w\idth: 518px; 
	}
	

  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/


h1 {
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
