/*cursor control*/
a.active
{
 cursor: wait;
}

a.link
{
 color: #006600;
}

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

/*overall document*/
body
{
 background: #ffffff;
}

/*specifics*/
span.container
{
 color: #999999;
 display: block; 
 border-style: none;
 position: absolute;
 padding: 1px;
 margin-top: 1%;
 margin-bottom: 1%;
 margin-left: 1%; 
 margin-right: 1%;
}

span.container#header
{
 background: #999999;
 top: 0%;
 left: 0%;
 width: 98%;
 height: 17%;
 font-weight: bold;
 font-size: 20px;
 text-align: center;
 overflow: hidden;
}

span.container#navigation
{
 background: #cccccc;
 top: 18%;
 left: 0%;
 width: 27%;
 height: 68%;
 font-weight: bold;
 overflow: auto;
}

span.container#content
{
 overflow: auto;
 background: #cccccc;
 top: 18%;
 left: 28%;
 width: 70%;
 height: 68%;
 overflow: auto;
}

span.container#footer
{
 background: #999999;
 top: 87%;
 left: 0%;
 width: 98%;
 height: 10%;
 font-style: italic;
 text-align: center;
 overflow: hidden;
}

span.container#content a img
{
 border: none;
 width:150px;
 height:100px;
 position:relative;
}
