﻿/* CSS layout */
/*Must be 1000px because it fits inside the 1000px body tag*/
#main_body {
	width: 1000px;
	background-color: white;
	height: 800px;
}

#top_choose {
	width: 1000px;
	height: 100px;	
	margin-left: 50px;
	float: left;
	text-align: left;
}

#bottom_choose {
	width: 1000px;
	height: 400px;	
	margin-left: 50px;
	float: left;
	text-align: left;
}



#left_smb {
	width: 333px;
	height: 300px;	
	float: left;
}

#left_pro {
	width: 333px;
	height: 300px;	
	float: left;
}

#left_ent {
	width: 334px;
	height: 300px;	
	float: left;
}



