body {
	margin: 5px;
	background-color: #FFFFFF;
	background-attachment: scroll;
//	background-image: url(../styleImages/backgrounds/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	background-color: #FFFFFF;
	width: 868px;
	margin: 0px auto;
	padding: 0px;
}
#sessionBox {
	text-align: left;
	background-image: url(../styleImages/backgrounds/sessionBg.gif);
	width: 236px;
	height: 85px;
	float: right;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	float: left;
	width: 99.5%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 80px;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 160px;
  font-weight:bold;
}
a.latestProds {
  font-weight:normal;
}