@charset "UTF-8";
/* CSS Document */

#news {
	width: 271px;
	background-image: url(../assets/images/newsfiller.jpg);
	background-repeat: repeat-y;
	top: 35px;
	right: 15px;
	position: relative;
	margin-left: 30px;
	float: right;
}
#newsheader {
	background-image: url(../assets/images/newsheader.jpg);
	background-repeat: no-repeat;
	width: 271px;
	height: 76px;
	float: left;
}
#newsstocks {
	background-image: url(../assets/images/newsstocks.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 271px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

#stock1last {
	position: absolute;
	top: 25px;
	left: 130px;
	text-align: right;
	width: 45px;
	overflow: visible;
}
#stock1change {
	position: absolute;
	top: 25px;
	left: 190px;
	text-align: right;
	width: 45px;
	overflow: visible;
}
#stock2last {
	position: absolute;
	top: 44px;
	left: 130px;
	text-align: right;
	width: 45px;
	overflow: visible;
}
#stock2change {
	position: absolute;
	top: 44px;
	left: 190px;
	text-align: right;
	width: 45px;
	overflow: visible;
}


#newstopstories {
	width: 271px;
	background-image: url(../assets/images/newsheadlines.jpg);
	float: left;
	padding-top: 75px;
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-bottom: 5px;
}

#newsbottom {
	background-image: url(../assets/images/newsbottom.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 18px;
	width: 271px;
	float:left;
	bottom: 0px;
}
.rssnewsitem {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}
