	* { margin: 0; padding: 0; }	
	#wrap {
		border: 1px solid #ddd;
		width: 570px;
		height:150px;
		font-size: 1.2em;
	}
	.tabbed-box {
		width: 570px;
		background: #fff url(tabbed-body-bg.jpg) repeat-x bottom;
		border: 1px solid #ddd; }
	.tabbed-box .tabs li {
		list-style: none;
	#	height:20px;
		float: left; }
	.tabbed-box .tabs li a {
		display: block;
		width: 93px;
	    padding: 5px 0;
		height:20px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #888;
		background: #fff url(tabbed-tab-bg.jpg) repeat-x bottom; 
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;}
	.tabbed-box .tabs li:first-child a {
		border-left: none; }
	.tabbed-box .tabs li a:hover {
		color: #333; }
	.tabbed-box .tabs li a:focus {
		outline: none; }
	.tabbed-box .tabs li a.active {
		background: #fff;
		color: #333;
		border-bottom: 1px solid #fff; }
	.tabbed-content {
		float:left;
		width:569px;
#		padding: 3em 1em 1em 1em;
		display: none; }