body {
	margin: 0;
	background-color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	width: 1200px;
	height: 100%;
	font-size: 17px;
	background-color: white;
}
header  {
	background-color: black;
}
main {
	background-color: white;
	text-align: left;
}
h1 {
	text-align: center;
	color: navy;
}
footer {
	background-color: white;
	text-align: center;
	font-size: 13px;
	clear: both;
	border-top: thin solid black;
}
nav {
	width: 1200px;
	background-color: white;
}
.nav_button {
	width: 20%;
	float: left;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	cursor: pointer;
	border-bottom: thin solid black;
}
.nav_button:hover {
	background-color: red;

}

a {
	text-decoration: none;
}

a:hover {
	text-shadow: 0px 0px 5px #FF6D6D;
}
a:visited {
	color: #2A00FF;
}
h2 {
	color: navy;
}
.center {
	text-align: center;
}
.photo {
	text-shadow: 0px 0px;
	-webkit-box-shadow: 2px 2px 4px black;
	box-shadow: 2px 2px 4px black;
	text-align: center;
}
