#home p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#home h2, #home h3 {
    margin: 0 !important;
}

#home div.container-left {
    width: 73%;
    float: left;
}

#home div.container-right {
    width: 25%;
    float: right;
}

#home div.container-right .container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#home div.container-right h3 {
    border-bottom: 1px dotted #026CB1;
    margin-bottom: 10px !important;
}

#home div.container-right ul {
    padding-left: 20px;
}

#home div.links {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 1px dotted #026CB1;
}

#home div.links ul {
    padding-left: 30px;
}

#home div#statistics span.count {
    font-size: 16pt;
}

#home #home-forum a.forum-title {
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #026CB1;
}

#home #affiliates ul {
    list-style: none;
    padding: 0;
}

#home #affiliates p {
    margin: 0;
    font-size: 8pt;
}

#home #affiliates li {
    padding-bottom: 3px;
    border-bottom: 1px dotted #026CB1;
    margin-bottom: 5px;
}