@charset "UTF-8";
/* CSS Document */

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} .twoColFixRtHdr #container #bottomleft {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 40px;
}
.twoColFixRtHdr  #container #bottomright {
	background-position: center;
	background-repeat: no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-image: url(../images/logos_both.gif);
	height: 75px;
}
