
/******************** HEADER ***********************/
#headerbox0{background-image: url(/themes/green/header-img.jpg); background-repeat: no-repeat; background-position: top center;}

#headerbox1{ background-color: #3E5F44; }

#headerbox2{ background-color: #4F7856; }

#headerbox3{ background-color: #63906B;}

#headerbox4{ background-color: #84A88B; }	
	

/************** title bar and sub navigation links in the subnav column within colum A *****************/	

#colAsubnav ul li.topper { background: #3E5F44;}
			
/************** right column ******************************************************************************************************************************************************/	

/************** right column boxes on home page only *****************/

.studio{background: #3E5F44;   }
.bar {background: #4F7856;  }
.gallery {background: #63906B;  }
.link {background: #84A88B;  }


#studiotab { background-image: url(/themes/green/studio_img.jpg); background-repeat: no-repeat; background-position: top left;}
#bartab {background-image: url(/themes/green/bar_img.jpg); background-repeat: no-repeat; background-position: top center;}
#gallerytab {background-image: url(/themes/green/gallery_img.jpg); background-repeat: no-repeat; background-position: top center;}
#linktab {background-image: url(/themes/green/link_img.jpg); background-repeat: no-repeat; background-position: top center;}

		
/********************* search and register forms on homepage above footer *********************/

/********************* footer *********************/
	
#footer 
{		
	background: #63906B;
	
	}

tr.odd {
	background-color: #DCE7DE;
}

a {	color: #3E5F44;	font-size: 11px;	text-decoration: none;}
a:link {	color: #3E5F44;	text-decoration: none;	}
a:link:visited {color: #3E5F44;}
a:hover {color: #000; text-decoration: underline; }

strong {
	color: #3E5F44;
}