body{
	background:url(../img/bg_02.jpg) no-repeat top center fixed;
	background-size:cover;
}
.left{
	float:left;
}
.right{
	float:right;
}
h1{
	height:75px;
	background:url(../img/concept_title.png) no-repeat center;
	text-indent:-9999px;
	margin:30px auto 60px auto;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:url(../img/content.jpg);
	border:solid 5px #bb1d3f;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-bottom:solid 1px #bb1d3f;
	margin-bottom:15px;

}
#content p{
	padding:0 0 50px 5px;
	text-align:justify;
}

.photo{
	margin-top:25px;
}

#content  #imagesketch{
	text-align:center;
	letter-spacing:15px;
	margin-bottom:50px;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}