@CHARSET "UTF-8";


/*******************************************************************************

    IE6 general

*******************************************************************************/
* html #content .clear
{
    width: 0px;
}


/*******************************************************************************

    IE6 header

*******************************************************************************/
* html #header .header_image_wrapper
{
    height: 76px;
}


/*******************************************************************************

    IE6 global_nav

*******************************************************************************/
* html #global_nav .global_nav_wrapper
{
    height: 40px;
}


/*******************************************************************************

    IE6 content_top

*******************************************************************************/
* html #content .content_image_wrapper
{
    height: 300px;
}


/*******************************************************************************

    IE6 footer

*******************************************************************************/
* html #footer .footer_image_wrapper
{
    height: 71px;
}

* html #footer ul
{
    margin: 20px 0px 0px 7px;
}

* html #footer #footer_text
{
    margin: 20px 10px 0px 0px;
}

* html #footer #footer_image
{
    margin: 20px 10px 0px 0px;
}


/*******************************************************************************

    IE7 general

*******************************************************************************/
*:first-child+html #content .clear
{
    width: 0px;
}
