html, body {
	height: 100%;
}
#main-content{
	width: 100%;
	overflow: hidden;
	min-width: 1010px;
	position: relative;
}

#left-column{
	margin-right: 310px;
	min-width:700px;
}

#right-column{
	width: 299px;
	position:absolute;
	top:0px;
	right: 0px;
	min-height: 100%;
    height: auto!important;
    height: 100%;
	background: url(../img/news_background.png) repeat-y;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: -5px;
	color: #9f9d9d;
	font: 12px Arial;
	overflow: hidden;
}
#news-header{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:bottom;
	color: #9f9d9d;
	font: 12px Arial;
	background-color: #000000;
	text-align: center;
}

.news dt{
	float: left;
	}
.news dd{
	margin-left: 80px;
	margin-bottom: 5px;
}
.news dd a{
	color: #9f9d9d;
	font: 12px Arial;
}