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

.informationdesc {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	font-size: 10pt;
	line-height: normal;
	display: block;
	color: #000;
	}

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