/* fixes from standard.css */
div#content {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	height: 1050px;
	background-color: #fff;
}

/* make columns even */
div#leftcol {
	width:430px; }

div#rightcol {
	width:430px; }

/* make page title match other pages */
div#pagetitle {
	margin:20px 5px 15px 5px;
	padding:5px 0 0 15px; }

.partner {
	float:left;
	background:#fff;
	border:1px solid #bbb;
	width:380px;
	margin-bottom:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.partnerlogo {
	float:right;
	margin-top:5px;
	margin-right: 5px; }
