body {
    background-color: white;
    color: black;
    margin: 10px;
    padding: 0 20px;
    font-family: Georgia, Arial, sans-serif;
    font-size: 11px;
    width: 1000px;
}
div#heading,
div#container,
div#footer {
    max-width: 800px;
    min-width: 600px;
    background-color: white;
}
div#right {
    position: absolute;
    text-align: left;
    background: white;
    padding: 5px;
    left: 800px;
}
div#container {
    position: relative;
    margin: 0 auto;
}
div#heading {
    margin: 10px auto -1px auto;
}
div#editHours {
    width: 420px;
    height: 220px;
    display: none;
    position: absolute;
    top: 50px;
    left: 250px;
    z-index: 99;
}
div#gbox {
    position: absolute;
    top: 5px;
    left: 280px;
}
//div#myloc {
//    position: absolute;
//    top: 5px;
//    left: 650px;
//}
div#heading h1 {
    margin: 5px;
}
div#left {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 900px;
    overflow: auto;
    background: white;
    padding: 5px;
    border: 1px solid white;
}
div#findone {
    position: absolute;
    top: 425px;
    left: 350px;
    width: 700px;
    height: 900px;
    overflow: auto;
    text-align: right;
    background: white;
    padding: 5px;
    border: 1px solid white;
    z-index: 97;
}
div#myedit {
    position: absolute;
    top: 425px;
    left: 0px;
    width: 300px;
    height: 900px;
    overflow: hidden;
    text-align: left;
    background: white;
    padding: 5px;
    border: 1px solid white;
}

div#bottomAd {
    position: absolute;
    text-align: left;
    left: 340px;
    width: 500px;
    height: 60px;
    /* overflow: auto; */
    background: white;
    padding: 5px;
    /* border-color: black; */
    /* border-width: thin; */
    /* border-style: solid; */
}
div#rightAd {
    position: absolute;
    text-align: left;
    background: white;
    padding: 5px;
    left: 925px;
    top: 175px;
    z-index: 98;
    height: 0px;
    width: 0px;
    display: none;
}
div#content {
    margin-left: 211px;
    background: white;
    border: 1px solid white;
    padding: 10px;
    height: auto;
}
div#footer {
    margin: -1px auto 10px auto;
    position: relative;
}
div#footer p {
    margin: 5px;
}
