	#headContent {
		width: 1150px; /* 940 */
		background: #c0d732;
		background: -moz-linear-gradient(top, #c0d732 0%, #161616 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0d732), color-stop(100%,#161616));
		background: -webkit-linear-gradient(top, #c0d732 0%,#161616 100%);
		background: -o-linear-gradient(top, #c0d732 0%,#161616 100%);
		background: -ms-linear-gradient(top, #c0d732 0%,#161616 100%);
		background: linear-gradient(to bottom, #c0d732 0%,#161616 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d732', endColorstr='#161616',GradientType=0 );
		height: 180px;
		margin: 0px auto 0px auto;
	}
	
	#headTitle {
		width: 1090px; /* 880 */
		height: 108px;
		padding: 26px 30px 0px 30px;
		background: url(../images/bg.png) no-repeat 500px 10px;
	}
		
	#headTitle #headText h1,
	#headTitle #headText h2 {
		font-family: Oswald;
		font-size: 30px;
		line-height: normal;
		text-shadow: 2px 2px 2px #333;
		color: #FFF;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
	}
	
	#headTitle #headText h2 {
		font-size: 20px;
	}