/* You know you're beyond hope when you start reading other people's stylesheets. */

body {
  font-family: 'Gentium Basic', 'Times New Roman', Times, serif; 
  font-size: 16px;
  margin-top: 0px; margin-right: 10%; margin-bottom: 0px; margin-left: 10%;
  }
  
  p {
  text-align: justify;
  }
  
body a {
	color:#484343; 
	padding: 5px 10px;
	color: #484343;
	text-decoration: none;
	}
	
body	a:hover { 
	background: #484343; 
	color: #fff;
}
  
h1 {
  font-family: 'Gentium Basic', 'Times New Roman', Times, serif;
  font-size: 48px;
  text-shadow: 2px 2px 2px #aaa;
  text-align:center;
  color: #484343;
  padding-top: 16px;
  padding-bottom: 24px;
  letter-spacing: 0px;
 }

h2 {
  font-family: 'Gentium Basic', 'Times New Roman', Times, serif;
  font-size: 24px;
  text-align: center;
  color: #484343;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: normal;
 }

h3 {
  font-family: 'Gentium Basic', 'Times New Roman', Times, serif;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #484343;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: normal;
 }
 
#container
{
	margin: 0 auto;
/*	width: 600px; */
width: 80%;
	background:#fff;
}

#header
{
	background:#fff;
	padding: 5px;
}

#header h1 { margin: 0; }

#navigation
{
 	text-align: center;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline-block;
}

#navigation li a
{
	color:#000; 
	padding: 5px 10px;
	color: #484343;
	text-decoration: none;
}

#navigation li a:hover { 
	background: #484343; 
	color: #fff;	
	}

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	color: #484343;
 	text-align: center;
	padding: 20px;
	height: 1%;
	text-decoration: none;
}

#footer a { text-decoration: none; }
#footer a:visited { color: #484343; }
#footer a:hover 
{
	color: #fff; 
	background: #484343 
}

 .align-center {
 	text-align: center;
 	}