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

	body {
	width: 100%;
	max-width: 100%;
	background-color: #000;
	color: #CCC;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
		}

	a {
		text-decoration: none;
		color: #0c0;
		}

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

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



	#outer {
	position: absolute;
	left: 7px;
	top: 219px;
	width:100%;
	height: 200px;
	margin-top: -120px;
		}

	body > #left {
		position:fixed;
		}

	#main {
	height: 100%;
	padding-top: 0px !important;
	padding-top: 20px;
	overflow: visible;
	margin-top: 40px;
	margin-right: 5%;
	margin-bottom: 100px;
	margin-left: 38%;
	width: 638px;
		}

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

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

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

	span.yellow {
		color: #cf0;
		}

	span.green {
		color: #0c0;
		}

	a.nav {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #CCC;
	padding: 0 30px 3px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
		}

	a.nav:hover {
	color: #cf0;
	text-decoration: none;
		}

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

	.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;
	border-left: solid 1px #3a3a3a;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #000;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
		}

	img.main {
	float: right;
	margin: 10px;
	padding: 4px;
	border: 0px solid #2e2e2e;
	background-color: #FFF;
		}

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

	div.quote {
	color: #FFF;
	padding: 8px;
	line-height: 1.7em;
	background-color: #000;
	background-image: url(quote.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #0c0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	width: 300px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 10px;
		}

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

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

	

