﻿body
{
    font-family: Arial;
    font-size: 12px;
    background-image: url('../img/back01.jpg');
    background-attachment:fixed;
    background-position: right center;
    background-repeat: no-repeat;
    margin:0px;
}
.lightbox
{
}
.lightboxprev
{
    width:108px;
    height:83px;
    display:block;
    float:left;
    text-align:center;
}
.lightboxprev img
{
    margin-top:4px;
    
}
#mainlogo
{
    margin-top:20px;
    margin-left:20px;
}
#maindiv
{
    width:730px;
    float:left;
    margin-left:auto;
    margin-right:auto;
    /*background-image:url('../img/white80.png');*/
    background-color:#ffffff;
    padding:20px;
    border-right: solid 2px #cc0000;
    border-left: solid 2px #cc0000;
}
#padovanicredits
{
    width: 774px;
    text-align: center;
    padding: 6px 0px;
    background-image: url('/img/white70.png');
    clear:both
}
#footer
{
    padding:10px;
    text-align:right;
    background-color:#ffffff;
}
.greenline
{
    background-color:#4c9143;
    height:2px;
    margin:4px 0px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

a, a:link, a:active, a:visited
{
    color:#cc0000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
img
{
    border-style: none;
}
img.floatL
{
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
#menuwrapper
{
    width:160px;
    float:left;
}
#contentwrapper
{
    width:560px;
    float:right;
}
#header
{
    width:100%;
    padding-bottom:20px;
}

#header #logoTitle
{
}
#header #logoTitle1
{
    margin-left:40px;
}
#header .wheretxt
{
    font-size:15px;
    text-align:center;
    padding-top:10px;
}

.FLVVideo
{
    margin-left:auto;
    margin-right:auto;
}