body{
	margin:0;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
}
.holder {
	width:100%;
}
.holder h2 {
	margin:20px 0;
	color:#8e816a;
	font:30px Arial, Helvetica, sans-serif;
}
.tabset {
	background:url(../images/top-list-bg.gif) no-repeat 0 100%;
}
.tabset ul {
	background:url(../images/top-list-bg-right.gif) no-repeat 100% 100%;
	margin:0;
	padding:0;
	list-style:none;
	height:85px;
	overflow:hidden;
}
.tabset li {
	float:left;
}
.tabset a {
	background:url(../images/tabset-bg.gif) no-repeat 3px 3px;
	float:left;
	color:#8e816a;
	width:136px;
	height:61px;
	text-align:center;
	padding-top:13px;
	font:14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:29px;
}
.tabset a:hover {
	color:#c00;
}
.tabset .active a {
	background:url(../images/tabset-bg-hover.gif) no-repeat;
	font-weight:bold;
	height:61px;
	color:#8e816a;
}