#mainwrapper {
font-family: Verdana, Serif, Times;
background-color: white;
width: 750px;
}

#mapcanvas {
width: 575px;
height: 400px;
float: left;
}

#infowrapper {
margin-left: 575px;
width: 175px;
height: 400px;
}

#infotop {
border: 2px solid black;
height: 243px;
width: 100%;
}

#infotop h1 {
font-size: 15px;
margin-top: 5px;
}

#infotop h2 {
font-size: 12px;
margin-top: 0px;
}

#nodeinfo {
height: 205px;
margin-left: 5px;
}
#timestamp {
margin-right: 2px;
font-size: 12px;
bottom: 0px;
text-align: right;
vertical-align: bottom;
}


#infobottom {
border: 2px solid black;
height: 145px;
width: 100%;
margin-top: 5px;
}

#searchbox {
margin-top: 3px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
height: 25px;
}

#searchbox input[type=text] {
width: 85%;
}

#searchbox input[type=button] {
width: 15%;
}

#searchlist {
overflow: hidden;
}

#searchlist select {
width: 100%;
height: 115px;
}

#navigation {
margin-top: 5px;
height: 100px;
width: 750px;
color: red;
}

#navigation td {
vertical-align: top;
color: red;
}