*
{
    margin:             0;
    padding:            0;
    border:             0 none;
}

html
{
    height:             100%;
}

body
{
    background-color:   #d1d2d2;
    color:              #000;
    text-align:         center;
    height:             100%;
}

div#stage
{
    width:              788px;
    background-color:   #fff;
    margin:             0 auto;
    text-align:         left;
    min-height:         100%;
}

* html div#stage /* IE6 only (if IE7 in Standard Compliance Mode) */
{
    height:         100%;
}

div#head
{
    height:             362px;
    position:           relative;
}

div#head img#logo
{
    position:           absolute;
    left:               510px;
    top:                20px;
}

/*
div#head ul#stdnav
{
    padding-left:       25px;
    padding-top:        10px;
}
*/

div#head ul#mainnav
{
    position:           absolute;
    left:               24px;
    top:                52px;
    z-index:            2;
}

div#head img#visual
{
    position:           absolute;
    left:               0;
    bottom:             0;
    z-index:            1;
    border-top:         3px solid #e1e1e1;
}

div#head_bottom
{
    height:             13px;
    font-size:          1px; /* for IE6 */
    background-image:   url(../img/bg_head_bottom.gif);
    margin-bottom:      30px;
}

div#col_left
{
    width:              488px;
    padding-left:       25px; /* padding instead of margin for IE6 */
    float:              left;
}

div#col_right
{
    width:              241px;
    margin-right:       5px;
    float:              right;
}

div#bottom_clear
{
    clear:              both;
    height:             20px;
}


