
/**
 * Theme-specific style sheet for the site.
 *
 * Copyright 2008 Help Me 2 Learn Company.
 *
 * Written by Marshall Elfstrand.
 */


/**
 * Page header.
 */
#common-header h1 a {
    background: url(/common/themes/helpme2learn/img/header.png) no-repeat top left;
}
* html #common-header h1 a { /* IE hack */
    background: none;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/themes/helpme2learn/img/header.png",sizingMethod="crop");
}


/**
 * Page footer.
 */
#common-footer h4 {
    background: url(/common/themes/helpme2learn/img/footer.png) no-repeat top left;
    float: left;
    height: 57px;
    margin: 8px 0px 0px 32px;
    width: 115px;
}
* html #common-footer h4 { /* IE hack */
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/themes/helpme2learn/img/footer.png",sizingMethod="crop");
}
