/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Custom page styles 
  --------------------------------------------------------------------------------------------*/
div#contentBody {
	background:transparent url(../images/hero_theteam_ref.jpg) top no-repeat;
}
div.columnLeft {
	float:left;
	width:230px;
	background:transparent url(../images/line_team.png) -25px 20px no-repeat;
}
div.columnRight {
	float:left;
	width:255px;
	background:transparent url(../images/line_team.png) left 20px no-repeat;
}
div.columnMid {
	float:left;
	width:255px;
	background:transparent url(../images/line_team.png) left 20px no-repeat;
}

div.columnPadding {
	padding:0 0 0 30px;
}


/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
p {
	color:#525252;
}
