/* CSS Document */



#gallery {
	margin:5% auto 0 auto;
}

#info {
	margin-top:35px;
	margin-bottom:30px;
	text-align:center;
	}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 18px;
	color:#333;
}
	
p {
	margin-top:20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666;
	line-height:14px;
}

a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:underline;
}
	