@import 'reset.css';
body {
	background:#000;
	font:12px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	color:#fff;
}

.inner {float:left;}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
}
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
}

.photos {
	height:556px;
	overflow:hidden;
	margin-top:20px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
}
h3, address strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
.photos .inner {
	width:120%;
	margin-left:-5%;
}
.photos span {
	display:block;
	height:135px;
	width:135px;
	float:left;
	margin:4px 2px 0 2px;
}
.photos img {
	display:block;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
