﻿body
{
	margin:0px;
	padding:0px;
}
#header
{
	background:gray;
	width:100%;
	height:145px;
	font-family:Arial;
	font-size:large;
}
#leftcolumn
{
	background: silver;
	float:left;
	width:20%;
	height:800px;
}
#content
{
	background: white;
	float:left;
	width:59%;
	height:800px;
}

#links
{
font-family:Arial;font-size:large;background-color:black;
    color:white 
}
