
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: #999;
		font-family: 'verdana', 'trebuchet ms', arial, sans-serif;
		color: #ccc;
		}

a:link {color:#FF0000}
a:visited {color:#00FF00}
a:hover {
		text-decoration: underline;
		color: #FF00FF;
		}
a:active {color:#0000FF}

		
	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 35%;
		text-align: center;
		background: #999 url('fade.jpg') no-repeat right;
		}



	#outer {
		position: absolute; left: 0;
		top: 15%;
		width:80%;
		height: 240px;
		margin-top: -20px;
		}

	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 20px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: center;
		}

	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 {
/*		width: 80%; max-width: 100%;8?
		background-color: #999;
/*		font-family: 'verdana', 'trebuchet ms', arial, sans-serif;*/
/*		font: 10px arial, sans-serif;*/
		font: 16px 'verdana', 'trebuchet ms', arial, sans-serif;
/*		font: 400 0.8em arial, sans-serif;*/
		color: #ccc;
/*		line-height: 1.4em;*/
		}
		
/*
a.nav:link {color:#FF0000}
a.nav:visited {color:#00FF00}
a.nav:hover {
		text-decoration: underline;
		color: #FF00FF;//#cf0
		}
a.nav:active {color:#0000FF}
*/
a.nav:link {color:#000} /* unvisited link */
a.nav:visited {color:#fff} /* visited link */
a.nav:hover {
		text-decoration: underline;
		color: #000;
		background-color:#fff;
		}
a.nav:active {color:#444;
background-color:#000;} /* selected link */

a.nav.center {text-align=center;}

/*		
a.nav:link{}
a.nav:visited{}
a.nav:hover{}
a.nav:active{}
*/
/*
	a.nav {
/*		display: block;*/
/*		margin: 0;
		text-decoration: none;
		font: 10px 'trebuchet ms', arial, sans-serif;
		color: #fff;
		padding: 0 3px 3px 0;
		}

	a.nav:hover {
		color: #888;
		background: #444;
		text-decoration: none;
		}
	a.active {
		color: #fff;
		background: #222;
		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;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 no-repeat bottom right;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #0c0;
		border: solid 3px #2e2e2e;
		}

	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 #0c0;
		padding: 8px;
		line-height: 1.7em;
		}

	p{
		font-family: 'verdana','trebuchet ms', arial, sans-serif;
		/*'courier new','verdana', */
	}
	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;
		}

/*	td {
		height:100px;
		}
*/
