#tabs h1,
h2 {
	
	margin-bottom: 20px;
	color:#C9C9C9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#tabs h2 {
	font-size: 100%;
	}
 
#tabs p {
	margin-bottom: 10px;
	color:#C9C9C9;
	line-height:17px;
	
	}
	
ol {
	background: #F3F3F3;
	padding: 10px;
	border-left: 5px solid #CCCCCC;
	margin-bottom: 30px;
	}
	
ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
	color: #999999;
	font-size: 85%;
	}
	
ol li code {
	color: #333333;
	font-size: 120%;
	}
	
	
/* tutorial styles */
 
/* tabs */
 
#tabs {
	font-size: 90%;
	
	background-color:#000000;
	padding-bottom:5px;
	text-align:left;
	}
 
#tabs ul {
	float: right;
	background: #000000;
	width: 600px;
	padding-top: 4px;
	padding-bottom:0px;
	margin:0px;
	
	}
	
#tabs li {
	margin-left: 8px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00;
	padding-bottom:0px;
	margin-bottom:0px;
	
	
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color:#C9C9C9;
	font-weight: bold;
	}
	
#tabs ul li.active {
	background: #3c3232 url(nav-right.gif) no-repeat right top;
	}
	
#tabs ul li.active a {
	background:  url(nav-left.gif) no-repeat left top;
	color: #00000;
	}
	
#tabs div {
	background: #3c3232;
	clear: both;
	padding: 20px;
	min-height: 200px;
	
	}
	
#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #0099CC;
	}
	
#tabs div p {
	line-height: 150%;
	}
 
-->
 

</style>