body{
	background:url(../img/index_bg.gif);
}
#bg_area{
	width:100%;
	height:90px;
	background:url(../img/content_header.jpg) repeat-x center;
}
h1{
	height:140px;
	background:url(../img/photo_title.gif) no-repeat center;
	text-indent:-9999px;
}
#head_element{
	position:absolute;
	top:105px;
	left:0;
	width:100%;
	height:34px;
	background:url(../img/content_tape.png) no-repeat center;
}
#wrapper{
	width:700px;
	margin:30px auto 0;
	padding:0 70px 60px;
	background:#fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

#wrapper span{
	display:block;
	float:left;
	margin:3px 12px 26px 12px;
	width:200px;
	height:200px;
	background:#fff;
	backface-visibility:hidden;
	border:solid 4px #d1ceaf;
}

#wrapper a img{
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
#wrapper a:hover img{
	opacity:0.6;
	filter:alpha (opacity=60); /* IE */
}

h2{
	font-size:16px;
	letter-spacing:2px;
	color:#e8de9d;
	border-top:dashed 1px #e8de9d;
	border-bottom:dashed 1px #e8de9d;
	margin:50px 0 28px;
	padding:3px 0;
}
#content h2 span{
	display:inline;
	float:none;
	background:none;
	margin:0;
	font-size:12px;
	letter-spacing:0;
	border:none;
}
#footer{
	height:50px;
}
