#logo {
	background: #ffffff url(/images/logo_home.gif) no-repeat top left;
	float: left;
	display: block;
	width: 191px;
	height: 70px;
	margin-top: 52px;
	text-indent:-9009px;
}

/* This is used when the new logo is added to the site */
#logo_new {
	background: #ffffff url(/images/logo_home_new.gif) no-repeat top left;
	float: left;
	display: block;
	width: 184px;
	height: 59px;
	margin-top: 54px;
	text-indent:-9009px;
}

#header {
	background: #ffffff url(/images/bg_header_home.gif) no-repeat top left;
}

#headerContent {
	height: 139px;
}

#mainContent #left {
	float: left;
	margin-right: 1px;
}

#mainContent #right {
	float: right;
	width: 705px;
}