#wrapper{
	padding:105px 0 35px 0;
}

#content{
	width:680px;
	margin:0 auto;
	color:#59524d;
	padding:20px 30px 0 30px;
	background: #fdfaee;
	border:double 9px #7b1001;
	box-shadow: 0 0 10px rgba(255,255,255,0.6);
}
h1{
	height:100px;
	background:url(../img/concept_title.gif) no-repeat center;
	text-indent:-9999px;
}
h2{
	font-size:16px;
	letter-spacing:1px;
	color:#fdfaee;
	padding:8px 12px;
	background: #7b1001;
	margin-bottom:15px;
}
#wrapper p{
	line-height:1.75;
	text-align:justify;
	padding:15px 0;
}

strong{
	font-weight:bold;
	color:#000;
}
span{
	font-weight:bold;
	color:#a00;
}

.photo{
	margin-top:25px;
	margin-left:160px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}