﻿body
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    color: #efefef;
    font-size: 10pt;
    background-color: #300;
    margin: 0px;
    padding: 0px;
}

#Page
{
    margin: 0px auto;
    width: 1200px;
    background-position: center top;
    background-image: url('images/rezza_2287.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    padding-bottom: 20px;
}

#LeftNav
{
    float: left;
    width: 120px;
    margin: 0px 30px 500px 0px;
}

#LeftNav ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 120px;
    border-top: solid 1px #000;
}

#LeftNav ul li
{
    border-bottom: solid 1px #000;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12pt;
    margin: 0px;
}

#LeftNav ul li a
{
    padding: 10px 0px 8px 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: auto;
    background-color: #900;
    color: #fff;
}

#LeftNav ul li a:visited
{
    background-color: #900;
}

#LeftNav ul li a:hover
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: Red;
}

#Main
{
    width: 1100px;
    padding: 0px 20px 50px 50px;
}

#Main .ErrorMessage
{
    color: #300;
}

#Main p
{
    font-size: 0.9em;
    color: #ccc;
}

#Main h1
{
    color: #fff;
    font-size: 2.2em;
    text-align: center;
}

#Main #VitoH1 a:link, #Main #VitoH1 a:visited
{
    text-decoration: none;
}

#Main a:link, #Main a:visited
{
    color: #fff;
}

#Main a:hover
{
    text-decoration: none;
    color: #ff6;
}

#Main ul, #Main ol
{
    line-height: 1.4em;
    margin-left: 90px;
}

table tr.RepeaterHeader th
{
    background-color: #630;
    border: 1px solid #600;
}

table tr.RepeaterItem td
{
    border-left: 1px solid #600;
    border-right: 1px solid #600;
    border-bottom: 1px solid #600;
}

table tr.RepeaterAlternate td
{
    border-left: 1px solid #600;
    border-right: 1px solid #600;
    border-bottom: 1px solid #600;
}

#Discography td ul li, #Discography td ol li
{
    font-size: 0.9em;
}

#Discography hr
{
    border-color: #000;
}

#Main caption
{
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1pt;
    color: #FFCC00;
    font-style: italic;
}

#Footer
{
    text-align: center;
    letter-spacing: 1pt;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: #800000;
    margin: 10px auto 50px auto;
    width: 800px;
    height: 20px;
}

td.FormLabel
{
    font-weight: bold;
    font-size: 1.2em;
}