@charset "utf-8";
/* CSS Document */

h3 {
	float: left;	
}
.box p {
	font-size:18px;
	margin: 15px 5px;
	color: #F00;	
}
#wrapper {
	margin: 10px;
}
#wrapper h3 a  {
	text-indent: -9999px;
	height: 216px;
	width: 79px;
	float: left;
}
.dark-gray {
	background: #666 url(images/tab1.jpg) no-repeat;
	margin: 0;
}
.gray {
	background: #999 url(images/tab2.jpg) no-repeat;
	margin: 0;
}
.light-gray {
	background: #CCC url(images/tab3.jpg) no-repeat;
	margin: 0;
}
.box {
	float: left;
	height: 216px;
	width: 573px;
	border: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}