body {
	background-color: #8AD9FF
}

h1 {
	color: red;
	font-family: Tahoma;
	text-align: center;
	font-weight: bold;
}

#menu {
   /* width: 550px;
    height: 35px;*/
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    /* background-color: #8AD9FF; */
    border-radius: 8px;
}

#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}

#menu a {
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
}

#menu li {
	display: inline;
}

#image {
    text-align: center;
}

#words {
    text-align: center;
    font-family: Tahoma;
}

#map-canvas {
        width: 600px;
        height: 450px;
        margin-right: auto;
        margin-left: 20px;
        margin-top: 20px;
    font-family: Tahoma;
}

#direction {
    text-align: center;
	font-family: Tahoma;
    float: right;
    display: inline;
    margin-right: 250px;
    margin-top: 20px;
    width: 350px;
    height: 425px;
    border: 2px solid black;
}

#direction p {
    margin-top:-10px;
    margin-bottom: 15px;
}

#direction h4 {
    margin-top: 4px;
    margin-bottom: 10px;
}