/* Achieve Group -- Who-Bio sections CSS */


#nav	{
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	background-attachment: scroll;
	background-image: url(../images/template/who.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 120px;
	padding-top: 4px;
	}
	
#headerRightMiddle{
	margin-left: 240px;
	width: 715px;
	height: 72px;
	background-image: url(../images/template/who-bio.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.imageRight {
	text-align: right;
	display: block;
	background-position: right;
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
	top: 0px;
	}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.2em;
	color: #f9a51b;
	text-align: left;
	}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	color: #999999;
	text-align: left;
	line-height: 150%;
	}
