.Content .Scroller {
    width: 577px;
    height: 435px;  
    margin-bottom: 15px;
    background-color: black;
}

.NewsContent H4 {
    margin-bottom: 5px;
    float: left;
    width: 510px;
}

.NewsContent P {
    margin-bottom: 20px;   
}

.NewsContent H4 a{
    font-size:1.2em;   
    text-decoration: none !important;
}

.NewsContent H4.CommentsNumber {
    float: right;
    width: 30px;
    text-align: right;  
}
.NewsContent H4.CommentsNumber a{
    font-size: 0.9em; 
}

#MenuHeadlines .BoxContent {
    height: 262px;
    overflow: hidden;
}

#MenuHeadlines .BoxContent Ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#MenuHeadlines .BoxContent Ul Li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 13px;
    color: black;
    border-bottom: #d9d9d9;
    border-top: #ffffff;
    height: 20px;
    width: 305px;
    overflow: hidden;
}

#CountdownClock {
    margin-left: 0px;
    margin-top: 10px;   
}

#FLVPlayer {
    margin-left: 100px;
}

.ShoutBox {
    height: 400px;
    overflow: auto;
    border: 1px solid black;   
}

.InnerBox H2 {
    margin-bottom: 0px !important;   
}

.InnerBox H2 a {
    color: #C70100 !important;
    text-decoration: none !important;
}

.InnerBox {
    margin-bottom: 5px !important;   
    padding: 6px !important;
}

Form {
    margin-top: 10px;   
}

Form Input[type=text] {
    width: 225px !important;   
}

.Poll,
.Poll a {
    color: white;
}

.Poll .Pollbar {
    background: url('../images/poll/bar.png') 0 0 repeat-x;
    height: 8px;
    margin-bottom: 3px;
}

.Poll .Pollbar Div {
    background: url('../images/poll/bar-left.png') 0 0 no-repeat;
    height: 8px;
}

.Poll .Pollbar Div Div {
    background: url('../images/poll/bar-right.png') 100% 0 no-repeat;
    height: 8px;
}
.Poll Form Fieldset Input {
    margin-top: 3px;
    margin-bottom: 15px;
}

.Poll Form Fieldset Label {
    width: 260px;
    margin-left: 5px;
    text-align: left;
    margin-bottom: 15px;
}
