.style1 {font-size: 24px}
#Layer2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
#Layer2 .style1 strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}


#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:1000px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:175px;
	top:0px;
	width:445px;
	height:1000px;
	z-index:2;
}
