/*
 * Blue skin
 */
 
#content
{
	background-color: #00aeed; 
	clear: both;
	background: #00aeed url(img/blue.gif) top left no-repeat;
}

#main
{
	border: 2px solid #00aeed;
	background-color: #eff7ff;	
}

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


#main h3
{
	background-color: #00aeed; 
}


#main h4
{
	background-color: #66CCFF; 
}

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

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