    html {background-color: black;}
	body 
	{
		background-color: #191919;
		text-align: center;
		color: #8c909a;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		padding: 0;
		margin: 0;
		font-size: 12px;
		height:auto;
	}
	
	#page_content
	{
		max-width: 800px;
		min-width: 800px;
		width: 800px;
		background-color: #1e1e1e;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top:25px;
		padding: 0;
		font-family:inherit;
		color: inherit; 
	}
	
	.section
	{
		padding:10px;
		/*border:solid 2px #333;*/
		border-bottom: solid 1px #333; 
		background:#262626;
		margin-bottom:30px;
		font-family:inherit;
		color: inherit;
		background: inherit;	
	}
	
	
	.col
	{
		float: left;
		width: 400px;
	}
	
	#badges {text-align: right; padding-top: 145px;}
	
	#cols
	{
		background-repeat: repeat;
		background: #191919 url("http://www.rossbuffington.com/resources/img/boxed.gif");
		height: 150px;
	}
	
	
	#menu
	{
		margin: 10px 0;
		background: #aeff00 url("http://www.rossbuffington.com/resources/img/mbg2.gif");
		height: 42px;
		line-height: 42px;
	}
	
	#items
	{
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		color: #000;
	}
	
	
	#header
	{
		padding-top: 50px;
		margin-top: 50px;
		text-align: left;
		height: 54px;
		line-height: 54px;
		font-family: Verdana, sans-serif;
		font-size: 24px;
		color: #aeff00;
		background-color: #191919;
	}
	
	#header a
	{
		color: #aeff00;
	}
	
	#logo{
	height:300px;
	width:300px;
	position:absolute;
	top:0px;
	left:55%;
	}
	
	
	#menu a
	{
		color: #000;
		font-weight: bold;
		border-right: 1px solid #5b9400;
		display: block;
		float: left;
		padding: 0 10px;
	}
	
	#menu a:hover
	{
		background: #aeff00 url("http://www.rossbuffington.com/resources/img/mbg.gif");
	}
	
	#selected
	{
		background: #aeff00 url("http://www.rossbuffington.com/resources/img/mbg.gif");
	}
	
	#footer
	{
		text-align: left;
		background-color: black;
		height: 150px;
		background: url("http://www.rossbuffington.com/resources/img/fbg.gif") repeat-x;
		font-size: 10px;
		margin: 10px 0 0;
	}
	
	a
	{
		color: #fbaf32;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #f0e155;
	}
	
	h1
	{
		color: #aeff00;
		font-size: 24px;
		font-family: Verdana, sans-serif;
		font-weight: normal;
		margin: 0.2em 0;
	}
	
	p
	{
		line-height: 1.5em;
		margin: 0;
		padding: 0;
		margin-bottom:10px;
	}
	
	blockquote
	{
		border: 1px #333 solid;
		border-left: 5px #333 solid;
		background: #262626;
		margin: 10px 0;
		padding: 10px;
	}
	
	code
	{
		border: 1px #333 solid;
		border-left: 5px #333 solid;
		background: #262626;
		margin: 10px 0;
		padding: 10px;
		display: block;
		white-space: pre;
	}
	
	.postInfo
	{
		margin: 10px 0;
		font-size: 10px;
	}
	
	ul
	{
		margin: 10px 0;
		padding-left: 32px;
	}
	
	li
	{
		list-style-image: url("http://www.rossbuffington.com/resources/img/dot.gif");
	}
	
	.right
	{
		float: right;
	}
	
	.about
	{
		padding-top: 8px;
		padding-left: 24px;
	}
	
	
	.narrow{
	margin-left:50px;
	margin-right:50px;
	}
	
	.narrow li{
	margin-bottom:10px;
	}