@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #434343;
	background-image: url(../images/BackgroundColor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColLiqCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding-top: 8;
	padding-right: 0px;
	padding-bottom: 0;
	height: 50px;
	width: 950px;
	background-image: url(../images/Bar1.png);
}
.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 {
	background-color: #FFFFFF;
	width: 880px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	left: auto;
	right: auto;
	margin-left: 15px;
}
.oneColLiqCtrHdr #container #mainContent ul {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.oneColLiqCtrHdr  #mainContent  a  {
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent a:hover {
	text-decoration: underline;
}

.oneColLiqCtrHdr #footer {
	background-image: url(../images/Bar2.png);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: small;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColLiqCtrHdr #addthis {
	float: right;
	z-index: 75;
	clear: both;
}
.oneColLiqCtrHdr #players {
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: small-caps;
	background-color: #ffffff;
	width: 905px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #homeLeft {
	width: 280px;
	float: left;
}
.oneColLiqCtrHdr #homeCenter {
	width: 280px;
	margin-left: 18px;
	float: left;
}
.oneColLiqCtrHdr #homeRight {
	width: 280px;
	margin-left: 595px;
}
.oneColLiqCtrHdr #linksRight {
	float: right;
	width: 250px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColLiqCtrHdr  #linksRight  ul   {
	margin-left: -30px;
	list-style-type: none;
}
.oneColLiqCtrHdr #linksRight p {
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #linksRight a {
	text-decoration: none;
}
.oneColLiqCtrHdr #linksRight a:hover {
	text-decoration: underline;
}
.largeHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	background-color: #CCCCCC;
}
.oneColLiqCtrHdr #content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 615px;
	float: left;
}
.centeredText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	text-align: center;
}

