#container {
	width:100%;
	margin:0 auto;
}

#tabs ul {
	list-style:none;
	margin:0; 
	padding:0;
}

	#tabs ul li {
		float:left;
	}
	
	#tabs ul li a {
		display:block;
		padding:5px 10px;
		font-weight:bold;
		color:#aaa;
		text-decoration:none;
		font-size:120%;
	}
	#tabs ul li a:hover {color:#666; background:#F6B800;}	
	#tabs ul li.active a {
		background:#F6B800;
		color:#fff;
	}				

#panels {
	width:100%;
	background:#F5F5F5;
	height:450px;
	overflow:auto;
	border-top:2px solid #F6B800;
	border-bottom:2px solid #F6B800;
}
	#panels .panel-wrapper {
		padding:10px;
	}

	#panels .panel {
		
	}

	#panels .panel h2 {
		margin:0 0 10px 0;	
	}		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */		

/*
* CSS3 Styling
*/

#tabs ul li a {	
	border-top-left-radius : 5px;      
	border-top-right-radius : 5px;      		
}
#panels {
	border-bottom-left-radius : 5px;      
	border-bottom-right-radius : 5px;      	
}