html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 
	
body {
	font-size: 62.5%;
	margin: 0 auto;
	width: 80%;
	font-family: "Gill Sans", "Helvetica Neue", sans-serif;
	text-align: center;
	}

	
#footer a[href] {
	color: #808080;
	text-decoration: none;
	}

#main a:visited {
	color: #000;
	}
	
a:hover {
		text-decoration: underline;
	}
	
a:visited {
	color: #000;
	}
	
img {
	border: 1px solid;
	border-color: #000;
	}
	
h1 {
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-family: "times new roman", "Helvetica Neue", sans-serif;
	font-size: 1.8em;
	display: block;
	}
	
h3 {
	margin: 1em 0;
	font-size: 1.4em;
	color: #EE4000;
	font-weight: bold;
	font-family: "times new roman", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}
	
dt {	
	width: 8em;
	float: left;
	clear: both;	
}

dd {
	margin-bottom: 1em;
	}	
	
p {
	margin: 0 0 3em 3em;
	letter-spacing: 0.1em;
	}
	
#header {
	margin-top: 1em;
	margin-bottom: 3em;
	border-bottom: 1px solid;
	padding-bottom: 1.2em;
}

#header a[href]{
	display: block;
	color: #000;
	text-decoration: none;
	}
	
#albums {
	text-align: left;
	margin-left: 12em;
	}
	
.numPhotos {
	font-size: 4em;
	font-weight: bold;
	position: relative;
	top: -1.6em;
	right: 1.8em;
	}
	
#main {
	width: 80%;
	margin: 0 auto;
	}	
	
#albums {
	width: 100%;
	}
	
	
#albums img {	
	margin-bottom: 5em;
}
	
#albums img:hover {
	opacity: 0.6;
	border-color: #fff;
	}
	
#albumInfo {
	margin-bottom: 3em;
	text-align: left;
	font-size: 1.3em;
	}
	
#albumName {
	font-size: 1.2em;
	color: #EE4000;
	font-weight: bold;
	font-family: "times new roman", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}
	
.legend {
	margin: 0 auto;
	margin-bottom: 5em;
	text-align: left;
	background-color: #000;
	color: #fff;
	font-size: 1.2em;
	padding: 0.025em 0;
	}
	
.spacing {
	margin-right: 2em;
	}
	
#footer {
	margin-top: 3em;
	margin-bottom: 5em;
	padding-top: 0.8em;
	text-align: left;
	border-top: 1px solid;
	}

#footer img {
	border: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}



