body {
	color: #000;
	background: url("../img/dean_gartland_tyne_by_night.jpg") no-repeat #E3E3E3;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

#wrap {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}
	a:hover {
		color: #fff;
		text-decoration: underline;
	}

.responsiveImg {
	width: 100%;
}

.whiteIcon {
	color: #fff;
	margin-right: 25px;
}

header.header {
	text-align: center;
}
	.logo {
		max-width: 800px;
	}
nav {
	text-align: center;
	color: #000;
	padding: 5px 10px 20px 10px;
	margin-bottom: 50px;
}
	nav ul {
		display: block;
	}
	nav li {
		display: inline;
		margin-right: 20px;
		margin-left: 20px;
	}
	nav a , nav a:visited{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	nav a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
content {
	text-align: center;
}
	#personalDetails {
		text-align: left;
		margin-bottom: 25px;
	}
	#experience {
		text-align: left;
	}
	article {
		width: 40%;
		margin: 0 auto 25px auto;
		padding: 15px;
		background-color: #fff;
		box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
			-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.25);
		border-bottom: 4px solid blue;
	}
		header.content {
			color: #000;
		}
		content.content {
			color: #000;
		}
		footer.content {
			color: #000;
		}
footer.footer {
	width: 100%;
	margin: 50px 0px 50px 0px;
	color: #fff;
	position: fixed;
	bottom: 0
}
	.footerLeft {
		float: left;
		text-align: left;
		color: #fff;
		margin-left: 100px;
	}
	.footerRight {
		float: right;
		text-align: right;
		color: #fff;
		margin-right: 100px;
	}