/* ----- 3col Layout ----------------- */

/* updated 5/3 by Sean --------------- */

#main {
	width:420px;
	margin:0px;
	float: left;
	position: relative;
	min-height: 500px;
	top:-53px;
}

#side {
	width:200px;
	margin:0px 18px;
	/* float: left; */
	position: absolute;
	top: 90px;
	right: 10px;
	/* position: relative;
	top:0; */
}

