@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
						
#celebGallery ul li { display: inline; font-size: .5em; }
			
.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}
			
.fleft { float: left; margin: 0 20px 0 0; }
			
.cboth { clear: both; }
			
#celebGallery {
	background: #fff;
	margin: 25px 15px;
	width: 800px;
}