﻿#masthead_top
{
	position: absolute;
	left: 13px;
	top: 5px;
	
	width: 794px;
	height: 8px;
	
	background-image: url( ../resources/parks_map/topMast.jpg);
}

#masthead_left
{
	position: absolute;
	left: 5px;
	top: 5px;
	
	width: 8px;
	height: 872px;
	
	background-image: url( ../resources/parks_map/leftMast.jpg);
}

#masthead_right
{
	position: absolute;
	left: 807px;
	top: 5px;
	
	width: 8px;
	height: 872px;
	
	background-image: url( ../resources/parks_map/rtMast.jpg);
}

#content
{
	background-image: url( ../resources/parks_map/mastMain.jpg);
	background-repeat: no-repeat;
}

#map_container
{
	position: relative;
	
	margin-top: 256px;
	margin-left: 240px;
	
	width: 496px;
	
	background-color:Orange;
}

#park_locations
{
	width: 700px;
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 190px;
	margin-bottom: 40px;
}
