body {
	font-size: 62.5%;
	font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
}
h1, h2, h3 h4 {
	font-family: "Times New Roman", times, serif;
	color: #800000;
}
a {
	color: #800000;	
}
#header {
	width: 100%;
	height: 223px;
	background: #C57E50 url('../img/tile_background.jpg') bottom repeat-x;
	text-align: center;
}

#header img {
	margin: 0 auto;
}

#header h1 {
	font-size: 3em;
	font-weight: bold;
	color: #fff;
}
#menu {
	width: 100%;
	background: #800000 url('../img/menu_background.gif');
	padding: 0.8em 0;
	line-height: 1.4em;
}
#menu ul {
	text-align: center;
}
#menu ul li {
	margin: 2px -1px;
	font-size: 1.6em;
	padding: 0.4em 1em;
	display: inline;
	list-style: none;
	border-left: solid 1px #600000;
	border-right: solid 1px #8f1d11;
	height: 3em;
}
#menu ul li.first {
	border-left: none;
}
#menu ul li.last {
	border-right: none;
}
#menu ul li a {
	text-decoration: underline;
	color: white;
}
#submenu {
	width: 100%;
	background: #c57e50 url('../img/submenu_background.gif');
	padding: 0.8em 0;
	line-height: 1.5em;
}
#submenu ul {
	text-align: center;
}
#submenu ul li {
	margin: 2px -2px;
	font-size: 1.6em;
	padding: 0.4em 1em;
	display: inline;
	list-style: none;
	border-left: solid 1px #600000;
	border-right: solid 1px #8f1d11;
	height: 3em;
}
#submenu ul li.first {
	border-left: none;
}
#submenu ul li.last {
	border-right: none;
}
#submenu ul li a {
	text-decoration: underline;
	color: white;
}
#content {
	width: 500px;
	margin: 2em auto;
	clear: both;
	min-height: 280px;
	height: auto !important;
	height: 280em;
	overflow: auto;
}
#content h2 {
	font-size: 2.4em;
	text-align: center;
	margin-bottom: .6em;
}
#content p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#content p.writing {
	font-size: 1.6em;
	text-indent: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#content img {
  display: block;
  padding: 4px;
  margin: 0 auto;
  border: 4px solid #C57E50;
}
#content ul {
  font-size: 1.6em;
  margin-bottom: 1em;
  padding-left: 1em;
}
#content ul li {
  list-style: circle inside;  
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #C57E50;
	color: white;
	text-align: center;
}
#footer p {
	font-size: 1.2em;
	padding: 0;
}
#footer p a{
	text-decoration: underline;
}
