	#ads{
		width:730px;
		margin-top:10px;	
	}
	
	/* body{ */
	/*	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	/*	width:100%;
	/*	height:100%;
		margin:0px;
		padding:0px;
		background-color: #E2EBED;
		text-align:center;
	} */
	img{
		border:0px;
	}
	p{	
		margin-top:0px;
	}
	.clear{
		clear:both;
	}
	#mainContainer{
		width:760px;
		margin:0 auto;
		background-color:#FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		padding:10px;
		background-color:#FFF;	
		text-align:left;
			
	}
	
	/* 
	END OF DEMO CSS
	*************************************/
	
	/* CSS for my second scrolling box */
	#scrollingContainer{
		width:220px;	/* Width of second box */
		height:140px;	/* Height of second box */
		
		padding:2px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-left:2px;	/* Space at the left of the box */
		color: black;	/* red text color */
		
		
	}
	#scrollingContent{
		font-size:11px;
		font-family: Tahoma, Arial, Verdana;

	}	
	
	