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

body{
color:#000;
font-family:Times New Roman, Helvetica, Arial, sans-serif;
font-size:11px;
font-weight:bold;
width:1200px;
margin:0 auto;	
}

#left_side{
width:300px;
float:left;
height:300px;
}

#right_side{
	width:300px;
	float:left;
	height:100px
	
}
