
#fountain {
    float: right;
    width: 235px;
    margin-bottom: 10px;
    }

#text {
    width: 350px;
    }

.welcome_heading_light, .welcome_heading_dark {
    font-weight: bold;
    font-size: 120%;
    }

.welcome_heading_light {
    color: #6D3111;
    }

.welcome_heading_dark {
    color: #270800;
    }

table#image-blocks {
    margin: 5px 5px 0px 45px;
    width: 595px;
    border-collapse: collapse;
    }
    
table#image-blocks td {
    font-weight: bold;
    color: #5D5D5E;
    padding: 0px;
    }    
    
table#image-blocks td a {
    text-decoration: none;
    color: #5D5D5E;
    }    

table#image-blocks td img.blocks {
    width: 136px;
    height: 126px;
    border: 1px solid #000;
    }
    