/* need to include some styles from the TemplateStyles.css, for the MyStory images at the bottom */
#homeBiz, #homeSpecial {
	xposition: relative;
	top: 50px;
	display: block;
	width: 272px;
	height: 181px;
}
#homeBiz {
	xleft: 1px;
	float: left;
	background-image: url(images/climber.jpg);
	background-repeat: no-repeat;
}
#homeSpecial {
	xxleft: 50px;
	float: right;
}
#homeBiz h2 {
	xposision: relative;
	margin-top: 8px;
	margin-left: 9px;
	padding: 0;
	line-height: 22px;
	color: #069;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
#homeBiz p {
	xposition: absolute;
	color: #333;
	display: block;
	width: 150px;
	margin-left : 3px;
	padding: 0;
	top: 60px;
	left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#bizButtons {
	xposition: absolute;
	top: 133px;
	left: 10px;
}

