<style type="text/css">
	/* General (this code is from the default page at Joyent.com) -------------------------- */
	
	body, div, span, ul, li, h1, h2, h3, h4, h5, address, p, td, blockquote, dl, dt, dd, input, br {
		padding: 0;
		margin: 0;
	}
	ul {list-style-type: none;margin-left:0px;padding-left:0px;}
	li {margin-left:0px;padding-left:0px;}
	body {
		background-color: #1C1811;
		background-position: left top;
		background-repeat: repeat-x;
		color:#000; 
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		text-align:left;
		line-height: 16px;
		}
	
	/* Mark Boulton's type scaling method */
	body {
		font: 11px/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
		}
		
		h1, h2, h3, h4, h5, h6 {
			font-family: helvetica, verdana, arial, sans-serif;
			font-weight: normal;
		}
		
		h1 {
			font-size: 218%;
		}
		
		h2 {
			font-size: 164%;
		}
		
		h3 {
			font-size: 145%;
		}
		
		h4 {
			font-size: 118%;
			margin-bottom:0px;
		}	

	a:link, a:visited
	{
		color: #5f3700;
		text-decoration: none;
	}
	a:hover {
		color: #a35f00;
		text-decoration: underline;
	}
	a:focus {
		-moz-outline: 0;
	}
	p {
		margin: 0.8em 0px;
	}
	
/* General ------------------------------------------------- */

	#header_bar {
		background: #1C1811;
		margin: 0px auto;
		width: 800px;
	}

#navigator {
		height: auto;
		line-height: auto;
		padding: 0px;
		margin: 4px 0px 0px;
		border-bottom: 1px #C7C1AF solid;
		background: #F7F7F7 none repeat scroll 0%;
	}
	#navigator div.center_box {
		width: 800px;
		margin: 0px auto;
	}
	#navigator ul {
		float: right;
		padding: 0px 1px;
		padding-right: 10px;
		list-style-type: none;
	}
	#navigator li {
		float: left;
		line-height: 15px;
		padding: 7px 0px 7px 1px;
		font-size: 13px;
		font-weight: bold;
		background-image: url('http://www.joyent.com/img/fb/nav-div.gif');
		background-repeat: no-repeat;
		background-position: left center;
	}
	#navigator li.first {
		background: none;
	}
	#navigator li.active a {
		color: #444;
		background-color: white;
		/*background-image: url('http://www.joyent.com/img/fb/nav-active.gif');*/
		background-repeat: repeat-x;
	} 
	#navigator li a
	{
		line-height: 15px;
		color: #a35f00;
		padding: 11px 10px 6px 10px;
		margin: -4px 0px 0px 0px;
	}		
	.middle-container-wrapper {
		margin: 0px auto 8px;
		width: 800px;
		border-width: 0 0 1px 0;
		border-color: #000;
		border-style: solid;
		background-color: #E6DFCA;
	}
	.middle-container {
		padding: 30px;
		background-color: #E6DFCA;
		background-image: url('http://www.joyent.com/img/accelerator/card-shadow.png');
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	.clear {clear: both;}
/* clearfix - fb ------------------------------------------------- */
 
	.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
	}
	.clearfix { display: inline-block;}
	.clearfix-block { display: inline-block;}
	 
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
    
    .blurber{
    	padding-left:10px;
    	margin-bottom: 1em;
    }
	
	.caption {font-size:90%; font-style: italic;}
	img.left {float: left; margin: 0; border:1px solid #a35f00;}	
	
	.imgleft {float: left; margin: 0;  width: 300px;}
	.imgright {float: right; margin: 0; font-size:90%; font-style:italic; width: 300px;}

	.colright {
		float:				right;
		width:				420px;
		padding:			20px 10px 0 0px;
		margin-left:		10px;
		/*margin-top:	        -10px;*/
	}
	.colleft {
		float:				left;
		width:				290px;		
	}
	h1 a {
			text-decoration: none;
			color:#000; 
	}

	</style>
