
h1 {
    text-align: center;
    background: none white;
    color: black;
    margin: 0;
    padding: 1em 0;
    font-weight: bold;
}

#header {
    height: 358px;
}

#header #headSpecials {
    display: inline; /* IE6 fix */
    float: left;
    clear: left;
    margin: 0 -4px -10px -4px;
    padding: 12px 0px 0px 4px;
    width: 296px;
    height: 180px;
    background: url(/images/edge-corner.png) transparent left top no-repeat;;
    position: relative;
}

#header #headSpecials h2 {
    background-color: #fff8b2;
}

#specialsLink {
    width: 296px;
    height: 143px;
    background-color: white;
}

#slideshowWrapper {
    display: inline; /* IE6 fix */
    float: right;
    width: 480px;
    height: 360px;
    padding: 4px 0 4px 10px;
    margin: -4px 0 -10px 0;
    background: url(/images/edge-vsplit.png) transparent left top no-repeat;
    position: relative;
}

#content .sticky {
    display: inline; /* IE6 Fix */
    float: right;
    background: url(/images/sticky-home.png) transparent left top no-repeat;
    padding: 10px 19px 12px 13px;
    width: 185px;
    height: 181px;
    margin: 10px -20px 0 0;
    text-align: center;
    font-size: 86%;
    overflow: hidden;
}

#content .sticky h2, #content .sticky p {
    padding-bottom: 18px;
    margin: 0;
}

#content .sticky a, #content .sticky h2 {
    font-size: 130%;
    font-weight: bold;
}

#content .sticky a {
    text-decoration: none;
}

#content .sticky a:hover {
    text-decoration: underline;
}


