#wrapper{
	padding:105px 0 35px 0;
}

#content{
	width:680px;
	margin:0 auto;
	color:#59524d;
	padding:20px 30px 30px 30px;
	background: #fdfaee;
	border:double 9px #7b1001;
	box-shadow: 0 0 10px rgba(255,255,255,0.6);
	text-align:center;
	letter-spacing:10px;
}
h1{
	height:100px;
	background:url(../img/photo_title.gif) no-repeat center;
	text-indent:-9999px;
}

/* SCALE */

#content a img{
	margin-bottom:15px;
	border:solid 8px #7b1001;
}
#content a:hover img{
	border:solid 8px #cfa972;
	opacity:0.5;
	filter:alpha (opacity=50); /* IE */
}