#menu{
	background-color: #6D1F0B;
	color: #FFFFFF;
	
	text-align: center;
	
	height: 24px;
}

a.menuitem{
	color: #FFFFFF;
	padding: 3px;
	font: 7pt Verdana;
	text-decoration: none;
}

a.menuitem:hover{
	color: #FFFF59;
}

#content{
	background-color: #E9E9D9;
	padding: 15px;
	font: 11pt Arial;
	min-height: 175px;
}

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 5em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background-image: url('images/mainpagebutton.png');
  /*border: thin outset #900;*/
  color: white;
}
/*
div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 0px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }
*/
td>div.banner {position: fixed}
