a.active
{
 cursor: wait;
}

a.link
{
 color: #006600;
}

a.visited
{
 text-decoration: none;
 color: #330000;
}

body
{
 background: #cccccc;
}

span.container
{
 color: #ffffff;
 display: block; 
 border-style: none;
 position: absolute;
 padding: 1px;
}

span.container#header
{
 background: #999999;
 top: 10px;
 left: 10px;
 width: 620px;
 height: 40px;
 font-weight: bold;
 font-size: 20px;
 text-align: center;
}

span.container#navigation
{
 background: #cccccc;
 border-color: #009999;
 padding: 1px;
 top: 60px;
 left: 10px;
 width: 150px;
 height: 380px;
 font-weight: bold;
}

span.container#content
{
 overflow: auto;
 background: #cccccc;
 position:absolute;
 top: 60px;
 left: 170px;
 width: 460px;
 height: 380px;
}

span.container#content a img
{
 width:50px;
 height:75px;
 position:relative;
}

span.container#footer
{
 background: #999999;
 padding: 1px;
 top: 450px;
 left: 10px;
 width: 620px;
 height: 30px;
 font-style: italic;
 text-align: center;
}
