html, div
{
	display:block;
}

body 
{
	background:#F2F2F2;
	color:#000000;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:62.5%;
	padding:0;
	margin:0 auto;
	position:relative;
	width:740px;
	border: 2px solid #027061;
}

A
{
	color:blue;
	font-family:verdana,helvetica,arial,sans-serif;
}

#wrapper
{
	padding-top:6px;
	background:#757779;
	border-top:1px solid #E6E6E6;
	clear:both;
	position:relative;
	width:740px;
}

h2 {
	font-size:1.5em;
}

h2 {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	margin:0.83em 0;
}

#content {
	background:#757779 ;
	border-top:1px solid #E6E6E6;
	clear:both;
	padding:0 14px;
	height:250px;
	position:relative;
	width:946px;
}

h3 {
	clear:both;
	margin:0;
	position:relative;
}

#content h2 {
	color:#FFFFFF;
	margin:0 0 -5px;
	padding:10px 0 15px 20px;
	position:relative;
}

#content div.contentA, #content div.contentB{
	border-right:1px solid #E0E0E0;
}

#content div.column {
	float:left;
	margin:14px 0 14px 14px;
	width:300px;
	height:100px;
}

.contentArea {
	background:#FDFDFD ;
	float:left;
	height:200px;
	margin-bottom:15px;
	width:946px;
}

