BODY
{
    background-color: black;
}

IMG
{
    border: 0;
    padding: 0;
}

A:link
{
    color: #ffcccc;
}
 
A:visited
{
    color: #999999;
}

#body
{
    visibility: hidden
}

#container
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#content 
{
    position: absolute;
    left: 0;
    top: 200;
    width: 800;
    height: 500;
}

.head_image
{
    position: absolute;
    top:    -20;
    left:   0;
    width:  800;
    height: 200;
}

.menu
{
    position: absolute;
    top: 140;
    left: 0;
    width: 800;
    height: 50;
}

.menu_item
{
    position: absolute;
    top: 0;
    height: 50;
}

.frame_body
{
    color: white;
    background-color: black;
    top: 0;
    left: 0;
}

.page_photo
{
    float: left;
    margin: 0px, 20px, 10px, 0px;
}

.table_photo
{
    vertical-align: top;
}

.table_text
{
    vertical-align: top;
    padding-left: 20;
}

#footer
{
    position: absolute;
    left:     0;
    top:      750;
    width:    800;
    height:   150;
    color: white;
    background-color: black;
    padding-top: 0.5ex;
    text-align: center;
}

#counter
{
    position: absolute;
    left:     0;
    top:      750;
    width:    175;
    height:   100;
    visibility: hidden;
}

#counter_contents
{
    color: white;
    background-color: black;
}

.text_links
{
}

.last_update
{
    font-size: smaller;
    line-height: 20%;
}

.webmaster
{
    font-size: smaller;
    line-height: 20%;
}

.copyright
{
    font-size: smaller;
    line-height: 20%;
}

.preformatted
{
    font-family: Times New Roman, Serif;
    font-size: 12pt;
}

