/* Center column */
.centerColumn {
	float: left;
	width: 484px;
	margin: 0;
	margin-left: 8px;
	padding: 20px 5px 20px 35px;
	}

/* Right column */
.rightColumn {
	float: left;
	width: 253px;
	margin: 0;
	margin-right: 8px;
	padding: 20px 0 20px 10px;
	}

/* Features area */
.hmFeatures table { margin: 0 auto 15px auto; width: 740px; }
.hmFeatures table tr.featureHeader td { height: 32px; padding: 0 0 0 15px; color: #FFF; font-size: 1.4em; background-image:  url(../images/template/hmFeature_hd.gif); background-repeat: no-repeat; line-height: 32px; }
.hmFeatures table tr.featureContent td { padding: 8px 15px 0 15px; background-image:  url(../images/template/hmFeature_bkgrn.gif); background-repeat: repeat-y; font-size: 1.1em; vertical-align: top; }
.hmFeatures table tr.featureContent td ul { margin: 0 15px 10px 15px; list-style: square; }
.hmFeatures table tr.featureContent td ul li { font-size: 0.9em; }
.hmFeatures table tr.featureBottom td { background-image:  url(../images/template/hmFeature_bkgrn.gif); background-repeat: repeat-y; font-size: 1.1em; }
.hmFeatures table tr.featureBottom td a { margin: 0 0 0 15px; }

