






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

	body {
		width: 100%; max-width: 100%;
		background-color: #333;
		font: 400 0.9em arial, sans-serif;
		color: #ddd;
		line-height: 1.4em;
		}

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

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

	a.pic {
		text-decoration: none;
		color: #333;
		}

	a.pic:hover {
		text-decoration: none;
		color: #333;
		}


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



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

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 25px 2% 25px 33%;
		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.5em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #cf0;
		}

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

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

	span.blue {
		color: #0dd;
		}

	span.red {
		color: #f63;
		}

	span.yellow {
		color: #ff0;
		}

	span.yellow_green {
		color: #cf3;
		}

.yellow_green_2 {
		color: #cf3; font:bold; padding-bottom:20px;
		}

	span.green {
		color: #0c0;
		}

	.contacts {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 15px 'trebuchet ms', arial, sans-serif;
		color: #fff;
		padding: 0 30px 3px 0;
		}

	.contacts:hover {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 15px 'trebuchet ms', arial, sans-serif;
		color: #fff;
		padding: 0 30px 3px 0;
		}

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

	a.nav:hover {
		color: #cf0;
/*		background: #777; */
		background: #666666 url('fade_cursor.jpg') repeat-y right;
		text-decoration: none;
/*		cursor:pointer; */
/*		opacity: 0.5;*/		
		}

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

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

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

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
/*		background: #0c0;
		border: solid 3px #2e2e2e; */
		}

	a img.main:hover {
		background: #0a0;
		}

	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.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

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

	