td {
	height: 210px;
	width: 240px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}
#intro {
	position: absolute;
	top: 120px;
	left: 300px;
	white-space: nowrap;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
}		
#products{	
	position: absolute;
	top: 160px;
	left: 310px;	
}
#sub_cats {
	position: absolute;
	top: 150px;
	left: 65px;
}		
#products img {
	height: 170px;
	width: 170px;	
}
#products h2 { 
	font-size: 10pt;
	margin: 0;
}
#products td {
	font-size: 10pt;
}
#paging {
	white-space: nowrap;
	font-size: 13px;
	color: #444;
}
#paging strong {
	color: white;
}
#paging a, #paging strong {
	padding: 0 2px 0 2px;
}
#paging a:hover {
	text-decoration: underline;
}

#logo {
/*	position: fixed;*/
}		
