a:link
{
    color: #000066;
    text-decoration: none;
}

a:active
{
    color: #000066;
    text-decoration: none;
}

a:visited
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #333333;
    text-decoration: none;
}

body
{
    background-position: center;
    background-color: #FFFFFF;
    background-image: url(imgs/back.jpg);
    background-repeat: repeat;
    font-family: candara, Cambria, Candara, Nyala, Myriad Pro;
    color: #000000;
}


#container
{
    width: 900px;
    text-align: justify;
    margin-top: -15px;
    background-image: url(imgs/cont.jpg);
    height: 1100px;
}

#main
{
    float: left;
}

#main h1
{
    padding: 2px;
    font-family: Candara, Cambria;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #336699;
    text-align: center;
    width: 850px;
    margin-left: 25px;
    margin-right: 25px;
}

#main h2
{
    padding: 2px;
    font-family: 'Eras Light ITC', Eurostile;
    font-size: 14px;
    color: #006600;
    text-align: center;
    width: 850px;
    margin-left: 25px;
    margin-right: 25px;
}

#header
{
    background-image: url(imgs/header.jpg);
    width: 900px;
    text-align: center;
    font-family: Candara, Cambria;
    line-height: 5px;
    background-repeat: no-repeat;
    overflow: auto;
}

#header h1
{
    font-family: Candara, Cambria;
    font-size: 16px;
    font-weight: bold;
    color: #660066;
}
    
#header h2
{
    font-family: Candara, Cambria;
    font-size: 14px;
    font-weight: bold;
    color: #660066;
}

#headobject
{
    width: 900px;
    text-align: center;
}
    
#left
{
    width: 420px;
    float: left;
    overflow: auto;
    margin-left: 15px;
}



#left p
{
    font-family: Candara, Cambria;
    font-size: 14px;
    color: #660066;
    }
    
#left h1
{
    font-family: Occidental, Cambria, Candara;
    font-size: 24px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333333;
    background-color: #FFCCFF;
    word-spacing: 10px;
    width: 300px;
}
    
#right
{
    width: 420px;
    float: right;
    overflow: auto;
    margin-right: 15px;
}

#right p
{
    font-family: Candara, Cambria;
    font-size: 14px;
    color: #660066;
    }
    
#right h1
{
    font-family: Occidental, Cambria, Candara;
    font-size: 24px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333333;
    background-color: #FFCCFF;
    word-spacing: 10px;
    width: 300px;
}

#right h3
{
    font-family: Nyala, Myriad Pro, Monotype Corsiva;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFFFCC;
    background-color: #006600;
    word-spacing: 10px;
    width: 300px;
}
    
#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #003300;
    width: 400px;
}