body
{
    background-color: #010101;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 90%;
    text-align:center;
    scrollbar-face-color: #010101; 
	scrollbar-highlight-color: #010101; 
	scrollbar-shadow-color: #010101; 
	scrollbar-3dlight-color: #010101; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #010101; 
	scrollbar-darkshadow-color: #010101;
}
#header
{
    width: 780px;
    height: 50px;
    border: 0;
    padding-left: 2px;
    text-align: left;
    vertical-align: middle;
    font-family: Verdana; /*was Times New Roman*/
    font-weight: bold;
    font-style: normal;
    font-size: 180%;
}
#sign 
{
    float:right; 
    display:inline; 
    height:90px; 
    width:66px; 
    padding-right:10px; 
    margin:-16px; 
    border:0;
}
#menu
{
    width:780px;
    height: 25px;
    border: 0;
    font-size: 80%;
    vertical-align: baseline;
    padding-left: 0;
    text-align: left;
    text-transform: lowercase
}

    #menu a:active, #menu a:visited, #menu a:link
    {
        text-decoration: none;
        font-weight: normal;
        color: #fff;
    }
    
    #menu a:hover
    {
        text-decoration: underline;
        color: #c0c0c0;
    }
    
#container
{
	height:100%;
    margin: 0;
    padding: 0;
    border: 0;
    width: 780px;
    border-style: double;
    border-width: 7px;
    border-color: #fff;
}
#photos
{
    height: 250px;
    border-bottom: solid 1px #fff;
    margin: 0;
    padding: 0;
}
#main
{
    clear: both;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}
h1 
{
    font-size: 120%;
    font-weight: bold;
}
a:active, a:visited, a:link
{
    text-decoration: none;
    font-weight: normal;
    color: #c6c7fe;
}
    
a:hover
{
    text-decoration: underline;
    color: #c0c0c0;
}

#footer
{
    width:780px;
    height: 25px;
    border: 0;
    font-size: 10px;
    vertical-align: top;
    padding-top: 10px;
    text-transform: lowercase
}
    #footer a:active, #footer a:visited, #footer a:link
    {
        text-decoration: none;
        font-weight: normal;
        color: #c6c7fe;
    }
    
    #footer a:hover
    {
        text-decoration: underline;
        color: #c0c0c0;
    }
.footer_left
{
    text-align: left;
    padding-left: 0;
}
.footer_center
{
    text-align: center;
}
.footer_right
{
    text-align: right;
    padding-right: 0;
} 
.blink 
{
    font-family: Times New Roman;
    font-style: italic;
    font-size: 200%;
    color: #eca908;
}   
form td, form input, form select
{
    font-size: 80%;
}   