#AlbumPhoto {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 1px;file:///home/lou/Documents/Websites/DirtDaubers/Website/index.html
    border: 1px solid rgb(150,150,150);
    width: auto;
}
#AlbumTitle {
    clear: both;
    margin: 1.0em 0 0.5em 0;
    font-family: "trebuchet ms", arial, sans-serif;
    color: rgb(80,80,80);
    font-weight: normal;
    font-size: 170%;
    text-align: center;
}
#AlbumText {
    color: rgb(80,80,80);
    font-size: 120%;
    margin: 1.0em 17px;
    line-height: 1.5em;
    overflow: auto;
    height: 7.5em;    
}
#AlbumButtons {
    clear: both;
    margin: 1.0em 0;
    text-align: center;
}
#AlbumBackMore, #AlbumBack, #AlbumHome, #AlbumNext {
    margin-right: 0.75em;
}
input {
    font-size: 110%;
    color: rgb(80,80,80);
    padding: 0.4em; 
    border: double 3px rgb(200,200,200);
}
