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



#profileTop {
	width: 720px;
	height: 350px;
	background-color: #039;
}



#profileLeftTop {
	width: 348px;
	height: 338px;
	padding: 6px;
	background-color: #fff;
	float: left;
	text-align: justify; 
}


#profileRightTop {
	width: 360px;
	height: 350px;
	float: right;
}









#profileBottom {
	width: 720px;
	height: 260px;
}



#profileLeftBottom {
	width: 348px;
	height: 100%;
	background-color: #CCC;
	text-align: left;
	float: left;
	padding: 6px;
}


#profileRightBottom {
	width: 348px;
	height: 100%;
	background-color: #e6e6e6;
	text-align: right;
	float: right;
	padding: 6px;
}



