#main {
width: 600px;
margin-left:auto;
margin-right:auto;
}

#main a {
text-decoration: none;
}

#col_title {
width: 50%;
font-size: 1.2em;
font-weight: bold;
color: #333333;
text-align:center;
}

#col_list {
width: 30%;
text-align: left;
height:450px;
}

#col_list_inner {
overflow: auto;
height: 250px;
}

#col_spacer {
width: 20%;
}
