/* ----------- FOOTER SECTIONS -------------- */

#footer {
	height:66px;
	background-color:#202020;
	text-align:center;
	font-size:0.9em;
	line-height:1.4em;
	color:#CCC;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
}

.footerContent {
	margin-top:9px;
	border:0px solid #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #E1E1E1;
}

#navbar, #main, #footer ,#homeFooter{
	width:964px;
	border:0px solid #000;
}

/* ----------- COLOURS -------------- */

.leaPink {
	color:#DC1653;
}
.leaLightGrey {
	color:#666;
}
.leaGreyBold {
	color:#333;
	font-weight: bold;
}

/* ----------- LINKS -------------- */

#footer a:link {
	color:#DC1653;
	text-decoration:none;
}

#footer a:visited {
	color:#DC1653;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
}

#footer a:active {
	color:#DC1653;
	text-decoration:none;
}
