body {
	margin: 0 0 0 0;
		background: #000000;
	color: #EEEEEE;
		font-size: 19px;
margin:0 auto;
width:900px;

}
#header {
	background: #000000 url("images/banner.jpg") no-repeat left bottom;
   height: 130px;
   width: 900px;
}


#main {

  font-family: "Times New Roman", Georgia, serif;
  text-align: justify;
  line-height:125%;
  letter-spacing:0.03em;
	color: #EEEEEE;
	font-size: 1em;
	background: none;
}

a:link {color: #FFFF99; text-decoration: none;font-weight: normal;}
a:visited {color: #FFFF99; text-decoration: none;font-weight: normal;}

table, tr, td {
text-align:left;
}

h5 { font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	color: #EEEEEE;
	font-size: 1.0em;
  text-align:center;
	margin-top: 10px;
}
h4 { font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #EEEEEE;
	font-size: 1.05em;
}
h3 { font-family: "Times New Roman", Georgia, serif;
	color:#DFFFA9;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
  text-align:center;
	margin-top: 20px;
}
h2 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	  text-align:center;
	color: #EEEEEE;
	font-size: 1.25em;
}
a {
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: red;
}

  
   /* menu */
div.menu {
  margin: 0px 0px 0px 0px;
  }
div.menu tr {
  margin: 0 0 0 0px;
  padding: 0em;
  /*line-height: 1.40em;*/
  }
div.menu td {
  list-style-type: none;
  /*height: 30px; */
  width: 134px;
  margin-bottom: 0px;
  text-align: center;
  font-family:  "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.00em;
  color: #FFFF99;
  /*background-color: #332211;*/
  width: 300px;
  }
div.menu td a {
  display: block;
  background-color: #332211;
  overflow: hidden;
  text-decoration: none;
  }
div.menu td a:link {
  color: #FFFF99;
  font-weight: normal;
  text-align: center;
  padding-left: 0.25em;
  border-width: 1px 1px 1px 1px;
  border-color: #FDFDFD #5A5A5A #5A5A5A #FDFDFD;
  border-style: solid solid solid solid;
  }
div.menu td a:visited {
  color: #FFFF99;
  font-weight: normal;
  text-align: center;
  padding-left: 0.25em;
  border-width: 1px 1px 1px 1px;
  border-color: #FDFDFD #5A5A5A #5A5A5A #FDFDFD;
  border-style: solid solid solid solid;
  }
div.menu td a:hover {
  color: #FFFF99;
  font-weight: normal;
  text-align: center;
  /*font-style: normal;*/
  border-width: 1px 1px 1px 1px;
  border-color: #5A5A5A #FDFDFD #FDFDFD #5A5A5A;
  border-style: solid solid solid solid;
  background-color: #121212;
  } /* end menu */