body
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: #cccccc;
    width:100%;
}
a
{
    color: #ffffff;
    font-size:1em;
    font-family:verdana, sans-serif;
    font-weight: bold;
    text-decoration:none;
}

a:hover
{
    color:#f7941d;
    font-size:1em;
    font-family:verdana, sans-serif;
    font-weight: bold;
    text-decoration: none
}


.center
{   width: 800px;
    margin: auto;
    border:2px solid #666666;
}

.maincontent
{
    width:800px;
    background-color: #cccccc;
    border-collapse:collapse;

}
.header
{
    width: 800px;
    height: 124px;
    vertical-align:bottom;
    background-color: #ffffff;

}
.empty
{
    width: 800px;
    height: 11px;
}

.spacer_top
{
    width: 800px;
    height: 11px;
    background-color: #f7941d;
    border-bottom: 2px solid #ffffff;
}

.spacer_left
{
    width: 72px;
    height: 485px;
    background-image:url(images/bg_left.jpg);
    border-bottom: 2px solid #ffffff;
    border-right:2px solid #ffffff;
}

.spacer_right
{
    width: 724px;
    height: 485px;
    background-color: #cccccc;
    border-bottom: 2px solid #ffffff;
}


.content
{
    height: 483px;
    width:100%;
}

.footer
{
    width: 800px;
    height: 70px;
    background-color: #767776;
}



.text
{
      width:100%;
     color: #656563;
     font-size:0.8em;
     font-family:verdana, sans-serif;
     font-weight: bold;
    padding: 25px 5px 5px 25px;
}

.text_footer
{
     color: #ffffff;
     font-size:0.8em;
     font-family:verdana, sans-serif;
     font-weight: bold;
    padding: 10px 5px 5px 5px;
}

.pictures
{
      width:100%;
     color: red;

}

