	<style type="text/css"> 
	/* CSS only needed for the demo */
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		background-color:#E2EBED;
		width:100%;
		margin:0px;
	}
	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		
 
	}
	.clear{
		clear:both;
	}
	
	/* End CSS only needed for the demo */
	
	
	#rssBox{ /* The main box for the rss scroller */
		width:130px;
		margin:0px;
		float:right;
		height:250px;	
		border:0px solid #317082;
		padding:3px;
		font-size:0.8em;
		background-color:#F0F0F0;
 
		
		/* Never change these two values */
		overflow:hidden;
		position:relative;	
 
	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#F0F0F0 ;	/* Light blue background color */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#317082;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
	img{
		border:0px;
	}
	</style> 

