#specials {
	background-image:url(../images/specials_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#specials h4 {
	color:#999999;
	font-size:20px;
	margin:0;
}
#specials h4 b {
	color:#0099ff;
}
/* ------------- sample card ----- */
#cardpic {
	position:relative;
	z-index:2;
	float:left;
}
/* ------------- about membership ----- */
#cardinfo {
	width:240px;
	height:280px;
	padding:10px;
	color:#FFFFFF;
	background-image:url(../images/cardinfo_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#999999;
	float:right;
	margin-top:-122px;
}
#cardinfo h1 {
	font-size:18px;
	text-align:right;
}
#cardinfo h1 b {
	color:#ffcc33;
}
#cardinfo p {
	margin-top:40px;
}
#download {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
	margin:50px 0 0 10px;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
#download b a{
	color:#0099ff;
	text-decoration:none;
}
/* ------------- discounts ----- */
#specials .discounts {
	background-color:#FFFFFF;
	border:#f3e094 solid 1px;
	padding:10px;
	margin:10px auto 10px auto;
	width:360px;
}
#specials .discounts p {
margin:0;
}
#specials .discounts h4  {
	margin:0 0 5px 0;
}
#specials .discounts h4 a {
	font-size:12px;
	color:#0099ff;
	text-decoration:none;
}
#specials .discounts a img {
	border:none;
}
#specials .discounts b {
	color:#ff6600;
	font-size:11px
}
#specials .discount_info {
	float:right;
	width:200px;
	margin-left:160px;
}
/* ----------- Dinner Show ----------- */
#dinnerShow h1 {
	text-align:center;
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#990000;
	margin:20px 0 20px 0;
}
#dinnerShow h2 {
	color:#0066ff;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
#dinnerShow .list {
	margin-bottom:20px;
}
#dinnerShow .list h2 a:hover {
	color:#990000;
}
#dinnerShow .list h2 {
	margin-bottom:10px;
}
#dinnerShow .list img {
	border:none;
}
