﻿#Content
{
    background-color: #f2f2f2;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    font-size: 90%;
    margin-left: 80px;
    margin-top: 15px;
    width: 850px;
}

#HomepageImage
{
    height: 415px;
    margin: 14px 14px 14px 18px;
}

#ImageViewer
{
    border: 7px solid #000;
    width: 800px;
    height: 400px;
}

.article-title
{
    font-size: 140%;
    font-weight: bold;
    color: #5A0001;
}

.article-list
{
    margin-top: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.article-list li
{
    margin-bottom: 4px;
}

.customer-pics
{
}

.customer-pics img {  
    top:  0; 
    left: 0 
} 

#HomepageContent
{
    border-top: 3px solid #ccc;
    height: 200px;
}

    #HomepageContent .column1
    {
        float: left;
        padding: 10px;
        width: 450px;
    }
    
    #HomepageContent .column2
    {
        margin-left: 480px;
        padding: 10px;
    }
    
h3
{
    font-size: 150%;
    font-family: Georgia;
    font-weight: bold;
}
    