/* Achieve Group -- What - Topics sections CSS */

#nav	{
	float: left;
	width: 220px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 0px;
	background-attachment: scroll;
	background-image: url(../images/template/home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 120px;
	}
	
#headerRightMiddle{
	margin-left: 240px;
	width: 715px;
	height: 72px;
	background-image: url(../images/template/what-topics.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

#leftContent {
	width: 48%;
	float: left;
}

#rightContent {
	float: right;
	width: 48%;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.2em;
	color: #00b7ce;
	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%;
	}
	
