#Box_0 {
	height:		150px;
	width:		1000px;
	background: url('img/theme.jpg') no-repeat;
	margin-top:0px;
}

/**
#Box_3 {
	height:		30px;
	width:		1000px;
	
	border:1px solid red;
}

#Box_3 ul {
	
}
**/

#headTitle {
	position: absolute;
	font: bold 18pt Arial;
	z-index:1;
	color: #004A90;
	left: 370px;
	top: 12px;
}

* html #headTitle {
	position: absolute;
	left: 370px;
	top: 12px;
}


 *:first-child+html #headTitle {
   top: 12px;
  }
