@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	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. */
	width: 900px;
}
.oneColLiqCtrHdr #header img {
	border: 0;
}
.oneColLiqCtrHdr #header a {
	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 #menubar {
	padding: 0 0 0 10px;
	background: #FFFFFF;
}
.oneColLiqCtrHdr #menubar a{
	margin: 0;
}
.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;
	width: 850px;
	font-size: 90%;
	margin: 0 20px;
}
.oneColLiqCtrHdr #mainImage {
	float: left;
	margin-right: 20px;
}
.oneColLiqCtrHdr #title {
	position: relative;
	margin-top: 10px;
	height: 25px;
	text-align:center;
}

.oneColLiqCtrHdr #left-element {
	position: absolute;
	left: 0;
	width: 25%;
}

	
.oneColLiqCtrHdr #right-element {
	position: absolute;
	right: 12px;
	width: 25%;
	text-align: right; /* depends on element width */
}
   
.oneColLiqCtrHdr #mainImage h3 {
	text-align:center;
	text-decoration:underline;
}
.oneColLiqCtrHdr #mainImage img {
	border: 0;
}
.oneColLiqCtrHdr #leftImage {
	float:left;
	clear:right;
}
.oneColLiqCtrHdr #rightImage {
	float:right;
	clear:left;
}
.oneColLiqCtrHdr #statsTable {
	font-size:90%;
}
.oneColLiqCtrHdr #statsTable table {
	border: 0;
	width: 500px;
}
.oneColLiqCtrHdr #pedigreeTable {
	font-size:12px;
}
.oneColLiqCtrHdr #pedigreeTable table {
	border: 0;
	width: 800px;
}
.oneColLiqCtrHdr #indexTable {
	font-size:14px;
}
.oneColLiqCtrHdr #indexTable table {
	border: 0;
}
.oneColLiqCtrHdr #indexTable table tr td img{
	border:0;
	padding-bottom: 10px;
}
.oneColLiqCtrHdr #indexTable table tr td a{
	padding-right: 10px;
	text-decoration: none;
}
.oneColLiqCtrHdr #adTable {
	font-size:12px;
}
.oneColLiqCtrHdr #adTable img {
	border:none;
}
.oneColLiqCtrHdr #adTable table {
	border: 0;
}
.oneColLiqCtrHdr #adTable table tr td {
	padding-right: 30px;
}
.oneColLiqCtrHdr #adTable table tr td a{
	text-decoration:underline;
	color:#0000FF;
}