﻿/* CSS layout */
#core {
	width: 802px;
	margin-left:auto;
	margin-right:auto;
}

#masthead {
	width: 602px;
	height:100px;
	text-align: center;
	margin-left: 200px;
}

#container {
	position: relative;
	width: 100%;
}

#navbar {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200px;
	background-color: transparent;
	z-index: 100;
	height: 402px;
}

#page_content {
	margin-left: 201px;
}

#streetlevel {
	position:relative;
	float:left;
	margin-left:191px
	
}


	


