
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: #000000;
		
		background-position: 85% 135px;
		background-repeat: no-repeat;
		font: 400 0.9em arial, sans-serif;
		color: #ccc;
		line-height: 1.4em;
		}

	a {
		text-decoration: none;
		color: #d3b322;
		}

	a:hover {
		text-decoration: underline;
		color: #fff000;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden;
		height: 550px; width: 35%;
		text-align: right;
		background: #000000 url('fade.jpg') no-repeat right;
		}



	#outer {
		position: absolute; left: 0;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -50px;
		}
		
	#logo_brass {
		position: absolute; left: -28px;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -164px;
		}
		
	#logo_logic {
		position: absolute; left: 0px;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -175px;
		}

	body > #left {
		position:fixed; 
		}

	#main {
		height: 100%;
		margin: 80px 5% 20px 36%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	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: #d3b322;
		}

	img.bulb {
		margin-bottom: -17px;
		margin-right: 2px;
		}

	span.yellow {
		color: #ffffff;
		}

	span.green {
		color: #d3b322;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #d3b322;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: #fff000;
		background: #222;
		text-decoration: none;
		}

	.credit, .credit a:hover {
		position: absolute; top: 90%; left: 43%;
		color: #555;
		}

	.date {
		float: left; 
		width: 3.0em;
		font: 400 1.3em arial, sans-serif;
		padding-right: 15px;
		text-align: right;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		/* This is for the thin border line --> border-left: solid 1px #3a3a3a; */
		padding: 0 30px 10px 10px;
		background: #000000; 
		zoom: 1;
		opacity: 0.6;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #fff000;
		border: solid 2px #d3b322;
		}

	a img.main:hover {
		background: #cf0;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e;
	 	border-right: solid 1px #2e2e2e;
	 	border-left: solid 2px #fff000;
		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;
		}

	