/* INDEX */
#index_title{
	height:204px;
	background:url(../img/bg_blue.png);
	margin:0px 0 20px;
	padding:23px 0;
	text-indent:-9999px;
}
#index_title h1{
	height:204px;
	background:url(../img/index_title.png) no-repeat center;
}
#index_title p{
	width:280px;
	height:40px;
	margin: -204px auto 0 auto;
}
#index_title p a{
	display:block;
	width:280px;
	height:40px;
}
#index_photo{
	height:330px;
	background:url(../img/index_photo.png) repeat-x;
	margin-bottom:40px;
}
#index_lead{
	background:url(../img/bg_blue.png);
	padding:35px 0 10px;
	margin-bottom:50px;
}
#index_lead > p{
	height:150px;
	text-indent:-9999px;
	margin-bottom:40px;
	background:url(../img/index_lead.png) no-repeat center;
}

#news{
	width:670px;
	margin:0 auto 25px;
	padding:6px 15px 10px;
	background:url(../img/bg_white.png);
	border-radius:10px;
}
#news p{
	margin-top:6px;
	color:#333;
}
#news a{
	color:#000;
	text-decoration:none;
}
#news a:hover{
	color:#0082e7;
}
#index_link{
	text-align:center;
	padding-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}
#index_link a:hover{
	opacity:0.5;
}