/* Color Reference
Yellowish Text
Taupe #946858
Menu Background #cfa969
Menu Text #725246
*/

body {
	font: 76%/130% Arial, sans-serif;
	margin: 0; 
	padding: 0;
	background-color: #000000;
	text-align: center;    /* Needed to center the container */
	color: #946858;
}

p {
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0 0em;
	font-weight: normal;
	color: #946858;
	/*clear:both; */
}

h1 {
	font:normal 1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	font:normal 1.3em/0.8em Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	margin: 25px 0 0 0;}

h3 {
	margin: 10px 0 -8px 0;
	font:italic 1.3em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.03em;}
h4 {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	padding: 0;
	margin:10px 0 -8px 0;}
/* h5 {font: italic 1.0em Georgia, "Times New Roman", Times, serif;} */

#container {
	margin: 1.5em auto;    /* Auto centers container left-right */
	padding: 0px 0px;
	background-color: white; 
	width: 730px;         /* Width of banner picture */
	text-align: left;     /* Needed to reset text alignment within centered container */
	border: solid thin White;
}

a:link {
  color:#946858;
  text-decoration:underline;
  }
a:visited {
  color:#946858;
  text-decoration:none;
  }
a:hover {
  color:#946858;
  text-decoration:underline;
  }
a img {
  border-width:0;
  border: none;
  margin: 0;
  padding: 0;
  }
  
.maincontent {
	margin: 1em;
}

.maincontent img {
  padding:4px;
  border:1.5px solid #cfa969;
  margin: 1em auto .5em auto;
  display: block;
}

h5 {
  clear: both;
  font-style: italic;
  font-weight: bold;
  margin: 0px;
  text-align:center;
  }

#navbar {
  height: 30px;
  width: 730px;
  padding: 0;
  margin: 0;
  background-color: #cfa969;
  font-variant: small-caps;
}

#navbar ul {
	margin: 5px 0 0 65px;
	padding: 0;
}

#navlinks li {
	padding: 0;
	margin: 0 30px 0 0;
	display: inline;
	color: #725246;
}
#navlinks a:hover {
	border-bottom: medium solid #946858;
	color: #725246;
}
#navlinks a:active {
	font-style: italic;
	color: #725246; 
}
#navlinks a:visited {
	color:#725246;
}
#navlinks a {
	color:#725246;
	text-decoration:none;
}  
