div#content_main {
	width: 860px;
	min-height: 436px;
	margin: 20px;
	background-color: #fff;
	font-size: 11px;
}

div#consumer {
	width: 430px;
	float: right;

}

div#business {
	width: 430px;
	height: 341px;
	float: left;
}

div#business a#biz_entry, div#consumer a#cons_entry {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


div#business h2 {
	width: 430px;
	height: 341px;
    background: url(../images/corporate.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

div#business h2 a {
	width: 430px;
	height: 341px;
	display: block;
	outline: none;
}

div#business p {
	height: 75px;
	margin: 20px 20px 0;
}

div#consumer h2 a {
	width: 430px;
	height: 341px;
	display: block;
	outline: none;
}

div#consumer h2 {
	width: 430px;
	height: 341px;
    background: url(../images/retail.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


div#consumer p {
	height: 75px;
	margin: 20px 0 0 20px;
	padding-right: 20px;
}





