table#divver {
    margin: 0;
    width: 100%;
}

/**
 * Chatta section of homepage.
 */
td.chatta {
    background: #eeeeee url("images/grey-gradient.gif") left top repeat-x;
    border: 1px solid #c6c6c6;r
    border-radius: 10px;
    font-size: 0.9em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    width: 50%;
    vertical-align: top;
}

    td.chatta h2 {
        color: #000000 !important;
        margin: 0;
    }
    td.chatta ul {
        list-style: none;
        margin: 0.25em 0;
        padding: 0;
    }
        td.chatta li {
            text-indent: -6.95em;
            margin: 0 0 0 6.95em;
            padding: 0;
        }
        td.chatta .author {
            font-style: italic;
        }



/**
 * Events section of homepage.
 */
td.events {
    background: #eeeeee url("images/grey-gradient.gif") left top repeat-x;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 0.9em;
    padding: 10px;
    width: 50%;
    vertical-align: top;
}
    td.events h2 {
        color: #000000 !important;
        margin: 0;
    }
    td.events ul {
        list-style: none;
        margin: 0.25em 0;
        padding: 0;
    }
        td.events li {
            text-indent: -6.95em;
            margin: 0 0 0 6.95em;
            padding: 0;
        }

/**
 * News section of homepage.
 */
td.news {
    background: #eeeeee url("images/grey-gradient.gif") left top repeat-x;
    border: 1px solid #c6c6c6;r
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 0.9em;
    margin: 1em 0;
    overflow: auto;
    padding: 10px;
}
    td.news a.subscribe {
        background: url("images/homepage/subscribe.png") 0 0 no-repeat;
        display: block;
        float: right;
        height: 121px;
        width: 214px;
    }
    td.news a.subscribe:hover {
        background-position: 0 -130px;
    }
    td.news h2 {
        color: #000000 !important;
        margin: 0;
    }
    td.news ul {
        list-style: none;
        margin: 0.25em 0;
        padding: 0;
    }
        td.news li {
            text-indent: -6.675em;
            margin: 0 0 0 6.675em;
            padding: 0;
        }


table.navigation {
    border-collapse: collapse;
    margin-top: 0.5em;
    width: 100%;
}
    table.navigation td {
        text-align: center;
        width: 16.6%;
    }
    table.navigation a {
        background: transparent none 50% 0 no-repeat;
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        height: 1%;
        padding: 80px 0 0 0;
        text-align: center;
        text-decoration: none;
    }
    table.navigation a.for-sale {
        background-image: url("images/homepage/for-sale.png");
    }
    table.navigation a.wanted-to-buy {
        background-image: url("images/homepage/wanted-to-buy.png");
    }
    table.navigation a.hospitality-jobs {
        background-image: url("images/homepage/hospitality-jobs.png");
    }
    table.navigation a.trade-directory {
        background-image: url("images/homepage/trade-directory.png");
    }
    table.navigation a.mychatta {
        background-image: url("images/homepage/mychatta.png");
    }
    table.navigation a.shop {
        background-image: url("images/homepage/shop.png");
    }
    table.navigation a:hover {
        background-position: 50% -137px;
    }

div.advertise-banner {
    text-align: center;
    padding: 0 10px;
}
    div.advertise-banner img {
        border: 0;
    }

a.more {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2;
}
