/* CSS Document */
.main{
width:900px; height:auto;
}

.main_left{
width:175px;
height:auto;
margin-left:11px;
border:#999999 1px double;
border-top:none;
border-bottom:none;
text-align:center; color:#666666;
font-size:13px;
float:left;
clear:left;
}
.main_center{
width:700px;
height:auto;
padding-top:10px;
float:left;
}
