DIV.static_v2 { 
	width: auto; 
	min-height: 530px; 
	height: expression('530px'); 
	background: #151515;
}

	DIV.static_v2 .content {
		text-align: left;
		padding: 0 75px;
		padding-bottom: 25px;
	}
	
		DIV.static_v2 .content H2 {
			width: auto;
			height: 60px;
			*height: 95px;
			padding-top: 35px;
			text-indent: -9999px;
		}
	
			.content H2.heading_1 { background: url('../images/heading_1.gif') left 35px no-repeat; }
			.content H2.heading_2 { background: url('../images/heading_2.gif') left 35px no-repeat; }
			.content H2.heading_3 { background: url('../images/heading_3.gif') left 35px no-repeat; }
			.content H2.heading_4 { background: url('../images/heading_4.gif') left 35px no-repeat; }
			.content H2.heading_13 { background: url('../images/heading_5.gif') left 35px no-repeat; }
			.content H2.heading_6 { background: url('../images/heading_6.gif') left 35px no-repeat; }
			.content H2.heading_7 { background: url('../images/heading_7.gif') left 35px no-repeat; }
			.content H2.heading_9 { background: url('../images/heading_9.gif') left 35px no-repeat; }
			.content H2.heading_11 { background: url('../images/heading_11.gif') left 35px no-repeat; }
			.content H2.heading_17 { background: url('../images/heading_17.gif') left 35px no-repeat; }
			.content H2.heading_18 { background: url('../images/heading_18.gif') left 35px no-repeat; }
			
