@charset "utf-8";
/* CSS Document */

#about .menuLeft {
	clear: none;
	float: left;
	height: auto;
}

#about .aboutLeft {
	float: left;
	clear: none;
	display: block;
	width: 450px;
	height: auto;
	margin: 0;
	
}

#about .aboutLeft p {
	clear: left;
}

#about .aboutLeft h1 {
	width: 435px;
	margin: 2px;
}

