#mainAreaFront {
	width: 730px;
	padding: 0 10px 0 10px;
	height: auto;
	
	float: left;
}

#sideAreaFront {
	width: 180px;
	padding: 0 10px 0 10px;
	height: auto;
	
	float: left;
}

#welcomeBoxFront {
	width: 200px;
	padding: 0 10px 0 0;
	height: auto;
	
	float: left;
}
#contentBoxFront {
	width: 500px;
	padding: 8px 10px 0 10px;
	height: auto;
	float: left;
}
div.quickInfoBoxFront {
	width: 133px;
	height: 100px;
	padding: 0 5px 0 5px;
	float: left;
}

div.quickInfoBoxFront a:link, div.quickInfoBoxFront a:visited {
	text-decoration: none;
} 
