@charset "utf-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #630;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	right: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	margin: 0;
	letter-spacing: 7px;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 9px;
	height: auto;
}
.thrColFixHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	letter-spacing: 2pt;
	float: none;
	overflow: hidden;
	margin: auto;
	color: #000;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
} 
.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;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: left;
	color: #333;
	margin-right: 10px;
	padding-right: 0px;
	font-weight: lighter;
	padding-top: 8px;
	margin-top: 8px;
	padding-left: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #630;
	letter-spacing: 5px;
}
.thrColFixHdr #mainContent {
	margin-left: auto;
	font-size: 10px;
	border-top-width: 0px;
	float: left;
	margin-top: 8px;
	overflow: hidden;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
} 
.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;
}
.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;
}
.RSIDE {
}
<meta name="robots" content="index,follow"/>

<meta name="revisit-after" content="14 days"/>

<meta name="googlebot" content="index,follow"/> 

