/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/
	
#main-content .gallery {

}
	
#main-content .gallery ul.photos {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#main-content .gallery ul.photos li {
	background-image: none;
	float: left;
	width: 250px;
	text-align: center;
}

#main-content .gallery br {
	clear: left;
}

