@charset "utf-8";
html, body {
height:90%;
font: normal 100% "Bookman Old Style", serif;
line-height: 200%;
text-align: left;
background-color:#666;
margin-bottom:.5em;
margin-top:.5em;
padding-bottom:.5em;
margin-left:auto;
margin-right:auto;
}
@font-face {
  font-family: "Niagara Engraved";
  src: url(http://nightsbeforechristmas.com/fonts/NIAGENG.TTF) format("truetype");
  font-family: "Bookman Old Style";
  src: url(http://nightsbeforechristmas.com/fonts/BOOKOS.TTF) format("truetype");
}

h1 {
 	margin: 10px 0 10px 0;
  	color: #FFF;
  	font: 250% "Niagara Engraved";
	letter-spacing: 125%;
  	line-height: 200%;
  	text-align:left;
}
h2 {
  	margin: 10px 0;
  	color:#fff;
  	font:bold 115% "Bookman Old Style", serif; 
  	padding-bottom: 1.5em;
  	text-align:center;
}
h3{
	font: bold 100% "Bookman Old Style", serif;
	color: #fff;
 	margin: 10px 0;
 	padding: 0px;
	line-height: 150%;
	padding-bottom: 1.5em;
	text-align:center;
}
h4{
	font-size: 100% "Bookman Old Style", serif;;
	color: #fff;
	margin: 10px 0;
	padding: 0px;
	line-height: 150%;
	padding-bottom: 1.5em;
	text-align:center;
}
h5{
	font:bold 100% "Bookman Old Style", serif;;
	color: #fff;
	margin: 10px 0;
	padding: 0px;
	line-height: 150%;
	padding-bottom: 1.5em;
	text-align:justify;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #9B1031;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	margin-top: 0px;
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but  5 further */
	padding:50px 10px 0 10px;
}
.twoColFixRtHdr #sidebar1 img{
	padding-bottom:5px;
	}
.twoColFixRtHdr #mainContent { 
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top : 0px;
	text-align : justify;
	letter-spacing :3px;
	word-spacing : 3px;
	line-height : 125%;
	color: #ffffff;
	font: 110% "Bookman Old Style", serif;
	padding-bottom: 1em;
	border-right: 2px solid #fff;
} 
.twoColFixRtHdr #hours{
	vertical-align:bottom; 
	padding: 25px 0 0 0;
	font-size: 110%;
	text-align:center;
}
.twoColFixRtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColFixRtHdr #subfooter { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 10px 10px 10px 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 10px 20px 10px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacer{
height:15px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #009900;
}
a:active {
	color: #FFFFFF;
}
.navbar #img{
	padding-bottom:25px;
	}