/* @override http://applegetfive.com/A5BEI/CSS/oneColLiqCtrHdr.css */

@charset "UTF-8";
body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 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;
	background: #000000;
}
body.oneColLiqCtrHdr {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 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;
	background: #000000;
}

.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/* 	border: 1px solid #000000; */
	text-align: center;
	background: #6c5544 url(../images/dirt_tile_big.png) repeat;
}
td.TLS {
	background: url(../images/tlc.png) no-repeat;
	width: 4px;
	height: 45px;
}
td.TRS {
	background: url(../images/trc.png) no-repeat;
	width: 54px;
	height: 45px;
}
td.TOP {
	background: url(../images/top.png) repeat-x;
	height: 45px;
}
td.topnav {
	background-color: #ffef00;
	font: bold 13px Tahoma, Verdana, Arial;
	padding: 0;
	margin: 0;
}
div#topdate {
	width: 148px;
	background-position: 0 top;
	display: inline;
	float: right;
	position: relative;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-align: right;
}
td.nav_ls {
	background: url(../images/nav_ls.png) repeat-y;
	width: 44px;
}
td.nav_rs {
	background: url(../images/nav_rs.png) repeat-y;
	width: 54px;
}
td.LS {
	background: url(../images/l_side.png) repeat-y;
	width: 44px;
}
td.RS {
	background: url(../images/r_side.png) repeat-y;
	width: 54px;
}
td.td_Middle {
	padding: 0px;
	background-image: none;
}
td.Mid_top {
	padding: 0px;
	background: url(../images/top_picture2.png) no-repeat right top;
}
td.BLS {
	background: url(../images/blc.png) no-repeat;
	width: 4px;
	height: 45px;
}
td.BRS {
	background: url(../images/brc.png) no-repeat;
	width: 54px;
	height: 45px;
}
td.BOT {
	background: url(../images/bottom.png) repeat-x;
	height: 45px;
}

table.container_tb {
	width: 100%;
	margin: 0;
	padding: 0;
}
.oneColLiqCtrHdr #header {
	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 #topnav { 
	padding: 5px 10px;
	background-color: #ffef00;
}

.oneColLiqCtrHdr #mainContentHolder {
	margin: 10px 0px 0px;
	padding: 8px;
	background: #ffffff;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 96%;
	background: #ffffff;
	text-align: left;
}

.oneColLiqCtrHdr #footer { 
	padding: 0;
	border-top: thin inset black;
	border-left-color: thin inset black;
	border-bottom: thin outset silver;
	border-right: thin outset silver;
}
.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;
	color: whitesmoke;
}