<style type="text/css">
* {
	margin: 0;
	padding: 0;
}
#tabs {
	font-size: 90%;
	margin: 10px 0;
}
#tabs ul {
	float: left;
	background: #778899;
	width: 590px;
	padding-top: 0px;
}

#tabs li {
	margin-left: 10px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border-top:2px #B0C4DE solid;
	background: #B0C4DE;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	background: #F5F5F5;
	clear: both;
	padding: 8px;
	min-height: 50px;
}
#tabs div h3 {
	margin-bottom: 10px;
}
#tabs div p {
	line-height: 150%;
	font-size:12px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}
-->
</style>