@charset "UTF-8";
#contentArea {
	background-image: url(../images/general/blueGradient.jpg);
	background-repeat: repeat-x;
	position:relative;
}

#mainImageWrapper{
	width: 574px;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}

#contentWrapper{
	width:390px;
	position:relative;
	float:right;
	margin: 10px 0 10px 0;
	padding:0;
	}

#titleBlock{
	width: 230px;
	height: 50px;
	clear:both;
	position:relative;
	}

#textArea{
	width: 370px;
	padding:10px;
	
	}


/*Section Header*/
h3.bioHead{
	width:210px;
	height: 30px;
	padding:10px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-50000px;
	background-image:url(../images/bio/bioHead.png);
	background-repeat: no-repeat;
	}