/* CSS Document */
body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6, {
margin: 0px;
padding: 0px;
border:0px none;
}
.clearing {
clear:both;
}
#wrapper 
{
	width: 768px;
	margin: 0 auto;
	height: 100%;
}
#header {
	height: 188px;
	padding: 5px;
	width: 98.75%;
	margin-bottom: -12px;
}
#footer {
	clear: both;
	width: 730px;	
}
#mainContent {
	width: 750px;
	margin: 15px 10px 10px;
	height: 100%;
}
#rtContent {
	float: right;
	width: 165px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 15px;
}
#lftContent {
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#headerImage {
	width: 515px;
	margin-left: 175px;
}
#author {
	height: 15px;
}
#navigation {
	height: 100%;
}
#quotes {
	width: 500px;
	margin-left: 210px;
	margin-top: 35px;
}
#map1 {
	background: url(images/boston_map.gif);
	display: block;
	padding: 4px;
	float: right;
	height: 240px;
	width: 332px;
	border-top: 2px solid #8A8166;
	border-right: 2px solid #8A8166;
	border-bottom: 2px solid #B2A885;
	border-left: 2px solid #B2A885;
	margin-bottom: 10px;
	margin-left: 10px;
}
#map2 {
	background: url(images/indy_map.gif);
	display: block;
	padding: 4px;
	float: right;
	height: 280px;
	width: 280px;
	border-top: 2px solid #8A8166;
	border-right: 2px solid #8A8166;
	border-bottom: 2px solid #B2A885;
	border-left: 2px solid #B2A885;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leftBar {
	width: 300px;
	float: left;
}
#midBar {
	float: right;
	width: 150px;
	clear: both;
	margin-left: 10px;
}
