
#wrapper02 {
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-y;
    border-left: 8px solid #0079c1;
    border-right: 8px solid #0079c1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 900px;
}

#header {
    border-top: 4px solid #0079c1;
    background-image: url("header.png");
    background-repeat: no-repeat;
    height: 120px;
    width: 900px;
}

p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px;
    margin-right: 10px;
}

h1 {
    font-family: Arial
}

#nav {
    border-top: 4px solid #0079c1;
    float: left;
    text-align: right;
    width: 210px;
    padding-top: 10px;
}
#footer {
    border-bottom: 4px solid #0079c1;
    background-image: url("footer.png");
    background-position: left top;
    background-repeat: no-repeat;
    border-top: 4px solid #0079c1;
    clear: both;
    height: 120px;
    width: 900;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#content {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-top: 4px solid #0079c1;
    margin-left: 210px;
}

#map_canvas {
    width: 500px;
    height: 400px;
}