.catthumb {
	width: 200px; 
	height: 133px; 
}

.imgthumb {
	width: 150px; 
	height: 100px;
	margin: 2px; 
}

#categories {
	width: 648px; 
	overflow: hidden;
	margin: auto; 	
}

#images {
	width: 616px; 
	overflow: hidden;
	margin: auto; 
}

.category {
	border: 1px solid #AAA9A9;
	overflow: hidden;  
	text-align: center; 
	padding: 5px; 
	float: left; 
	margin: 2px; 
	font-size: 1em; 
}

.category img {
	
}

.category a {
	color: black; 
	text-decoration: none; 
	display: block; 
	font-family: arial; 
	font-size: .8em; 
}
