header {
		float: left;
		width: 100%;
		height: 314px;
		background: url(../images/bg_subpage.jpg) no-repeat top center;
		}

/* --- h1 --- */		

h1 {
		float: left;
		width: 100%;
		color: #ffffff;
		font-family: Museo500, Tahoma, Arial;
		font-size: 2.188em;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		font-weight: normal;
		text-shadow: 0px 1px 0px #000000;
		filter: dropshadow(color=#000000, offx=0, offy=1); 	
		}	

h2 {	
    font-family: Museo500, Tahoma, Arial;
		font-size: 1.25em;
		font-weight: normal;
		color: #212121;
		padding: 0;
		margin: 0 0 0px 0;
		text-transform: uppercase;
		text-shadow: none;
		filter: none; 	
		}
		
h2 a {	
		color: #60aa25;
		}

h2 a:hover {
		color: #ffaf00;		
		text-decoration: none;
		}

h3 {    
    float: left;
    width: 100%;
    }

h4 {    
    float: left;
    width: 100%;
    }
  
 		
/* --------------- */		
/*      CUSTOM     */		
/* --------------- */		    
    
article h2 {    
    border-bottom: 2px solid #dadada;
    }        
    
article.first-article h2 {    
    border: none;
    } 


