/*
	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 {
	width:783px;
}

#main-content #gallery {
	border: 1px solid #bdc6cd;
}
	
#main-content #gallery ul#photos {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#main-content #gallery ul#photos li {
	background-image: none;
	float: left;
	margin-left: 8px;
	padding: 5px;
	width: 240px;
	text-align: center;
}

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