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

	body {
		width: 100%; max-width: 100%;
		background-color: #fff;
		font: 300 0.8em arial, sans-serif;
		color: #ccc;
		line-height: 1.4em;
		}

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

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

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 45%;
		text-align: right;
		border-right: #fff 5px;
		}



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

	body > #left{
		position:fixed;
		background: #000;
		}

	#main {
		height: 100%;
		overflow: visible;
		background: #000;
		}

	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;
		}

	span.yellow {
		color: #EC1063;
		}

	span.green {
		color: #0c0;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 1.4em 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		border-right: #fff 5px;
		}

	a.nav:hover {
		color: #EC1063;
		background: #222;
		text-decoration: none;
		border-right: #fff 5px;
		}

	.credit a{
		color: #fff;
		border-right: #fff 5px;
		}
	.credit a:hover {
		color: #EC1063;
		}

	div.main {
			height: 450px;
			background: #000 url('img/luminarias.png') no-repeat top 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.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: right;
		color: #fff;
		margin: 15px 16px 20px 0;
		font: 0.8em 'trebuchet ms', arial, sans-serif;
		}
	