#wrapper {
	background-color: #F2F2F2;
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
}
#lftColumn {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 550px;
	width: 320px;
	float: left;
	position: relative;
}
#main {
	height: 550px;
	width: 1000px;
	background-image: url(images/ChicagoAtNight1.jpg);
	z-index: 1;
	position: relative;
}
#maincolumn {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	height: 550px;
	width: 800px;
	color: #000;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 150px;
	width: 1000px;
	left: 0px;
	top: 0px;
	position: relative;
}
#navbar {
	background-color: #333;
	height: 45px;
	width: 1000px;
	position: relative;
	clear: both;
}
#midColumn {
	text-align: left;
	padding: 0px;
	height: 550px;
	width: 320px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000;
	background-color: #999;
}
#rtColumn {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 550px;
	width: 320px;
	float: right;
	position: relative;
	right: 0px;
}
#footer {
	height: 35px;
	width: 1000px;
	position: relative;
	bottom: 0px;
	background-color: #333;
	clear: both;
}
#quicklink ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: right;
	width: 600px;
}
#quicklink li {
	text-align: center;
	display: inline;
	padding-right: .8em;
	padding-left: .8em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: groove;
	border-right-color: #000;
}
#quicklink li.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#lftColumn2 {
	text-align: left;
	padding: 0px;
	height: 550px;
	width: 150px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #100678;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #009;
}