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

body{text-align:center;}
#outer{width:930px; margin:0 auto;}
#inner{margin:0 10px;
          height: auto;}
#side{
	width:170px;
	float:left;
}
#main{
	width:730px;
	float:left;
	height: auto;
	
}
.clear{clear:both;}
.clear  hr {display:none;}

