

#maincontent {
	width: 100%;
	position: relative;
	margin-top: 60px;
}


#maincontent img {
	border: solid 3px #999999;
	}


#leftcol {
	position:relative;  /*causes div to grow to hold content*/
	float: left;
	width: 250px;    /*measurement for ie-5 includes padding*/
	text-align: center;
}

#midcol {
	position:relative;  /*causes div to grow to hold content*/
	padding: 0px;
	float: left;
	width: 250px;
	text-align: center;
}

#rightcol {
	position:relative;  /*causes div to grow to hold content*/
	padding: 0px;
	float: left;
	width: 250px;
	text-align: center;
}

