#divMain {
    width: 925px;
    margin: 0 auto;
    text-align: left;
    background-image: url('../images/tile.jpg');
    background-repeat: repeat-y;    
}

#divSideBar {
    width: 113px;    
}

#divPagePic {
    width: 274px;
}

#divHeaderAndContent {
    width: 538px;
}

#divContent {
    background-color: #ffffff;
    width: 530px;
}

#divContentMiddle {
    background-image: url('../images/content_mid.jpg');
    padding-left: 8px;
    padding-right: 8px;
}

#divRightBar {
    width: 8px;
}

#divSidePics {
    text-align: center;
}
#divSidePics img {
    margin-bottom: 90px;
}

.copyright {
    color: #4D4D4D;
    text-align: center;
    font-size: 8pt;
    padding-top: 5px;
    line-height: 16px;
}

.copyright a:link, .copyright a:hover, .copyright a:visited {
    text-decoration: none;
    color: #4D4D4D;
}

.copyright a:hover {
    text-decoration: underline;
}