body {
}

img {
    border: 0;
}

#nav {
    display: none;
}

/* header rules */
#header {
	margin-left: 40px;
	margin-bottom: 0;
}
#header #title {
	float: left;
	margin-bottom: 0;
}
#header #title_text {
	margin-left: 280px;
	position: relative;
	margin-bottom: 0;
}

#footer {
    width: 460px;
    border-top: 1px dotted #999;
    position: relative;
    margin: 20px 0 0 120px;
    padding: 10px;
}
#right_footer {
    position: absolute;
    top: 10px;
    left: 300px;
}
#right_footer img {
    height: 80px;
}
#left_footer {
    position: absolute;
    top: 50px;
}
#center_footer {
    font-weight: bold;
}

#directions_more {
    display: none;
}

#directions_south {
    margin-left: 40px;
	float: left;
	width: 440px;
	padding-top: 1em;
}

#directions_north {
	margin: 0 80px 0 480px;
	padding-top: 1em;

}

#directions_north h1, #directions_south h1 {
	font-size: medium;
	margin-top: 0;
}

#attribution {
	padding: 0;
	margin: 160px auto 2em 200px;
	font-size: 12px;
    position: absolute;
}

#footer {
    clear: both;
}
