body {
	background: #ede9dd;
}

a {
	text-decoration: none;
}

.photos img {
  height: 200px;
  width: auto;
  box-shadow: 1px 1px 2px 1px rgba(33,33,33,.5);  
  margin: 16px 5px;
}
.photos {
	text-align: justify;
	width: 80%;
	margin: 0 auto;
}
.header {
 height: 190px;
 background: #32407f url('logo.jpg') no-repeat 20px 10px;
}
.footer {
	text-align: center;
	margin: 0 auto;
	background: #981c1e;
}

.footer img {
	width: 1271px;
}

body,html {
	padding: 0;
	margin: 0;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 20px 150px 0;
}
h2 {
	color: #fff;
	text-align:center;
}

h3 {
	color: #32407f;
}

.stand-nav {
	text-align: center;
	padding: 12px 0;
}
.stand-nav a {
	margin: 0 5px;
}
