div.center-content {
    background-color: #dddddd;
}

div.center-content {
    padding: 30px 15px 10px 0px;
}

div.middle-line {
    width: 972px;
    height: 4px;
    background-color: #dddddd;
    float: left;
}






div.page-header {
    width: 950px;
    margin: 10px auto 0px;
    z-index: 1;
    position: relative;
    top: 29px;
}

div.page-header div.page-header-left {
    background-image: url('../images/bg-header-subpage-left.png');
    background-repeat: no-repeat;
    float: left;
    width: 73px;
    height: 97px;
    text-align: center;
}

div.page-header div.page-header-left img {
    margin-top: 5px;
}

div.page-header div.page-header-center {
    background-image: url('../images/bg-header-subpage-center.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    float: left;
    width: 850px;
    height: 97px;
    text-align: left;
    color: #f2f2f2;
    font-size: 17px;
    padding-left: 20px;
}

div.page-header div.page-header-center h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #f2ad00;
}



div.page-header div.page-header-right {
    background-image: url('../images/bg-header-subpage-right.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    float: left;
    height: 97px;
    width: 7px;
} 





div.center-content {
    padding-bottom: 50px;
}

p {
    margin: 5px 0px 5px 30px;
}

div.center-content div.page-content-text {
    width: 560px;
    float: left;
    text-align: justify;
}


div.center-content div.page-content-blocks {
    float: right;
    width: 365px;
    margin: 70px 0px 20px; 
}


div.page-content-blocks div.page-photogallery {
    margin-bottom: 20px;   
    
}

div.page-photogallery div.photo-container {
    float: left;  
    padding-bottom: 15px;
    padding-left: 20px;   
    text-align: center;
}

div.page-photogallery div.photo-shadow {
    background-color: transparent;
    background-image: url('../images/bg-photo-shadow.png'); 
    background-repeat: no-repeat;
    background-position: right bottom;  
     
    padding-right: 5px;
    padding-bottom: 5px;
}

div.page-photogallery a.gallery-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 144px;
    height: 104px;   
}




div.page-files {

}

div.page-files div.page-files-top {
    background-image: url('../images/bg-block-top.png');
    background-repeat: no-repeat;
    height: 38px;
}

div.page-files div.page-files-top h3 {
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    padding: 6px 13px;
}

div.page-files div.page-files-bottom {
    background-image: url('../images/bg-block-bottom.png');
    background-repeat: no-repeat;
    height: 7px;
}

div.page-files div.page-files-center {
    background-image: url('../images/bg-block-center.png');
    background-repeat: repeat-x; 
    background-position: center bottom;
    padding: 13px 15px;
    color: #444444;
    font-size: 12px; 
}

div.page-files-center div.page-files-file {
    margin: 5px 0px;
}

div.page-files-center div.page-files-file a {
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

div.page-files-center div.page-files-file span {
    font-size: 11px; 
}

div.page-files-center div.page-files-file img {
    position: relative;
    top: 3px;
}
