#mainContent {
    width: 950px;
    overflow: hidden;
    margin-top: 8px;
}
#newsMenuBox {
    float: left;
    margin-right: 1em;
    margin-left: 8px;
}
#newsItems {
    margin-right: 8px;
}
#newsItems table {
    width: 100%;
}
#newsItems td {
    width: 50%;
    vertical-align: top;
}
.firstNewsItem table {
    empty-cells: show;
    border-collapse: collapse;
    margin-bottom: -3em;
}
.firstNewsItem {
    margin-bottom: 2em;
}
.firstNewsItem tr.first td {
    border-bottom: 1px solid #e6e6e6;
}
.firstNewsItem td.first,
td.first .otherNewsItem {
    padding: 0 1em 1em 0;
}
.firstNewsItem td.last,
td.last .otherNewsItem,
td.last .ad {
    padding: 0 0 1em 1em;
}
.newsItem .imgLink {
    float: right;
}
.newsItem .imgLink img {
    margin-left: 0.5em;
    border: 1px solid #000;
    width: 100px;
    height: 100px;
}
.newsItem h2 {
    font-size: 1.25em;
}
.newsItem h2 a {
    font-size: 1em;
    color: #000;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.newsItem h2 a:hover {
    font-size: 1em;
    color: #f00;
    background-color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f00;
}
.firstNewsItem a.readMore {
    position: relative;
    line-height: 1em;
    top: -2em;
}
.otherNewsItem {
    position: relative;
    overflow: hidden;
}
.otherNewsItem a.readMore {
    position: absolute;
    bottom: 1em;
    line-height: 1em;
}
.paging {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
.paging td.last {
    text-align: right;
}
.paging a {
    white-space: nowrap;
}
