body 
{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica;
	background-color: white;
	width: 100%;
	height: 100%;
}

div
{
	padding: 2px;
	width: auto;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	color: DarkSlateBlue;
}

#header 
{
	background-color: whitesmoke;
	background-repeat: no-repeat;
	width: 100%;
	align:left;
	valign:top;
      	border-bottom-style: solid;
     	border-bottom-color: Crimson;
     	border-bottom-width: 2px;
	margin: 0px;
}

#navigation 
{
	background-color: white;
	float: left;
	width: 200px;
	height: 100%;
	margin-left: 6px;
	margin-top: 8px;
}

#content 
{
	right: 100%;
	width: auto;
	height: 100%;
	background-color: white;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 20px;
}

A:link    { color: DarkSlateBlue; }
A:visited { color: DarkSlateBlue;}
A:active  { color: Crimson;}
