html { min-height: 100%; margin-bottom: 1px; }

body  {
	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 */
	background-color: #666666;
}
.thrColFix #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 620px;
	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. */
	background-color: #F9DD95;
		background-image: url(http://www.whitewhalereview.com/images/papertile.jpg);
	background-repeat: repeat-y repeat-x;

} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	height: 420px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 15px 20px 15px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
			background-image: url(http://www.whitewhalereview.com/images/tornhomer.jpg);
	background-repeat: repeat-y;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	height:420px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 15px 20px 15px; /* padding keeps the content of the div away from the edges */
	background-color: #AD784D;
		background-image: url(http://www.whitewhalereview.com/images/tornhomel.jpg);
	background-repeat: repeat-y;
	text-align:center;

}
.thrColFix #mainContent {
	padding: 30px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 250px;
	margin-left: 250px;

}


.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;
}

.fontmain {
	color: #000000;
	font-family: Georgia;
	font-size: 10pt;
	text-indent: 22px;
	margin-top: 0px;
	margin-bottom:8px;
	text-align:left
}

.fontmain1 {
	color: #000000;
	font-family: Georgia;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom:8px;
	text-align:left
}

.fontsb {
	color: #000000;
	font-family: "Myriad Pro", Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right:20px;
	
}

.sbheading {
	color: #000000;
	font-family: "Myriad Pro", Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
}

.sbheading1 {
	color: #000000;
	font-family: "Myriad Pro", Arial;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
}


.WWR {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	height: 25px;
	overlow: hidden;
}

.image {
	overflow:hidden;
	font-size: 6px;
}
