html {
		margin:0;
		padding:0;
		background:#fff;
		color:#333;
	}
	
	body {
		padding: 0;
		margin: 0;
		font-family: "courier new", courier, serif;
	}
	
	a, a:visited {
		color: #666;
		text-decoration: none;
	}
		
	a:hover {
		color: #999;
		text-decoration: none;
	}
	
	#columns {
		background:#fff;
		margin: 75px 50px;
		width: 800px;
		padding: 0;
		position: relative;
		
	}
	
	#header {
		position: fixed;
		top: 0;
		width: 748px;
		left: 50px;
		display: block;
		background:#fff;
		padding: 10px 25px;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}
	
	#header h1 {
		font-family: "Lucida Console", Monaco, monospace, sans-serif;
		font-weight: 500;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 28px;
    	padding:0px;
	    margin:0;
    }
    
    #header h2 {
    	
		font-weight: 200;
		font-size: 14px;
		color: #666;
		letter-spacing: 22px;
		line-height: 16px;
    	padding: 0;
	    margin: -5px 0 0 0;
    }
	
	#nav {
		background:#fff;
		text-align:center;
		border-bottom: 1px solid #999;
	}
	
	#nav ul{
		margin:0;
		padding:15px 0 0px 0;
		list-style:none;
		font-family: "Lucida Console", Monaco, monospace, sans-serif;
		font-weight: 300;
		font-size: 12px;
		letter-spacing: 2px;
	}
	
	#nav li{
		display:inline;
		margin:0;
		padding: 5px 5px;
	}
	
	#nav ul a {
    	color: #666;
    	padding: 3px 5px 0 5px;
    	text-decoration: none;
    
    }
    
    #nav ul a:hover {
    	color: #333;
    	text-decoration: none;
    	background: #999;
    }
	
	#rightbar {
		
		margin-left: 350px;
		background:#fff;
		float: left;
		width: 500px;
		border: 1px solid #999;
		position: absolute;
		right:0;
		
	}
	
	.content {
		padding: 25px;
	}
	
	.content h1, .content h2, .content p {
		padding: 0px;
    }
    
    .content p {
    	font-size: 12px;
    }
    
    .content h1, .content h2 {
    	letter-spacing: 2px;
    	margin: 0;
    }
    	
    .content h1 {
    	font-family: "Lucida Console", Monaco, monospace, sans-serif;
    	font-size: 20px;
    	font-weight: 500;
    }
    
    .content h2 {
    	font-size: 14px;
    	font-weight: 100;
    	color: #666;
    }
    
    #imageblock {
    	width: 400px;
    	display: block;
    	background: #f0f0f0;
    	border: 1px solid #999;
    }
    
    
	#leftbar {
		background:#fff;
		float: left;
		width: 280px;
		padding: 0;
		margin:0;
		border: 1px solid #999;
		position: absolute;
		left:0;
		
	}
	
	#sidebar {
		background: #fff;
		float: right;
		position: fixed;
		top: 75;
		right: 0;
		bottom: auto;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
		padding: 0 10px 0 0;
		margin-top: -1px;
	}
	
	#sidebar ul {
		width: 125px;
		margin-top: 10px;
    	margin-bottom: 10px;
		padding: 0px;
		font-family: "Lucida Console", Monaco, monospace, sans-serif;
		font-weight: 300;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: left;
		list-style: none;
    }
    
    #sidebar li {
    	margin-top: 5px;
    	margin-bottom: 5px;
    }
    
    #sidebar ul a {
    	color: #666;
    	padding: 2px 10px;
    	text-decoration: none;
    }
    
    #sidebar ul a:hover {
    	color: #333;
    	border-left: 3px solid #333;
    	padding-left: 7px;
    }
    
	#footer {
		clear: both;
		background:#fff;
		text-align: center;
	}
	#footer p {
		font-size: 10px;
		padding:5px;
		margin:0;
    }
