@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    width: 240px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0; 
    padding: 0; 
    border: 0;
	text-align: left;
	background-color: #FFFFFF;
}

.shareButton  {
	display: none
}


.oneColFixCtrHdr #container {
	width: 240px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header {
	width: 240px;
	text-align: left;
	padding: 0;
	background-color: #2c2216;
}

.oneColFixCtrHdr #mainINDEXContent  {
	background-color: #E6F1FA;
	background-image: none;
	height: auto;
	padding: 0;
	margin: 0px;
	border: 1px solid #B79C78;
}

.oneColFixCtrHdr #mainPier54Content  {
	background-color: #ffffff;
	background-image: none;
	padding: 0;
	margin: 0px;
	border: 1px solid #B79C78;
}

.oneColFixCtrHdr #mainRR2Content  {
	background-color: #ffffff;
	background-image: none;
	padding: 0;
	margin: 0px;
	border: 1px solid #B79C78;
}

.oneColFixCtrHdr #mainRR3Content  {
	background-color: #ffffff;
	background-image: none;
	padding: 0;
	margin: 0px;
	border: 1px solid #B79C78;
}


.bandTable {
	margin: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-color: #2c2216;
	padding: 0px;
}

#bandListImages, #bandwrapper  {
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #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: 4px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
