body{
	background-color: #3a473f;
	margin: 0;
	padding: 0;
}

.header-image {
	width: 100%;
	height: auto;
}

nav {
 background: #444;
 width: 100%;
 font-size: 28px;
 text-align: center;
 word-spacing: 1.6em;
}

nav ul {
 padding: 0;
 margin: 0;
}

nav ul li {
 display: inline-block;
 list-style-type: none;
 margin: 0;
 padding: 10px 0;
}

a:link, a:visited {
	color: white;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Impact, Charcoal, sans-serif;
}

a:hover {
	color: #77ceb8;
}

h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	text-align: center;
	color: white;
}

h3 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: white;
	letter-spacing: 0.2em;
	padding-top: 50px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: white;
	text-align: left;
}

table {
	text-align: center;
	border-collapse: collapse;
	border: 2px solid white;
}

table th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	color: white;
	border-collapse: collapse;
	border: 2px solid white;
}

table td {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 15px;
	color: white;
	border-collapse: collapse;
	border: 2px solid white;
}

.container {
	width: 65%;
	margin: auto;
}

.box-1 {
	background-color: #3a473f;
	color: white;
}

.box-2 {
	border-top: 2px dotted white;
	margin-top: 50px;
	padding-top: 20px;
}

.text-wrap-right {
	float: right;
}

.text-wrap-left {
	float: left;
}

.map {
	 width: 600px;
	 height: 450px;
	 border: 0;
}

table.space {
	padding-top: 50px;
}

ul{
	text-align: center;
	padding-top: 50px;
	word-spacing: 50px;
}

ul li {
	display: inline-block;
 	list-style-type: none;
 	margin: 0;
 	padding: 10px 0;
}