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

.twoColFixRtHdr #container {
	width: 785px;  /* 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 #logos {
	background-color: #BEC8CF;
	text-align: right;
	padding-top: 10px;
	padding-right: 37px;
}
