.common_body{
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.pagetitle{
    padding: 120px 5% 20px;
    color: black;

    height: 250px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #0b0f12;
}

.pagetitle h1{
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.pagetitle h2{
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.common_section{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(252,252,252,0.95);
    
}

.common_section p{
    line-height: 25px;
    margin: 4px 0;
}

.content h2{
    text-align: center;
}

.content hr{
    margin: 32px 0;
}

.content{
	padding: 20px 60px;
	background-color:rgba(255, 255, 239,1);
	color:#0b0f12;
	border: 2px solid #0b0f12;
}

.photo{
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.photo img{
    display: block;
    width: 100%;
    height: auto;
}

.album{
    text-align: center;
}