

#mainWrap .col {
    min-height: 510px;
    height:auto !important;
    height: 520px;
}

.colInner {
    min-height: 508px;
    height:auto !important;
    height: 520px;
}

#main {
    position: relative;
    margin: 120px 30px 20px 60px;
    width: 500px;
    overflow: auto;
}

.link, .desc {
   float: left;
   margin-bottom: 3px;
   display: block;
   color: #333333;
}

.link {
    width: 180px;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.desc {
    width: 280px;
    margin-left: 40px;
}