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

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

	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: 20%;
		text-align: right;
		background: #333 url('fade.jpg') no-repeat right;
		min-width:150px;
		}

	#intro {
		padding:50px;
		text-align:center;
		font-family:verdana;
		font-variant: small-caps;
		font-size: 110%;

		}

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

	body > #left {
		position:fixed;
		}

	#main {
	height: 100%;
	padding-top: 0px !important;

	margin-top: auto;
	margin-right: 5%;
	margin-left: 22%;
  display: table; 


#position: relative; 
overflow: hidden;
		}
		
#inner{

}

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




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

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

	

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



