#information {
	float: right;
	}
	
#informationContent {
	background: #ffffff;
	color: #333;
	padding:5px 0;
	width: 95%;
	margin: 0 auto 20px auto;
	}
	
#informationHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	color: #fff;
	width: 85%;
	margin: 10px auto 0 auto;
	height: 30px;
	background: rgba(0,0,0,0.5);
	}

.informationdesc {
	padding: 0 10px;
	font-size: 10pt;
	line-height: normal;
	display: block;
	text-align: center;
	}

.informationdesc a {
	color: #cc0000;
	white-space: nowrap;
	font-weight: bold;
	}

.informationdesc a:hover {
	color: #000;
	}

#cards {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
	width: 85%;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	}

#cardsHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	color: #fff;
	width: 85%;
	margin: 10px auto 0 auto;
	height: 30px;
	background: rgba(0,0,0,0.5);
	}

#cards img {
	}
	
#cards p {
	margin: 5px 0;
	}

#cards table img {
	height: 30px;
	width: auto;
	}

#cards table {
/*	background: #FFFFFF; */
	}

#cards table td {
	text-align: left;
	}
