body, html{
    height:100%;
    margin:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

a:link {color: #7777cc;}
a:visited {color: #7777cc;}
a:hover {color: #7777cc;}
a:active {color: #7777cc;}
a:focus{color: #7777cc;}

#map {
    height:100%;
    width:100%;
    background-color: #e5e3df;
 
}

#header {
    position:absolute;
    top:7px;
    left:70px;
    background-color: #e5e3df;
}

#rightcolumn {
    position:absolute;
    width:160px;
    top:33px;
    right:8px;
}

#bannerad {
  position:absolute;
  width:468px;
  top:33px;
  right:170px;
}

#listingtable{
    position:absolute;
    top:110px;
    left:0px;
    bottom:35px;
    overflow:auto;
    font-size:10px;
}

#listingtable table {background-color:white;}
#listingtable table th {background-color:#99b3cc;}
#listingtable table td {background-color:#a7cc95;}
#listingtable table a {color:black;}


#footer {
    position:absolute;
    bottom:0px;
    right:230px;
    background-color: #e5e3df;
}

text{
    display:inline;
}

//form stuff
form{
    display:inline;
}

select{
    display:inline;
}
