/* Main Content */

#page { position: absolute; height: 400px; width: 900px; top: 160px;}

	#content { top: -40px; width: 585px; height: 430px; position: absolute; left: 260px;}

		.upperright {position: absolute; top: 0; left: 0; width: 8px; height: 8px; background: url(/images/topleft.gif) no-repeat;}
		.upperleft {position: absolute; top: 0; right: 0; width: 8px; height: 8px; background: url(/images/topright.gif) no-repeat;}
		.lowerright {position: absolute; bottom: 0; left: 0; width: 8px; height: 8px; background: url(/images/bottomleft.gif) bottom no-repeat;}
		.lowerleft {position: absolute; bottom: 0; right: 0; width: 8px; height: 8px; background: url(/images/bottomright.gif) bottom no-repeat;}

		#table { position: absolute; left: 10px; width: 595px; height: 280px;}

			#map { top: 10px; border-style: inset; border-width: 2px; height: 380px; width: 595px; }

#subcontent {top: -40px; left: -10px; width: 275px; height: 430px; position: absolute;}

#side_bar { color: #006ea4; font-weight: bold; font-size: 16px; text-align: center; left: 10px; top: 10px; position: absolute; width: 255px; }

#side_bar a {text-decoration: none;}

#directions { border-style: inset; border-width: 2px; height: 80px; text-align: center; font-size: 10px; left: 10px; top: 60px; position: absolute; width: 250px; }



















