div#LeftColumn {
	padding:4px 0 0 4px;	
	float:left;
}

div#RightColumn {
	padding:4px 5px 0 0;	
	float:right;
}

div#RightColumn .feature {
	width:303px;
	overflow:hidden;
}

div#Body {
	background:url(../images/body_wide_repeat.jpg) repeat-y;
	width:620px;
}

div#Body .bd {
	background:url(../images/body_wide_top.jpg) no-repeat left top;
	min-height:326px;
}

div#Body .ft {
	background:url(../images/body_wide_btm.jpg) no-repeat left bottom;
	height:17px;
	position:relative;
	top:3px;
}

div.pad {
	padding-bottom:5px;
}

ul#BottomFeatures {
	margin-top:4px;
	list-style:none;
		
}

ul#BottomFeatures li {
	float:left;
}

ul#BottomFeatures li.separator {
	width:3px;
	height:120px;
}

