/* CSS Document */
div#navPrimary {
	margin-bottom:6px;
}
div#colLeft {
	width:251px;
	padding:0px 15px 0px 0px;
	border-right:1px solid #E7E7E7;
}
div#colMid {
	width:251px;
	padding:0px 15px 0px 15px;
	border-right:1px solid #E7E7E7;
}
div#colRight {
	width:418px;
	padding:0px 0px 0px 15px;
}
div#content {
	/**/background-image:url(/common/das/images/ui/home/contentBackground.gif);
	background-repeat:repeat-y;
}
div#content div.section div.feature {
	width:204px;
}


div#content div.section div.feature {
	float:left;
	margin:12px 10px 0px 0px;
}
div#content div.section div.feature a.image {
	display:block;
	border:1px solid #E7E7E7;
	text-align:center;
	width:160px;
	height:130px;
	overflow:hidden;
}
div#content div.section div.feature.right a.image img {
	margin-top:auto;
	margin-bottom:auto;
}
div#content div.section div.feature h4 {
	margin-top:9px;
	margin-left:0px;
}
div#content div.section div.feature p {
	margin-left:0px;
	margin-bottom:0px;
}
div#content div.section div.feature.right {
	margin-right:0px;
}


