#leftcolumn {
	position: absolute;
	width: 250px;
	left: 20px;
	top: 20px;
	z-index: 20;
}
#fullwidth {
	clear: both;
	width: 100%;
	position: relative;
	top: 20px;
	margin-bottom: 15px;
}
#rightcolumn {
	position: absolute;
	width: 510px;
	left: 279px;
	top: 20px;
	z-index: 10;
}
#innerrightcol {
	float: right;
	width: 300px;
	position: relative;
	top: 0px;
	right: 0px;
}
.captions {
	font-size: 10px;
	color: #666666;
	line-height: 13px;
	padding-bottom: 20px;
	width: 300px;
}
#innerleftcol {
	float: left;
	width: 230px;
	position: relative;
	top: 0px;
	right: 0px;
}
#rightcolumn2 {
	position: absolute;
	width: 560px;
	left: 280px;
	top: 20px;
}
#fullwidth2 {
	clear: both;
	width: 100%;
	position: relative;
	top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

