body {
	font-family: arial, verdana;
}


#nav-main,
#nav-frequent,
#footer ul,
.post p,
#header-frequent {
	display: none;
}

h2 {
	font-size: 18pt;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
	float: left;

}

.sub-header {

}

img.citylink-logo {
	float: right;
	width: 60pt;
}

#footer {
	clear: both;
	font-size: 8pt;
	border-top: 3px solid #888;
	margin-top: 10pt;
}




.rewards {
	margin: 0px;
	padding: 0px;
	clear: both;

	padding-top: 10px;
	margin-top: 10px;
}

.rewards-item {
	font-family: arial, verdana;
	margin: 20px;
	position: relative;
	width: 160px;
	height: 200px;
	background: transparent;
	float: left;
}
	
	
.rewards-item div.background {
	width: 170px;
	height: 210px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: transparent url("/images/rewards/background.gif") no-repeat;
	border: 1px solid #888;
}
	
.rewards-item div.points {
	position: absolute;
	bottom: 152px;
	left: 15px;
	font-size:35px;
	color: #cc0000;
	font-weight: bold;
	line-height: 40px;
}	
	
.rewards-item div.points em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
	
.rewards-item div.brand {
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin: 15px 15px 15px 15px;
	font-size:15px;
	color: #183AA6;
	font-weight: bold;
}
	
.rewards-item div.description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 15px 15px 15px 15px;
	font-size:12px;
	color: #666;
	font-weight: normal;
}	
	
.rewards-item div.small {
	font-size: 10px;
}
	
.rewards-item img.status {
	position: absolute;
	bottom: 160px;
	left: 90px;
}


.rewards-item img.reward {
	position: absolute;
	bottom: 49px;
	left: 10px;
}
