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

	body  { color: #ccc; font: 400 10px/1.4em Verdana, sans-serif; background-color: #333; width: 100%; max-width: 100% }

	a   { color: #ff3700; text-decoration: none }

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

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 35%;
		text-align: right;
		background: #333 url('fade.jpg') no-repeat right;
		}



	#outer  { margin-top: -120px; position: absolute; top: 50%; left: 0; width: 100%; height: 400px }

	body > #left {
		position:fixed;
		}

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

	h1  { color: #fff; font: 800 35px "century gothic", "trebuchet ms", Verdana, sans-serif; text-align: right; margin-right: 30px; display: inline }

	span.title  { color: #fff; font: 600 12px Verdana, "trebuchet ms", "century gothic", sans-serif; margin: 0 0 5px; display: block }

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

	span.yellow   { color: #ff3f00 }

	span.green   { color: #ff1300 }

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

	a.nav:hover   { color: #fff; text-decoration: none; background-color: #222 }

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

	.date  { font: 600 12px Verdana, sans-serif; text-align: right; float: left; padding-right: 5px; width: 2em }

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 url('corner.jpg') no-repeat bottom right;
		}

	img.main   { background-color: transparent; float: right; margin: 10px; padding: 4px; border: 0px #fff }

	a img.main:hover  { background-color: #ff2900 }

	div.quote   { color: #fff; line-height: 12px; background: #2a2a2a url(quote.jpg) repeat-x; margin: 8px 0 12px 10px; padding: 8px; border-right: 1px solid #2e2e2e; border-bottom: 1px solid #2e2e2e; border-left: 2px solid #fd5018 }

	p.comment  { font-size: 12px; font-family: Verdana, "century gothic", "trebuchet ms", sans-serif }

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

	