@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FCF7E4;
	background-attachment: fixed;
	background-image: url(../images/bg-skyline.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.downtown-master #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #513D09;
	text-align: left;
	filter: DropShadow(Color=ffffff, OffX=4, OffY=4, Positive=4);
}
.downtown-master #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 144px;
}
.downtown-master   #menuArea   {
	width: 100%;
	background-color: #FBF1D7;
	height: 28px;
}
.downtown-master #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.downtown-master #mainContent h1{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}
.downtown-master #mainContent h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.downtown-master #mainContent p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.downtown-master #mainContent a:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95700F;
}
.downtown-master #mainContent a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B23E0F;
}
.downtown-master #mainContent a:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95700F;
}
.downtown-master #mainContent #nextMeeting{
	width: auto;
	padding-bottom: 10px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.downtown-master #mainContent #mainLeft{
	float: left;
	width: 300px;
	margin-left: 40px;
	background-image: url(../images/bg-headers.gif);
	background-repeat: repeat-x;
	padding-left: 6px;
}
.downtown-master #mainContent #mainLeft h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.downtown-master #mainContent #mainRight{
	float: left;
	width: 300px;
	background-image: url(../images/bg-headers.gif);
	background-repeat: repeat-x;
	padding-left: 6px;
	margin-left: 40px;
}
.downtown-master #mainContent #mainRight h2{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.downtown-master #footer {
	padding: 0 10px;
	clear: both;
	background-color: #FBF1D7;
	z-index: 10;
	margin-top: 20px;
}
.downtown-master #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.downtown-master  #bottom  {
	height:50px;
(or whatever height you have)
margin-top:-50px; 
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 0;
}
.downtown-master #mainContent #thingsTable h1{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.downtown-master #mainContent #thingsTable h2{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.downtown-master #mainContent #thingsTable p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fltRt {
	float: right;
	padding-left: 40px;
}
