body 
{
    font-family: arial ;
    background: #444444;
    margin: 0;
    padding: 0; color:#000000    
}

#header 
{
    height: 30px;
    color: white;
    background: #999999;
    font-size:x-large;
    z-index: 150
}

#content
{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 24%;
    margin-left: 24%;
    z-index: 100;
    color: silver;
}

#content .copyright
{
	color: black;
}

#content img
{
	border: 0px;
}

#leftcolumn
{
    position: absolute;
    color: white;
    top:30px;
    left: 0;
    height: 120%;
    width: 20%;
    line-height: 175%;
    background: #444444;
    padding: 6px;
    z-index: 75;
}

#leftcolumn img
{
	border: 0px;
}

#rightcolumn
{
    position: absolute;
    top: 40px;
    right: 0;
    width: 20%;
    background: #ffffff;
    padding: 6px;
    z-index: 75;
}

#footer
{
    text-align: center;
    margin-right: 24%;
    margin-left: 24%;
    padding: 20px;
    z-index:75;
}

a, a:visited
{
	color: white;
}