#content{
	width:680px;
	margin:30px auto 50px auto;
	color:#333;
	padding:20px 30px 40px 30px;
	background: #fff;
	border:solid 6px #6b3a15;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

h1{
	height:130px;
	background:url(../img/photo_title.jpg) no-repeat center top;
	text-indent:-9999px;
}

#content{
	text-align:center;
	letter-spacing:15px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}

img{
	margin-bottom:15px;
}
a img{
	opacity:0.6;
	filter:alpha (opacity=60); /* IE */
}
a:hover img{
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}