A:link
{
    text-decoration: none;
    color: #0000CC;
}

A:visited
{
    text-decoration: none;
    color: #0000CC;
}

A:active
{
    text-decoration: none;
    color: #0000CC;
}

A:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

BODY
{
    background-image: url(imgs/back00.bmp);
    text-align: center;
    background-repeat: repeat;
    background-color: #000000;
}

/*container*/

#container
{
    width: 910px;
    text-align: left;
    background-image: url(imgs/backcont.png);
    clip: rect(-50px, auto, auto, auto);
    height: 800px;
} 


H1, H2, H3
{
    font-weight: normal;
    font-size: 12px;
    font-family: 'Kristen ITC';
    color: #000000;
}

H1
{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Bradley Hand ITC';
}


H2
{
    font-size: 14px;
    font-family: 'Kristen ITC';
}

H3
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/*header*/

#header
{
    background-position: center top;
    width: 910px;
    height: 160px;
    font-weight: bold;
    text-align: center;
    background-image: url(imgs/header.png);
    background-repeat: no-repeat;
    margin-top: -25px;
    padding-top: 25px;
}


#header h1
{
    padding: 15px;
    font-family: 'Bradley Hand ITC';
    font-size: 24px;
    font-weight: bold;
    color: #000066;
    text-align: left;
    line-height: 200px;
    vertical-align: bottom;
}



#header h2
{
    padding: 5px;
}



#header h3
{
    padding: 1px;
    color: #666666;
    text-align: center;
    vertical-align: baseline;
}

/*box1*/

#content
{
    width: 700px;
    float: left;
    margin-left: 20px;
    height: 510px;
    overflow: auto;
}

#content h1
{
    padding: 5px;
    color: #006600;
}

#content h2
{
    padding: 5px;
    color: #000000;
}

/*navigation*/

#nav
{
    width: 150px;
    float: left;
    margin-left: 20px;
}

#nav h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFFFFF;
    background-image: url(imgs/nav.png);
}

#nav h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFFFFF;
    background-image: url(imgs/nav00.png);
    text-align: left;
}

#footer
{
    background-position: center bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 910px;
    text-align: center;
    background-image: url(imgs/footer.png);
    background-repeat: no-repeat;
    height: 160px;
    float: left;
    margin-top: 20px;
}