<!-- 
html  {
	height:100%;
}
body  {
	height:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bars.png);
	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;
	font-size:11pt;
}
.thrColFixHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/shadows.png);
}
.thrColFixHdr #center { 
	margin-left: 15px;
	margin-right: 15px;
	background:#0099cc;
	padding:0px 40px 90px 10px;
	
}
.thrColFixHdr #stuff { 
	background:#ffffff;
	width:585px;
	border:2px solid black;
	padding:0px 40px 200px 15px;
	margin-left:135px;
	margin-top:17px;
	
}
#stuff h1 { 
	font-size:14pt;
	font-weight:bolder;
}

--> 
