body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#500000;
	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: #FFFFFF;
	/*overflow-y: scroll;*/
	background-image:url(images/mainsplash_sm.png);
	background-repeat:repeat;
}
.oneColLiqCtrHdr #container {
	
	width: 86%;  /* this will create a container 95% of the browser width */
	background: #000000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #553322;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
	background: #000000; 
	/*padding: 0 10px 0 20px;*/  /* 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 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: #000000;
	background-image:url(images/mainsplash.png);
	background-position:center;
	background-position: 50% 10%;
	background-repeat:no-repeat;
	min-height: 700px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	/*height: 30px;
	position: relative;
	bottom: 5px;*/
} 
.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 */
}
/*td	{
	padding: 3px;
	}*/
td.roster {
	border: 1px #666666 solid;
	padding: 3px;
	}
table.reglist {
	font-size:12px;
	}		
a {
	color:#886644;
	text-decoration:none;
	}
td.shop {
	border: 1px #666666 solid;
	padding: 3px;
		}
td.shop_hd {
	border: 1px #666666 solid;
	padding: 3px;
	background-color: #332211;
	font-size:12px;	
	}	
a.button_black {
	 background:black;
	 padding:3px;
	 }
/*a:hover.button_black {
	background:white;
	padding:2px;
	color:black;
	}*/	 
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.menu {
	background-color:#000000;
}
.header {
	 font-size:16px;
	 font-weight:bold;
}
#body {
	padding: 10px;
	position:relative;
	left:170px;
	height: 675px;
	width: 70%;
	overflow:auto;
	}
	
#home {
	padding: 5px;
	position:relative;
	height: 675px;
	left: 5px;
	right: 5px;
	overflow:auto;
	}	
#menu {
	position: absolute;
	width: 160px;
	}
#archiveleft {
	position:absolute;
	left: 10px;
	width: 350px;
	}
#archiveright {
	position:absolute;
	left: 360px;
	width: 200px;
	overflow: auto;
	}
#shop {
	position:relative;
	left:170px;
	width:600px;
	text-align:left;
	padding: 5px;
	height: 675px;
	overflow:auto;
	}		
div.frontpage_narrow {
	border-bottom: 1px #500000 groove;
	padding: 5px;
	position: absolute;
	height: 120px;
	width: 45%;
	overflow: auto;
	text-align: center;
	}
div.frontpage_wide {
	border-bottom: 1px #500000 groove;
	padding: 5px;
	position: absolute;
	right: 10px;
	left: 10px;
	overflow: auto;
	text-align: center; 
	}
ul.nobullet {
	list-style:none;
	}	