@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px; /* padding keeps the content of the div away from the edges */
	background-color: #036;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/footer-bg.png);
} 
.thrColFixHdr #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 */
}
.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;
}
.thrColFixHdr #container #mainContent p {
	font-size: 12px;
	padding-left: 40px;
	line-height: 20px;
	margin-left: 40px;
	color: #666;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 12px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 12px;
}
.bigbluehead {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/header-bg1.png);
}
.thrColFixHdr #container #mainContent .bigbluehead {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.leftcol {
	font-weight: bold;
	color: #006;
	background-image: url(images/rounded-lblue.png);
}
.thrColFixHdr #container #sidebar1 #left-div1 {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	background-color: #C2E0F1;
	width: 241px;
}
.thrColFixHdr #container #sidebar1 #left-div2 {
	width: 241px;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	background-color: #BEDCEF;
}
.thrColFixHdr #container #sidebar1 #left-div3 {
	color: #333;
	width: 241px;
	font-size: 12px;
	line-height: 17px;
	background-color: #BADAEE;
}
.thrColFixHdr #container #sidebar1 #left-div4 {
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-color: #BCDBEF;
	width: 241px;
}
.tablep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 3px;
}
.thrColFixHdr #container #mainContent #slotocash {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
}
.reviewtag {
	color: #FFF;
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	padding: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 15px;
}
.thrColFixHdr #container #mainContent #slutocash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	padding-bottom: 20px;
}

.thrColFixHdr #container #mainContent .reviewtag {
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
}
.floatleft {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.floatright {
	float: right;
}
.reviewtag2 {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/tag2.png);
	padding: 6px;
	background-repeat: no-repeat;
}
.tablehead {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/tablehead2.png);
	padding: 5px;
	font-size: 14px;
}
.thead2 {
	font-size: 13px;
	font-weight: bold;
	color: #036;
	background-image: url(images/tablehead-2.png);
	padding: 4px;
}
.tcell {
	color: #333;
	background-image: url(images/tablehead-2.png);
	padding: 3px;
	font-size: 13px;
}
a {
	color: #036;
}
a:hover {
	color: #069;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent .reviewtag {
	color: #FFF;
}
.thrColFixHdr #container #mainContent .reviewtag2 {
	color: #FFF;
}
.bonuscode {
	font-weight: bold;
	color: #069;
}

img {border: 0}