body {
	text-align: center;
	font-family: 'Verdana', sans-serif;
	background-color: #eee;
}
.ital {
	font-style: italic;
}
.indent {
	margin-left: 20px;
}
.footer {
	overflow: hidden;
	width: 100%;
}
article {
	text-align: left;
	color: #484848   ;
}
h4 {
	margin-top: 2em;
}
hr {
	width: 70%;
	margin-top: 2em;
	opacity: .50;
	filter: alpha(opacity=50); /*IE8 and earlier*/
}
section {
	width: 60%;
	margin: auto;
	/*text-align: center;*/
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 5em;
	margin-bottom: 1em;
}
#extWrapper {
	height: 100%;
	background-image: url('./images/ParkingBackground.png');
	text-align: center;
}
#intWrapper	{
	width: 66%;
	margin: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color: white;
	opacity: .98;
	filter: alpha(opacity=98); /*IE8 and earlier*/
}