body { 
   margin:0px; padding:0px; border:0px solid none;
   color:#404040; background-color:#E4E4CC; text-align:center;
}
A { text-decoration:none }
A:link { color:#404040; background-color:transparent; }
A:visited { color:#404040; background-color:transparent; }
A:active { color:#404040; background-color:transparent; }
A:hover { color:#008000; background-color:transparent; }

#banner {
   position:relative;
   width:720px; height:75px;
   top:10px; left:0px;
   padding:0px; border:0px;
   overflow:hidden;
}

#name {
   position:absolute;
   width:350px; height:75px;
   top:0px; left:0px;
   padding:0px; border:0px;
   overflow:hidden;
}

#logo {
   position:absolute;
   width:75px; height:75px;
   top:0px; left:645px;
   padding:0px; border:0px;
   overflow:hidden;
}

#menuarea {
   position:relative;
   width:720px; height:26px;
   top:15px; left:0px;
   text-align:left;
   padding:0px;
   border-top:1px solid #008000;
   border-bottom:1px solid #008000;
   overflow:hidden;
}

#content {
   position:relative;
   width:720px; height:500px;
   top:30px; left:0px;
   text-align:left;
   padding:0px;
   overflow:visible;
}

#images {
   position:absolute;
   width:200px;
   top:0px; left:0px;
   text-align:left;
   padding:0px;
   border:1px solid #008000;
}

#text {
   position:absolute;
   width:500px;
   top:0px; left:220px;
   font-family:Verdana,Arial,Helvetical,sans-serif;
   font-size:10pt; text-align:left;
   padding:0px;
}
