/*
 * Blue skin
 */
 

#content h1 {
background:url(img/green_text.gif) top left no-repeat;
width:315px;
height:100px;
}

#content
{
	background-color: #09B14B; 
	clear: both;
	background: #09B14B url(img/green.gif) bottom left no-repeat;
}

#main
{
	border: 2px solid #09B14B;
	background-color: #CCFFE0;	
	margin: -121px 0 0 320px;
}

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

#main h4
{
	background-color: #09B14B; 
}


#main h3
{
	background-color: #09B14B; 
}


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

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