#featuredList{
	
	background:url('http://www.tostartafire.com/wp-content/themes/default/images/layout/featuredBg.png');
	background-repeat:no-repeat;
	width:596px;
	height:243px;
	background-position:top left;
	padding:7px 0 10px 7px;
	float:left;
}

#tabs .featuredTitle{
	margin: 0;	
	padding: 15px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
	font-weight:bold;
}

div#feature_list {
	width: 580px;
	height: 225px;
	overflow: hidden;
	position: relative;
	background-image:url('http://www.tostartafire.com/wp-content/themes/default/images/layout/contentBgMid.png');
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 278px;
	
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	background-image:url('http://www.tostartafire.com/wp-content/themes/default/images/layout/fTabBg.png');
	background-repeat:repeat-y;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 12px 10px 0 10px;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 0px;
	height: 76px;
	outline: none;
	text-decoration:none;
}

ul#tabs li a:hover {
	text-decoration:none;
}

ul#tabs li a.current {
	background:  url('http://www.tostartafire.com/wp-content/themes/default/images/layout/feature-tab-current.png');
	color: #FFF;
	font-weight:bold;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 335px;
	height: 228px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 335px;
	height: 228px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #ae463e;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}