@charset "UTF-8";
h2 {
	font-size: 14px;
}
.featuring {
	margin-top: -12px;
}
#col {
	width: 100%;
}
/*When there are 3 across, square 1 and 2 are 31%.*/
/* CSS Document */

.square {
	float: left;
	width: 100%;
	display: block;
	height: 260px;
	border: 1px inset #999;
	padding-left: 15px;
	padding-right: 4px;
	background-image: url(../skin/whitener10.png);
}
.square2 {
	float: left;
	width: 100%;
	display: block;
	height: 320px;
	border: 1px inset #999;
	padding-left: 15px;
	padding-right: 4px;
	background-image: url(../skin/whitener15.png);
}
.names {
	margin-top: -10px;
}
#click {
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 300px;
	color: #666;
}
