body{
	background:url(../img/bg.jpg) no-repeat top center fixed;
	background-size:cover;
}
.left{
	float:left;
}
.right{
	float:right;
}
h1{
	height:80px;
	background:url(../img/concept_title.png) no-repeat center;
	text-indent:-9999px;
	margin:15px auto 60px auto;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:url(../img/content_bg.gif) repeat-x #fff;
	border:solid 5px #c71e50;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-bottom:dashed 1px #bb1d3f;
	margin-bottom:15px;
}
#content p{
	padding:0 0 30px 5px;
	text-align:justify;
	line-height:1.75;
}
#content p span{
	font-weight:bold;
	color:#000;
}

.photo{
	margin-top:25px;
}

#content  #imagesketch{
	text-align:center;
	letter-spacing:15px;
	margin-bottom:50px;
}
#footer{
	height:50px;
}

#writer{
	overflow:hidden;
	padding:20px;
	margin:40px 0 20px;
	background:url(../img/concept_bg.gif);
	border:solid 1px #d1c0a5;
	border-radius:5px;
}
#writer .right{
	width:490px;
}
#writer h3{
	font-weight:normal;
	font-size:12px;
	border-bottom:dashed 1px #a6937c;
}
#writer h3 span{
	font-weight:bold;
	font-size:18px;
}
#writer p{
	margin:20px 0 0;
	padding:0;
}



/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}