#disclaimer {
        font-size: 10px;
        color: #999;
        margin-left: 110px;
}

#branding {
        position: absolute;
        border: 1px dotted #999;
        background-image: url(../images/news.feeds.anime/header-lite.gif);
        width: 150px;
        height: 150px;
        top: 50px;
        left: 70px;
}

#main {
        position: absolute;
        top: 40px;
        left:140px;
        padding: 10px;

}

.newsitem {
        margin-bottom: 35px;
}

.newsitem img {
        float: left;
        border: 0;
}

.newsitem div {
        margin-left: 110px;
}

.newsitem .source {
        font-weight: bold;
	font-size: 14px;
        text-decoration: none;
}

.spacer {
        margin-left: 105px;
        border-bottom: 1px solid #FCC;
        margin-bottom: 30px;
        line-height: 22px;
}

.spacer .date {
        background: #FFF;
        border-top: 1px solid #FCC;
        border-right: 1px solid #FCC;
        border-left: 1px solid #FCC;
        border-bottom: 1px solid #FFF;
        padding: 4px;
}


#controls {
        margin-left: 110px;
        margin-bottom: 30px;
}

