body {
	margin: 0px;
	}
	
#container {
	width: 890px;
	margin:20px auto;
	}
	
#contactBox {
	margin-top:40px
	}

#footer {
	clear: both;
	width:890px;
	padding: 70px 0px 0px 15px;
	background: url('../images/bg_footer.jpg') no-repeat #FFF;
	}

#mid {
	width:820px;
	padding:15px 35px 0px 35px;
	background: url('../images/bg_mid.jpg') repeat-y;
	}
	
#pa_city_nav {
	width:920px;
	margin: 0px auto;
	margin-bottom: 25px;
	}

#primary_nav {
	width: 890px;
	margin: 0px auto;
	}

#left_col {
	margin-right:10px;
	padding-right:20px;
	width:540px;
	border-right:4px dotted #c7a588
	}
	
#quicklinks {
	width:246px;
	height:161px;
	margin-top:80px;
	background:url('../images/bg-quicklinks.png') no-repeat;
	}

#right_col {
	width:240px;
	margin-right:0;
	}
	
#super_ttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 818px;
	border-bottom:4px dotted #c7a588;
	}
	
/* FLOATS */
.float_left {
	float:left
	}
	
.float_right {
	float:right
	}

/* CLEARS */
.clear_left {
	clear:left;
	}

.clear_right {
	clear:right
	}
	
.clear_both {
	clear: both;
	}