/*
 * Yellow skin
 */
 
#content
{
	background-color: #FFC72E; 
	clear: both;
	background: #FFC72E url(img/yellow.gif) top left no-repeat;
}

#main
{
	border: 2px solid #FFC72E;
	background-color: #FBF0D1;	
}

#main ul
{
	list-style-image: url(img/yellow_ul.gif);
}


#main h3
{
	background-color: #FFC72E; 
}

#main h4
{
	background-color: #FFC72E; 
}

div.tabs a 
{
  background:url(img/yellow_tableft.gif) no-repeat left top;
	background-position:0% -84px;
}

div.tabs a span 
{
  background:url(img/yellow_tabright.gif) no-repeat right top;
	background-position:100% -84px;
}