body {
}

div#header {
	margin-left: auto;
	margin-right: auto;
	background: url('../images/header-bg.gif') no-repeat scroll top left;
	width: 940px;
	height: 208px;
	margin-bottom: 20px;
}

div#content {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

div#gallery {
	width: 940px;
	float: left;
	background-image: url('../images/gallery-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #d8d8d8;
	height: 708px;
	overflow: hidden;
}

div#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-bottom: 40px;
	font-size: 11px;
	color: #818177;
	padding-top: 10px;
}

div.photo-container {
	float: left;
	margin-right: 20px;
	width: 300px;
}

div.last {
	margin-right: 0px;
}

div.photo {
	background-image: url('../images/photo-bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	width: 278px;
	padding: 10px;
	background-color: #e9e9e9;
	border: 1px solid #c1c0c1;
}

div.photo img {
	border: 1px solid #c1c0c1;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

div.shadow {
	background: url('../images/shadow.png') no-repeat scroll top left;
	width: 300px;
	height: 22px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}