/*
	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 ///////////////////////////////////////////////////////////////////////////////////*/
	
#content {
	width:525px;
}

#content #gallery {

}
	
#content #gallery ul#photos {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#content #gallery ul#photos li {
	background-image: none;
	float: left;
	margin-left: 4px;
	padding: 5px;
	list-style-type: none;
}

#content #gallery br {
	clear: left;
}