div#side
{
	position: absolute;
	top: 75px;
	left: 8px;
	background: #27408B;
	width: 147px;
	padding-bottom: 20px;
}

#navbar
{
	width: 147;
	margin-left: 0;
	
}

ul#navbar
{
	list-style-type: none;
	position: relative;
	left: -40px;
	top: -13px;
	margin-left: 0;
}

ul#navbar li
{
	margin-left: 0;

}

ul#navbar li a
{
	display: block;
	background: #27408B;
	text-decoration: none;
	color: white;
	border-right: 10px solid #000080;
	border-top: 1px solid white;
	border-left: 10px solid #6E7B8B;
	width: 110px;
	padding: 2px 8px;
	font-family: sans-serif;
	font-size: 90%;
	margin-left: 0;
}

div#heading 
{
	color: white;
	background: #27408B;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	padding: 7px 0px 6px 20px;
	width: 750px;
	z-index: 7;
}


#navbar a.active
{
	display: block;
	background: #8470FF;
	text-decoration: none;
	color: white;
	border-right: 10px solid #000080;
	border-top: 1px solid white;
	border-left: 10px solid #6E7B8B;
	width: 110px;
	padding: 2px 8px;
	font-family: sans-serif;
	font-size: 90%;
}

div.framed
{
	font-size: 75%;
	padding: 8px 5px 8px 5px;
	background: #E0E0E0;
	border: 1px dotted black;
	margin: 8px 0px 8px 0px;
}

div.framed img
{
	margin-bottom: 5px;
}

div#banner
{
	position: absolute;
	left: 525px;
	top: 10px;
}