﻿body
{
    margin: 0;
    padding: 0;
    background-color: #333;
}

p
{
     font-family: verdana, Arial, Sans-Serif; 
     font-size: 100%; 
     color: #999; 
     text-align: left;
}

a:link
{color:#999;
 text-decoration:none;}
 a:visited
{color:#999;
 text-decoration:none;}
a:hover
{color:#ff99cc;
 text-decoration:none;}
a:active
{color:#999;
 text-decoration:none;}
    

.container
{
    margin: 0 auto 0 auto;
    width: 800px;
    overflow: hidden;
    background-color: #333;
}
.display
{
    margin: 10px auto 10px auto;
    width: 800px;
    overflow: hidden;
    background-color: #333;
    
}
#header-left
{
    position: relative;
    margin-top: 50px;
    left: 0;
    float: left;
    width: 588px;
    height: 91px;
}
#header-print
{
    position: relative;
    margin-top: 50px;
    float: left;
    height: 45px;
    width: 76px;
}
#header-web
{
    position: relative;
    margin-top: 44px;
    margin-left: 70px;
    float: left;
    height: 45px;
    width: 65px;
}
#header-photo
{
    position: relative;
    margin-left: 74px;
    float: left;
    height: 43px;
    width: 99px;
}
#photo1
{
    margin-right: 10px;
    width: 297px;
    height: 428px;
    float: left;
    background-color: White;
    }
#photo2
{
    width: 491px;
    height: 171px;
    border: 0;
    margin: 0;
    background-color: White;
    float: left;
}
#photo3
{
    width: 491px;
    height: 247px;
    border: 0;
    margin-top: 10px;
    background-color: White;
    float: left;
}
#footer
{
    font-family: verdana, Arial, Sans-Serif; 
    text-align:center;
    color: #999;
   
    
}
#footer a
{
    color: #999;
    font-family: verdana,arial,sans-serif;
    font-size: 120%;
    text-decoration: none;
    padding: 0 0 0 35px;
    line-height: 30px;
    display: block;
    float: right;
    margin-bottom: 15px;
 
}


#footer a:link
{
    color:#999;
}
#footer a:visited
{
    color:#999;
}
#footer a:hover
{
    color:#ff99cc;
}
#footer a:active
{
    color:#999;
}
    
