	* { margin: 0; padding: 0; }
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%; }
	p { margin: 1em 0; }
	#wrap {
	width: 500px;
	font-size: 1.2em;
	float: left;
}
	.tabbed-box {
	background-position: bottom;
	border: 1px solid #339966;
	height: 1805px;
	width: 580px;
}
	.tabbed-box .tabs li {
	list-style: none;
	float: left;
}
	.tabbed-box .tabs li a {
	display: block;
	width: 144px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #339966;
	background-position: bottom;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
	.tabbed-box .tabs li:first-child a {
		border-left: none; }

	.tabbed-box .tabs li a:hover {
	color: #333;
	background-color: #00FF00;
}
	.tabbed-box .tabs li a:focus {
		outline: none; }
	.tabbed-box .tabs li a.active, .tabbed-box .tabs li a.active:hover {
	color: #333;
	border-bottom: 1px solid #fff;
	background-color: #99CC33;
}
	.tabbed-content {
	display: none;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
}
