div#header {
	min-width: 1200px;
}

#content {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 82px;
	min-height: 680px;
	margin-bottom: 10px;
    min-width: 1200px;
}

#placeholder_news {
    width:55%;
    min-width: 450px;
}

#placeholder_rss {
    margin-left: 10px;
    right: 0px;
    left: 55%;
    min-width: 400px;
}

#placeholder_news, #placeholder_rss {
    background-color: #f3f3f3;
    margin-top: 20px;
    position:absolute;
    min-height: 600px;
    float: left;
}


.news_content {
    padding-top: 20px;
    margin-bottom: 10px;
}

.insideHeader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 53px;
    padding-left: 30px;
    padding-top: 12px;
    background: url(/img/portal/gradient_title.png) repeat-x;
    text-align: left;
    font-size: 24px;
}

.paginatorPlaceholder {
    text-align:right;
    padding-top: 10px;
    height: 30px;
    padding-bottom: 10px;
}