#title{
	width:920px;
	height:275px;
	padding:0;
	text-indent:-9999px;
	margin:25px auto 5px auto;
	background:url(../img/index_title.png) no-repeat;
}
#lead{
	width:500px;
	height:50px;
	text-indent:-9999px;
	margin:15px auto 30px auto;
	display:block;
	background:url(../img/index_closed.png) no-repeat;
}
a{
	text-decoration:none;
	color:#fd046d;
}
a:hover{
	text-decoration:underline;
}

/* MASONRY */
#wrapper {
	margin:0 auto 75px auto;
}
.section {
	width:320px;
	padding:15px;
	margin:10px;
	background:url(../img/w70.png);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
h2{
	color:#fd046d;
	font-size:12px;
	margin-bottom:15px;
	border-bottom:solid 1px #fd046d;
}
h3{
	color:#fd046d;
	font-size:18px;
	line-height:1;
	margin-bottom:15px;
	border-bottom:solid 1px #fd046d;
}
h3 span{
	font-size:14px;
}
.section p{
	line-height:1.25;
	text-align:justify;
}


/* INTERVIEW */
#interview{
	background:url(../img/index_interview.png) no-repeat;
	width:320px;
	height:355px;
}
#interview a{
	width:320px;
	height:355px;
	display:block;
	text-indent:-9999px;
}
#interview a:hover{
	background:#fff;
	opacity:0.4;
	filter:alpha(opacity=40); /* IE */
}

/* SPECIAL VIEWING */
#viewing{
	background:url(../img/index_viewing.jpg) no-repeat;
	width:350px;
	height:150px;
	padding:0;
	border-radius:0;
}
#viewing h2{
	border:none;
}
#viewing a{
	width:350px;
	height:150px;
	display:block;
	text-indent:-9999px;
}
#viewing a:hover{
	background:#fff;
	opacity:0.4;
	filter:alpha(opacity=40); /* IE */
}

/* LINKS */
#links{
	list-style-type:none;
}
#links li{
	margin-bottom:10px;
}
#links img{
	vertical-align:bottom;
	background:#fff;
}
#links a{
	text-decoration:none;
	color:#555;
}
#links a:hover{
	text-decoration:underline;
	color:#fd046d;
}

/* BUTTON OPTION */
.new_label{
	position:absolute;
	top:-13px;
	right:-13px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/new_label.gif) no-repeat;
}
.up_label{
	position:absolute;
	top:-10px;
	right:-10px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/update_label.png) no-repeat;
}

/* FOOTER */
#footer{
	background:url(../img/footer_bg.png);
	padding:10px;
	text-align:center;
	color:#fff;
	letter-spacing:10px;
	width:100%;
	position:fixed;
	bottom:0;
}
#footer p{
	margin-top:2px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#f00;
	text-decoration:underline;
}