@charset "UTF-8";
		
		a {
			outline-style:none;
		}
		
		#displayarea {
			width:100%; 
			height:100%; 
			position:fixed; 
			top:0px; 
			overflow:hidden; 
		}
		
		#navigation {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 190px;
			height:auto;
			top: 8px;
			left:0px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10px;
			color:#FFF;
		}
		
		.sections {
			font-family: helvetica, arial, sans-serif;
			font-size: 10px;
			color:#FFF;
			border-top-color:#4C4C4C;
			border-top-width:thin;
			border-top-style:DOTTED;
			padding-top:5px;
			padding-bottom:5px;		
		}
		
		#list {
			padding-top:4px;
			padding-bottom:10px;
			line-height:17px;		}
		
		#list a, #about a, #resume a {
			color:#FFF;
		}
		
		#list a:link, #about a:link, #resume a:link {
			text-decoration:none
		}
		
		#list a:visited, #about a:visited, #resume a:visited {
			text-decoration:none;
			color:#FFF
		}
		
		#list a:hover, #about a:hover, #resume a:hover {
			text-decoration:none;
			color:#89d3f4;
		}
		
		#list a:active, #about a:active, #resume a:active {
			border-bottom-style:dotted;
			border-bottom-color:#89d3f4;
			border-bottom-width:thin;
			color:#89d3f4;
		}
		
		ul {
			margin:0;
			padding:0;
			list-style-type:none		
		}
		
		#sidebar {
			position:relative;
			width:190px;
			height:auto;
			top:8px;
			left:25px;
			color:#FFFFFF;
		}		
