html
{
	margin: 0;
	padding: 0;
	background-color: #999;
}
div#container
{
	width: 850px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -425px;
}
body {
	font-size: 90%;
	font-family: trebuchet ms, verdana, sans-serif;
	height: 100%;
}
p {
	font-size: 1em;
	margin: 0px;
}
h1 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-size: 150%;
}

	h2 {
		margin: 0px 0px 10px 0px;
		font-size: 135%;
	}

	h3 {
		font-style: normal;
		font-weight: normal;
		font-size: 120%;
	}

img#title { margin: 16px 20px 24px 30px; }

div#header {
	top: 0px;
	background-color: #69F;
	height: 90px;
	color: #CFF;
	border-bottom: #C69;
	border-width: 0 0 4px 0;
	border-style: none none solid none;
	width: 100%;
	position: absolute;
}
	ul#navbar {
		position: absolute;
		top: 64px;
		bottom: 0;
		left: 365px;
		background-color: #69F;
		height: 25px;
		font-size: 115%;
		font-style: normal;
		font-weight: normal;
		margin: 0;
		padding: 0 0 0px 0px;
		line-height: 25px;
		white-space: nowrap;
		color: #09F;
	}
	ul#navbar li {
		list-style-type: none;
		display: inline;
	}
	ul#navbar li a {
		text-decoration: none;
		padding: 4px 10px 4px 10px;
		color: #FFF;
	}
	ul#navbar li a:link { background-color: #69F; }
	ul#navbar lia:visited { color: #F30; }
	ul#navbar li a:hover {
		color: #FFF;
		background-color: #C69;
		font-style: normal;
	}
	div#main
	{
		right: 0;
		background-color: #FC9;
		padding: 94px 20px 20px 0px;
		height: 460px;
		border-right: 1px #C66 solid;
		border-left: 1px #C66 solid;
	}
	
