@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0A0808;
	background-image: url(images/bodybg.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	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;
	scrollbar-base-color: #4f3d1e;
	scrollbar-arrow-color: #FBB829;
	scrollbar-3dlight-color: #4f3d1e;
	scrollbar-darkshadow-color: #4f3d1e;
	scrollbar-face-color: #1693A5;
	scrollbar-highlight-color: #4f3d1e;
	scrollbar-shadow-color: #4f3d1e;
	scrollbar-track-color: #4f3d1e;

}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;
	z-index: 100;
}

.oneColLiqCtrHdr #mainContent {

	background-image: url(images/contentbg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 350px;
	top: 187px;
	z-index: 1;
	padding: 0;
	position: static;
	

}

.oneColLiqCtrHdr #hourscontent {

	background-image: url(images/hoursbg.jpg);
	background-repeat: repeat;
	height: 320px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #contactcontent {

	background-image: url(images/contactbg.gif);
	background-repeat: repeat;
	height: 320px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #eventscontent {

	background-image: url(images/eventspattern.gif);
	background-repeat: repeat;
	height: 350px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #mainContenthistory {

	background-image: url(images/historylarge.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	overflow: hidden;
	height: 350px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #mainContentmugs {

	background-image: url(images/mugshotsbg.gif);
	background-repeat: repeat;
	background-position: left;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	height: 350px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #menupage {

	background-image: url(images/menubg.gif);
	background-repeat: repeat;
	text-align: center;
	height: 350px;
	top: 200px;
	z-index: 1;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 24px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	clear: both;
} 

.tablenospace {
	
	border-collapse: collapse;
	z-index: 300;
	
}

.menubg {
	
	background-image: url(images/images/nav_01.gif);
	background-repeat: repeat-x;
	
}

#left {

background-image: url(images/conright.gif);
background-repeat: no-repeat;
left: 0px;
width: 305px;
z-index: 4;
top: 193px;
position: absolute;
height: 350px;
display: inline;

}

#right {

background-image: url(images/conleftbg.jpg);
background-repeat: no-repeat;
right: 0px;
width: 545px;
z-index: 3;
top: 193px;
position: absolute;
height: 350px;
display: inline;
}

#lefthistory {


left: 0px;
width: 745px;
z-index: 3;
top: 193px;
position: absolute;
height: 350px;
display: inline;

}

#righthistory {


right: 0px;
width: 545px;
z-index: 4;
top: 193px;
position: absolute;
height: 350px;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 40px;
padding-left: 20px;
display: inline;

}

#top {
	z-index: 99;
	width: 100%;
	top: 193px;
	position: absolute;
	height: 350px;


}

.spacedbottom {
	
	padding-bottom: 1px;
	
}

.framed  {
	
		scrollbar-base-color: #4f3d1e;
	scrollbar-arrow-color: #FBB829;
	scrollbar-3dlight-color: #4f3d1e;
	scrollbar-darkshadow-color: #4f3d1e;
	scrollbar-face-color: #1693A5;
	scrollbar-highlight-color: #4f3d1e;
	scrollbar-shadow-color: #4f3d1e;
	scrollbar-track-color: #4f3d1e; 
	
	}
	
#scrollthissucka  {
	
	overflow-y: scroll;
	overflow-x: hidden;
	height: 340px;
	
	
}

#overflowing {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 272px;
	font-size: 12px;
	width: 344px;
	
	
}
