@charset "utf-8";
/* http://blog.wardelldesign.com/ */
#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:4px;
	overflow:visible;
	float:left;
	white-space:nowrap;
	padding-top:13px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
	height:35px;
	position:relative;
	left:5;
	clear:both;
	overflow:hidden;
	width:507px;
}
#newsticker_area {
	height:35px;
	margin:auto;
	position:relative;
	left:5;
	clear:both;
	overflow:hidden;
	width:507px;
}
#flashheader { width:525px; height:90px; position:absolute; top:36px;}