/*
        Stylesheet for Wildrig website
        CTMcG

        CREATION:100903
        MODIFICATION:
*/

BODY
{
        background-color:       #ffffcc;
        color:                  #000000;
        font:                   10pt normal Verdana, sans-serif;
}

H1
{
        font:                   20pt bold Arial, Helvetica, sans-serif;
}

H2
{
        font:                   16pt bold Arial, Helvetic, sans-serif;
}

IMG
{
        border:                 none;
}

DIV#navmech
{
        position:               absolute;       /*Win/IE hack*/
        position:               fixed;
        top:                    5px;
        left:                   5px;
        width:                  170px;
        font:                   10pt normal Verdana, sans-serif;
}

DIV#navmech UL
{
        text-align:             left;
}

DIV#navmech LI
{
        list-style:             none;
}

DIV#content
{
        position:               absolute;
        top:                    0%;
        left:                   180px;
}

DIV.contact
{
        background-color:       #ffff99;
        color:                  #000000;
        text-align:             center;
}

DIV.img
{
        text-align:             center;
        padding:                0.5em;
}

DIV.img A
{
        text-decoration:        none;
}

DIV.img P
{
        margin-top:             0.5em;
        font-weight:            bold;
        font-style:           italic;
        font-size:              10pt;
}

SPAN.img
{
        text-align:             center;
}

SPAN.img P
{
        margin-top:             0em;
        font-weight:            bold;
        font-style:           oblique;
}

DIV#conformance
{
        display: none;
}

ADDRESS
{
        margin-top:             3em;
}


