body{
    margin: 0px;
    padding: 0px;
    background-color: #060e04;
    color: #f3f3f3;
    font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size:10pt;
}

h1 {
    margin-top: 0px;
    color: #f2a541;
    font-size: 15pt;
    font-family: Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
}

p {
    line-height: 1.3em;
}

a {
    color: #f2a541;
}

#header {
    height: 80px;
    background-image: url( "img/header.jpg" );
}

#info {
    background-color: #3b452f;
    height: 450px;
}

#bottom {
    background-image: url( "img/bottom.jpg" );
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid black;
    height: 600px;
}

#map_canvas {
    position: relative;
    top: 30px;
    left: 50%;
    height: 500px;
    width: 800px;
    margin-left:-400px;
    background-color: #192017;
    margin-bottom: 30px;
}

#page {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -475px;
    width: 950px;
}

#logo {
    padding-top: 33px;
}

#left {
    margin-left: 56px;
    width: 280px;
    float: left;
}

#middle {
    margin-top:40px;
    margin-left: 36px;
    width: 280px;
    float: left;
}

#right {
    margin-left: 36px;
    width: 250px;
    float: left;
}

#thumbs {
	margin-top: 25px;
	margin-left: 80px;
}

.thumb {
	float: left;
	margin-right: 25px;
}

#bullets {
    margin: 0px;
    padding: 0px;
}

#bullets li {
    margin-left: 2em;
    list-style: none;
    margin-bottom: 3px;
    text-indent: -2em;
    font-size: 9pt;
}
