#main {
	background-color:white;
}
/*** header ***/
#top-runner {
	border-bottom: 2px solid #d3e990;
	clear:both;
	margin:0px 0px 0px 52px;
	padding-top:23px;	
	font-size:16px;
	position:relative;
	/*font-weight:bold;*/
}

#top-runner .text {
	position:relative;
	top:4px;
}

html>body #top-runner .text {
	top:0px;
}


/*** LEFT COLUMN ***/
#left-column {
	width:280px;
	float:left;
}

#left-column .positioner {
	margin:18px 0px 0px 43px;
}

#left-column h1 {
	margin:0px 47px 28px;
}

/*** RIGHT COLUMN ***/
#right-column {
	margin:0px 0px 0px 280px;
	padding:0px;
	line-height:141%;
	font-size:11px;
}

#right-column .positioner {
	width:386px;
	margin:16px 0px 0px;
}

#exp-clearer {
	height:257px;
	clear:both;
	line-height:0px;
}