
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: silver;
		font: 400 0.9em/1.4em arial, sans-serif;
		color: black;
		}

	a {
		text-decoration: none;
		color: #0075BD;
		}

	a:hover {
		text-decoration: underline;
		color: #cde8f3;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 35%;
		text-align: right;
		background: #f3f3f3;
		}



	#outer {
		position: absolute; left: 0;
		top: 20%;
		width:100%;
		height: 240px;
		margin-top: -80px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 38%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 45px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #04568e;
		text-align: right;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #0075BD;
		}

	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		}

	span.yellow {
		color: #cde8f3;
		}

	span.green {
		color: blue;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #0075BD;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: white;
		background: #0075BD;
		text-decoration: none;
		}

	.credit a, .credit a:hover {
		color: #555;
		}

	.date {
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		padding: 0 30px 30px 5px;
		background: #ededed;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #0075BD;
		border: solid 3px #2e2e2e;
		}

	a img.main:hover {
		background: #cde8f3;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #0075BD;
		background: #cde8f3;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	
