body {
   background: #ffff99;
   margin: 0;
   padding: 0;
   text-align: center;
}
#container {
   margin-left: 6em;
   background: #000000;
   padding-bottom: 0;   
   text-align: left;
   width: 800px;
   min-height: 543px;
}
img{
   border:0;
   }


#banner {
   background-image: url(waves.jpg);
   font-family: Georgia, serif;
   font-size: 65px;
   font-weight: bold;
   margin: 0px auto;
   text-align: left;
   float: left;
   width: 800px;
   height: 89px;
}
div.pdmenu {
	text-align: center;
	padding: 0px;
}

.pdmenu ul {
	width:100%;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	
}

.pdmenu li  {
	width:200px;
	margin: 0 -1px 0 0;
	padding: 0;
	border-bottom:1px solid black;
	border-right: 1px solid #94B473;
	color:black;
	text-decoration:none;
	background-color: #ff8000;
	float:left;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #ff8000;
	padding: 0px;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:100px;
	padding: 0;
	margin: 0;
	border:1px solid black;
}

.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 0;
}

.support {
	clear: both;
}

#textcontainer {
   background-image: url(waves.jpg);
   padding-bottom: 1em;
   padding-top: 6em;
   padding-left: 0em;
   padding-right: 0em;
   text-align: left;
   width: 800px;
   min-height: 400px;
}
#bottombanner {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	height:1em;
	width:100%;
	
}
#bottombannerer {
	background: #ffff99;
	font-size: 12px;
	color: #000000;
	width: 100%;
}

div.Q{
   font-family: "courier new";
   font-size: 20px;
   font-weight: bold;
}
div.little{
   font-family: "courier";
   font-size: 12px;
   font-weight: normal;
}
