body
{
    font-family: Verdana;
    font-size: 12px;
    background-image: url(/img/bg_tempista.jpg);
}

#container
{
    margin: 20px auto;
    border: 20px solid #C0C0C0;
    width: 560px;
}

#head
{
    width: 560px;
    height: 252px;
    background-color: #999966;
}

#head img
{
    width: 560px;
    height: 264px;
    border: 0px;
}

#head h1
{
    margin: -220px 20px 0 auto;
    font-size: 45px;
    text-align: right;
    color: #9900CC;
}

#menu
{
    width: 560px;
    height: 25px;
    line-height: 25px;
    background-color: #C0C0C0;
    text-align: right;
}

#menu a:link, a:visited
{
    color: #9900CC;
    font-weight: bolder;
    text-decoration: none;
}
#menu a:hover, a:active
{
    color: #ffffff;
    font-weight: bolder;
    text-decoration: none;
}


#content
{

    width: 540px;
    height: 100%;
    padding: 10px;
    background-color: #FFFFFF;
}

#content h2
{
    color: #993333;
    margin-bottom: -10px;
    font-size: 16px;
}

#content p
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-bottom: 4px;
}

#content a:link, a:visited
{
    color: #9900CC;
    font-weight: bolder;
    text-decoration: none;
}
#content a:hover, a:active
{
    color: #333333;
    font-weight: bolder;
    text-decoration: none;
}

#footer
{
    width: 560px;
    height: 50px;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #C0C0C0;
}
#footer a:link, a:visited
{
    text-decoration: none;
    font-weight: bolder;
    color: #9900CC;
}
#footer a:hover, a:active
{
    color: #333333;
    font-weight: bolder;
    text-decoration: none;
}

#footer p
{
    margin: 0 auto;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

img
{
    border: 0px;
}

