/*************
START OF DEMO CSS 
**************/
#ads{
	width:730px;
	margin-top:10px;	
}
img{
	border:0px;
}
p{	
	margin-top:0px;
}
.clear{
	clear:both;
}
#mainContainer{
}

/* 
END OF DEMO CSS
*************************************/


/* CSS for my second scrolling box */
#scrollingContainer2{
	width:150px;	/* Width of second box */
	height:150px;	/* Height of second box */
	
	background-color: #D9E4EE;

	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:8px;	/* Space at the left of the box */
	color:black;	/* red text color */
	
	
}
#scrollingContent2{
}
