/* General ------------------------------------------------- */
	
	body, div, span, ul, li, h1, h2, h3, h4, h5, address, p, td, blockquote, dl, dt, dd, input, br {
		padding: 0;
		margin: 0;
	}
	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;
		}

	a:link, a:visited
	{
		color: #0075BB;
		text-decoration: none;
	}
	a:hover {
		color: #1341C2;
		text-decoration: underline;
	}
	a:focus {
		-moz-outline: 0;
	}
	p {
		margin: 1em 0px;
	}
	
/* General ------------------------------------------------- */

	#header_bar {
		background: #1C1811;
		margin: 0px auto;
		width: 600px;
	}
	#header_logo {
		display: block;
		height: 47px; 
		width: 600px;
		margin: 0px auto;
	}
	#header_logo a {
		display: block;
		height: 47px;
		width: 345px;
		background: url('http://www.joyent.com/img/accelerator/joyent-accelerator.png') no-repeat 5px 3px;
	}
	#header_logo h1 {
		display: none;
	}
	#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: 600px;
		margin: 0px auto;
	}
	#navigator ul {
		float: left;
		padding: 0px 1px;
		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: 600px;
		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;
	}
/* 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 */

	