@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/backing.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
}

h1{
	font-size:18px;
}
td{
	vertical-align:top;
}


.twoColFixRt img{
	padding-right:2px;
}
.twoColFixRt .quotes{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.twoColFixRt #container { 
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #sidebar1 {
	float: left;
	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 */
	margin-left: 20px;
	margin-top: 170px;
	color: #CCCCCC;
}
.twoColFixRt #sidebar1 a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.twoColFixRt #sidebar1 a:hover{
	color:#FFAEC5;
	padding-left:10px;
}

.twoColFixRt #mainContent {
	float: left;
	width: 452px;
	margin-top: 200px;
	margin-bottom: 0;
	margin-left: 16px;
	padding-right: 20px;
	padding-left: 20px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	background-image:url(images/backing-content.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	clear:both;
} 
.twoColFixRt #base {
	float:left;
	width:950px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
}
.twoColFixRt #base a{
	color:#FFFFFF;
	font-weight:bold;
}
.twoColFixRt #base a:hover{
	padding-left:0px;
}

.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;
}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { 		width: 220px; 	}
/* place css fixes for all versions of IE in this conditional comment */

.twoColFixRt #mainContent { 	zoom: 1; 		}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
