#marqueecontainer {
	position: absolute; 
	margin: 0px 0px 0px 0px;
	padding: 4px;
	width: 300px; /*marquee width */
	height: 350px; /*marquee height */
	color: #EDECE4;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
  line-height: 18px;
	text-align: justify;
	border-top: 1px solid #FFF7A5;
	border-bottom: 1px solid #FFF7A5;
}
#marqueecontainer em {
	color: #FFFFFF;
}
#marqueecontainer h2 {
	margin-top: 20px;
	padding-top: 1px;
	border-top: 1px dotted #666666;
	}	
