body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;/* #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1020px;
	max-width: 1020px;
}

.oneColLiqCtrHdr #header {
	text-align: center;
/*	background: #FFFFFF; */
	padding: 15px 0px 0 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. */
}
.oneColLiqCtrHdr #header #menu_bar{
	margin: 5px 0 0 0;
	width: 95%;
	position: relative;
	left: 2.5%;
	vertical-align: middle;
	height: 40px;
	color: #FFFFFF;
	font-size: 19px;
	background-image: url(../images/tile_back_SS.gif);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #header #menu_bar .menu_list {
	list-style: none outside;
}
.oneColLiqCtrHdr #footer #menu_bar_footer{
	margin: 5px 0 15px;
	width: 95%;
	position: relative;
	left: 2.5%;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/tile_back_SS.gif);
	background-repeat: repeat-x;
}

.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: #FFFFFF;*/
}

#menu_bar a:link, #menu_bar a:visited, #menu_bar a:active, #menu_bar_footer a:link, #menu_bar_footer a:visited, #menu_bar_footer a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.heading {
    color: #d11e1d;
    font-family: 'Papyrus', 'ArialMT', 'Arial', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.h_1 {
	text-align: center;
	font-size: 36px;
	margin: 0px;
	z-index: 2;
	line-height: 1;
}

.h_2 {
	z-index: 1;
	text-align: center;
	font-size: 19px;
	margin-top: -10px;
}

.main_page_img {
	margin-right: 20px;
}

.sample-scroll-image {
	padding-left:20px;
}

#santa-pic-div {
	z-index: 100;
}

#main-story {
	border: 2px solid black;
	margin:5px;
	padding: 5px;
	background-color: #FFFFFF;
}

#outer-story{
	background-image: url(../images/tile_back_SS.gif);
	border: 1px solid black;
}

#story-title{
	position: relative;
	left:10px;
	top: 10px;
}

#headings {
	margin-left: -13px;
	position: absolute;
}

.descrip_text {
	font-size: 15px;
	color: #3E3B3B;
}

.faq {
	font-size: 12px;
}

.faq b{
	font-size: 20px;
}



.question {
	background-color:LightGoldenRodYellow;
	font-size:14px;
	font-style:italic;
	line-height:2.5;
}

.answer {
	font-size: 13px;
}

.legal {
	font-size: 10px;
}

.contact_info{
	left:65px;
	position:relative;
	top:10px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#FFFFFF;*/
} 
.oneColLiqCtrHdr #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 */
}

.very_small_links {
	font-size:10px;
	position:relative;
	text-align:center;
	top:-12px;
	color: #666666;
}

.very_small_links a:link,.very_small_links a:visited, .very_small_links a:active {
	color:#666666;
	text-decoration: none;
}