@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #90181B url(images/background-tile.gif) repeat-x top;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #90181B;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* 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: 165px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 40px 0 72px;
	margin: 0px;
}
#mainContent p {
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 0px;
}
#NavBar {
	padding-left: 66px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 72px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.BlackBox {
	padding-top: 20px;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: .5em;
}
.ClearFloat {
	clear: both;
	height: 2px;
	margin: 0px;
	padding: 0px;
}
.Menu-Active {
	color: #000;
	background-image: url(../images/black-triangle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.GalleryThumbs {
	text-align: left;
	float: left;
	width: 128px;
	margin-right: 16px;
	margin-bottom: 10px;
}
.GalleryThumbs p {
	margin: 0px;
	padding: 0px 0px 0px;
}
.MusicThumbs {
	text-align: left;
	float: left;
	width: 311px;
	margin-right: 16px;
	margin-bottom: 30px;
}
.MusicThumbs p {
	margin: 0px;
	padding: 0px 0px 4px;
}
a:link {
	font-weight: bold;
	color: #d0bd97;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #d0bd97;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #d0bd97;
	text-decoration: underline;
}
