
body 
{
	background-color: aliceblue;
	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: RoyalBlue;
}

#header 
{
	background-color: royalblue;
	border-bottom-color: yellow;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#sidebar 
{
	float: right;
	width: 180px;
	background-color: whitesmoke;
	border-left-color: royalblue;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: royalblue;
	border-bottom-width: 1px;
	border-bottom-style: solid;
        margin-left: 4px;
	font-size: 75%;
}

#navigation 
{
	width: 175px;
	background-color: lightyellow;
	border-right-color: royalblue;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: royalblue;
	border-bottom-width: 1px;
	border-bottom-style: solid;
        margin: 4;
	font-size: 75%;
	height: 100%;
	float: left;
}

#content 
{
	float: left;
	background-color: white;
	margin-top: 5px;
	padding: 6px;
}

A:link    { color: royalblue;}
A:visited { color: royalblue;}
A:active  { color: red;}
