section{
	padding: 30px 0;
    color: #f1f1f1;
}
section div.box{
    width: 94%;
    margin: 0 auto;
}
section div.box h2{
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
    color: #f1f1f1;
    margin: 0 0 20px;
    font-size: 140%;
}
section#about01{
    background: url("../img/mainBg2.jpg") no-repeat center center;
}
section#about01 p{
    text-shadow: 2px 2px 5px #3a2417,
    -2px 2px 5px #3a2417,
    2px -2px 5px #3a2417,
    -2px -2px 5px #3a2417;
    font-size: 110%;
}
section#about01 p.sign{
     text-align: right;   
}
section#about02,
section#about04,
section#about06{
    background: rgba(255,255,255,.15);
}
