

/* MAIN BG*/

body{
	background: url(../images/body.jpg) center 0 repeat #EAEAEA;

	}

body, 
h2.title span, h1.title span,
ul.tabs li a.active{ 
	position: relative;
	z-index: 1;
} 

body:after, 
/* h2.title span:after, */
ul.tabs li a.active:after{  
	content: "";
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}
	
.wp-caption{
	background: none;
   }
   
/* FOOTER */
#section-tophat{
background: url(../images/tophat.png) center 0 repeat-x;
}

#section-tophat:after, #section-footer:after{
background: url(../images/tophat.png) center 0 repeat-x;
}

/* SUBFOOTER */
#section-sub-footer{
	background: black;
}

#section-sub-footer:after {
	content: "";
	background: black;
