* {
    margin: 0;
    padding: 0;
    text-align: left
    }
html, body {
    overflow: hidden
    }
body {
    font-size: 0.7em;
    font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
    background-color: #181818;
    color: #505050;
    text-align: center
    }
img {
    border: none
    }
.clear {
    clear: both;
    height: 0
    }
#container {
    margin: 7px;
    border: 1px solid #363636;
    background-color: black
    }
.topad {
    position: absolute;
    top: 8px;
    left: 435px
    }
#header {
    height: 60px;
    border-bottom: 1px solid #363636
    }
#header img {
    float: left;
    margin: 0
    }
#desc {
    position: absolute;
    top: 69px;
    left: 8px;
    width: 219px;
    background-color: #ecefeb;
    overflow: hidden
    }
#desc iframe {
    margin: 10px 0 10px 8px
    }
#desc h1 {
    font-size: 10pt;
    margin: 10px 10px 0 10px
    }
p, ul {
    margin: 5px 5px 8px 8px
    }
ul {
    list-style-type: none
    }
#map {
    margin: 0 0 0 220px;
    position: relative
    }