body {
  text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans;
	background-image: url(stripes1.gif);
}
td {
	vertical-align: top;
}
p {
	text-align: left;
}
.bigTable {
	background: #000;
	border: 1px solid #ffffff;
	text-align: center;
	margin:	0px auto;
	width: 800px;
	border-collapse: collapse;
}
.side {
	width: 200px;
	text-align: center;
}
.sidehead {
	font-size: 12pt;
	font-weight: bold
}
.MainPic {
	border: solid 1px #FFFFFF;
}
.menu {
text-align: center;
}
a {
	color: #aaaaaa;
}
a:hover {
	color: #FFFFFF;
}
.era a {
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
.era:hover {
	background-color: #250000;
}
.aeon + tr {
	display: none;
	border: 1px solid #FFFFFF;
	font-size: 10pt;
}
#header{
	color: #ffffff;
	font-size: 24pt;
}
#links {
	width: 100%;
	position: relative;
}
#menu {
margin: 0px auto;
	width: 90%;
	background-image: url(stripe.png);
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
	background-image: url(stripe.png);
}
#menu a, #menu h2 {
	font:16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: 0px;
	border-top: 0px;
	border-left: solid 3px #a00;
	border-right: solid 3px #666;
	margin: 0px;
	padding: 2px 3px;
} 
#menu h2{
	color: #fff;
	background: #250000;
}
#menu a {
	color: #fff;
	background-image: url(stripe.png);
	text-decoration: none;
	border-bottom: dashed 1px #a00;
	height:100%;
}
#menu a:hover {
	background: #250000;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	width: 100%;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
	display: block;
}