/* Section divs */
.divSection
{
    border: solid thin #EEEEEE;
    width: auto;
    background-color: #F5F5F5;
}

.divSectionHeader
{
    padding: 10px;
    /*background-image: url(../images/h1.jpg);*/
    background-color:#808080;
    height: 25px;
    background-repeat: repeat-x;
    width: auto;
    font-weight: bold;
    vertical-align: middle;
    font-size: 110%;
}

.divSectionContent
{
    padding: 5px;
    margin: 5px;
}
/* End Section divs */