.icon {
    float: left;
    padding: 20px 0px 0px 15px;
}

.list {
    float: left;
    margin: 0px;
    padding: 15px 0px 15px 40px;
    width: 620px;
}

.story h2 {
    float: left;
    width: 780px;
}

.story h3 {
    float: left;
    width: 740px;
    padding-bottom: 5px;
}

#subNavBarLogo {
    float:left;
    padding: 10px 10px 0px 10px;
    width: 55%;
}

#subMastNavBar {
    float: left;
    margin: 0px;
    padding: 0px 2px 0px 0px;
    width: 100%;
}
#subNavBar {
    height: 33px;
    float: right;
    width: 40%;
}

#GalleryTable
{
    font-weight: bold;
    text-align: center;
}

.GalleryLink
{
    margin: 2px;
    margin-left: 0px;
    font-size: 12px;
    width: 116px;
    background: url(../images/gallery_background.png) bottom no-repeat;
}

.GalleryLink a
{   
    display: block;
    padding: 5px;
    width: 106px;
    background: url(../images/gallery_top.png) top no-repeat;
    color: #01366C;
}

/* Hack for IE <= 6*/
* html .GalleryLink a
{   
    width: 116px;
}

.CurrentGalleryLink
{
    margin: 2px;
    margin-left: 0px;
    font-size: 12px;
    width: 116px;
    background: url(../images/current_gallery_background.png) bottom no-repeat;
}

.CurrentGalleryLink a
{   
    display: block;
    padding: 5px;
    width: 106px;
    background: url(../images/current_gallery_top.png) top no-repeat;
    color: #01366C;
}


/* Hack for IE <= 6*/
* html .CurrentGalleryLink a
{   
    width: 116px;
}