#head
{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50px;
        background-color: #000066;
        padding-top: 7px;
        text-align: center;
        font-size: x-large;
        color: #CCCCCC;
}
#subhead
{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 20px;
        background-color: #CC0033;
        text-align: center;
        color: #CCCCCC;
}
#body
{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
}
#body a:visited
{
        color: #0000FF;
}
#body a:active
{
        color: #000066;
}
#menu
{
	position: absolute;
	width: 100px;
        background-color: #CCCCCC;
        text-align: right;
}
#menuhigh
{
        background-color: #999999;
}
#content
{
	position: absolute;
	top: 0%;
	left: 120px;
        text-align: left;
}
#content h2
{
        font-style: italic;
}
#footer
{
	position: absolute;
	left: -60px;
	width: 100%;
	height: 130px;
}
#footer p
{
        text-align: center;
        color: #999999;
}