/* html tag styles */
img {
	border:none;
}

/* page layout */
#pageSurround {
	margin:0px auto 0px auto;
	width:760px;
}
#sideNav {
	position:relative;
	float:left;
	width:150px; background-color:#eeeeee;
}
#content {
	position:relative;
	float:right;
	width:600px; background-color:#eeeeee;
}
#footer {
	position:relative;
	float:left;
	width:760px; background-color:#eeeeee;
	text-align:center;
	clear:both;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}

/* image widths and heights */
.smallProductImage {
	width:85px;
}
.featureProductImage {
	width:85px;
}