
#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
#contentleft {
	position: relative;
	top: 20px;
	width:149px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentcenter {
	position: relative;
	top: 0px;
	left: 20px;	
	width:581px;
	padding:0px;
	float:left;
	background:#fff;
	}


#contentheader {
	background:#fff
	text-align: center;
	}

TABLE.info {
	width: 149px;
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 3px;
	border-color: #68aff8;
	border-style: solid;
}

TABLE.leftside {
	border: 0;
	height: 28px;
	width: 149px;
}