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

.mainCol {
    width: 230px;
    float: left;
    padding-right: 20px;
}

#main p {
    width: 100%;
    color: #333333;
}

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

.colInner {
    min-height: 752px;
    height: auto !important;
    height: 754px;
}

#main p a {
    color: #333333;
    text-decoration: none;
}

#main p a:hover {
    text-decoration: underline;
}

