#HomeTopPic {
	position:relative;
	background-image: url(../images/HomeTopPic.jpg);
	height: 150px;
	width: 486px;
	background-repeat: no-repeat;
}
#HomeTopPicInner {
	position:absolute;
	left:210px;
	top:10px;
	width:270px;
	height:200px;
	color:#FFFFFF;
	font-size:1em;
	line-height:1.3em;
}
#HomeTopPicInner h1 {
	position:relative;
	color:#FFFFFF;
	font-size:1.5em;
	line-height:1.1em;
	margin:0 0 0.3em 0;
}
#Col1 {
	float:left;
	width:230px;
}
#Col1 h1 {
	margin-top:0;
}
#Col2 {
	float:right;
	width:240px;
	padding-top:15px;
}

