/* CSS Document */
.left{ width:250px; height:500px; float:left; background:#f5f5f5;}
.left div{ height:30px; font-size:14px; color:#FF0000; line-height:30px; padding-top:5px; border-bottom:1px dashed #CCCCCC;}
.main{ width:700px; height:500px; float:left; background:#FFCCFF; margin-left:10px;}
