
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #291e16;
	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: #bba799;
}
.twoColFixLt #container { 
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #291e16;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #291e16; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
    font: 70% Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLt #sidebar1 h3  {
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

a, a:visited { font-size: 12px; margin-top:0px; margin-bottom:0px; padding:2px 0px 2px 0px; color: #bba799;}
a:hover { font-size: 12px; margin-top:0px; margin-bottom:0px; padding:2px 0px 2px 0px; color: #cc3300;}


.tipDay{
    float:right;
    width:180px;
	padding: 2px 0px 5px 35px;
    font-size: 9px;
	}












h1 {/* color: #677076; font-weight: bold;*/
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 20px 0px 15px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
	margin: 15px 0px 15px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	
	margin: 15px 0px 15px 0px;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #291e16;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bba799; height:15px;
	line-height: 18px;
}


td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #291e16;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bba799;
}
.content {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #291e16;
	margin: 0 10% 0 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bba799;  height:15px; line-height: 18px;
}

.content stong, b {
    color: #ddcfc6;
}



.button { 
width:140px; 
height:145px; 
position:absolute; 
text-align:left;

}





.tipDay{
    float:right;
    width:180px;
    background:#e0e2eb;
	padding: 2px 0px 2px 8px;
    font-size: 9px;
	}

.tipDay1{
    float:right;
    width:180px;
	padding: 2px 0px 2px 2px;
	}
	
.tipDay2 {
    float:left;
    width:150px;
	padding: 2px 0px 2px 2px;
    margin: 2px 0px 70px 2px;
    font-size: 9px;
    font-weight:bold;
    font-family:Arial, Helvetica; line-height: 12px; text-decoration: none;
	}
    
    
.tipDay2b {
    float:left;
    width:210px;
	padding: 2px 0px 2px 2px;
    margin: 2px 0px 70px 2px;
    font-size: 9px;
    font-weight:bold;
    font-family:Arial, Helvetica; line-height: 12px; text-decoration: none;
	}



















<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
-->