#section01{
	width: 350px;
	float: left;
}

#section02 {
	margin-top: 0px;
	margin-left: 400px;
	width:350px;
	position: absolute;
}

#section02 table{
	border: 1px solid white;
	width: 100%;
	margin-top: 5px;
}

#section02 table td {
padding-bottom:5px;
padding-right:5px;
	
}

#section02 table tr.tbHeaderRow {
	font-weight:bold;
}


