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