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

#container {width:960px; height:620px; z-index:2; background:#E2E2E2;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;}
#left_bar { width:200px; height:200px; float:left; z-index:2; margin-top:20px;}
#mid_body {width:570px; height:auto; float:left; z-index:2; margin-left:20px;}
#right_bar { width:170px; height:160px; float:right; z-index:2; margin-top:15px;}

#container p { font-family: Arial, Helvetica, sans-serif; text-align:justify; line-height:1.5; }
