@charset "utf-8";
/* CSS Document */

#specialsBanner {
	width: 600px;
	text-align: center
}
#specialsFrame {
	float: none;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 10px auto 0 auto;
	text-align: center;
	padding-bottom: 25px;
}
#specialsFrame img {
	border: none;
}
#specials h1 {
	color: #fff;
	margin-top: 20px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 10px 20px;
}
#specials p {
	color: #fff;
	font-size:13px;
	line-height: 22px;
	margin: 0;
	padding: 0 10px 6px 10px;
	font-style: italic;
}
