/*CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  color: #333;
  font: 1em/1.618em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, blockquote {
  margin: 0;
  list-style: none;
  padding: 0;
  }
  
a {
	color: #9c2621;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
  
  

/* LAYOUT
----------------------------------------------------------------------------------------*/

div#wrapper {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5em;
}

h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1.2em;
}

h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 4em;
}

li {
	font-size: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 1.3em;
	border-bottom: 1px solid #b89290;
	padding-bottom: 2em;
	width: 25em;
	margin: 2em auto;
}

.map {
	font-size: 14px;
	font-style: italic;
}

p#footer {
	color: #9c2621;
}



