#whitebar {
	position: fixed;
	background-color: #fff;
	height: 100%;
	width: 20px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 20;
}

#logo {
	position: fixed;
	top: 0px;
	left: 20px;
	margin-top: 0px;
	background-image: url(../images/ipab_logo.png);
	background-repeat: no-repeat; 	height: 165px;
	width: 160px; 	margin-bottom: 5px;
  	margin-left: 0px;
	z-index: 16; 
}

#otherlogos {
	position: fixed;	
	top: 470px;
	left: 25px;
	width: 150px;
	height: 100px;
	background-color: #0090cf;
	z-index: 16;
}

#banner {
	position: fixed;
	top: 0px;
	left: 180px; 	
	height: 150px;
	width: 701px;
  	margin-left: 0px;
	margin-top: 0px;
	background: #ffffff;
	background-image: url(../images/ipab_banner.png);
	background-repeat: no-repeat; 	margin-bottom: 5px; 	border: 0px solid #ccc;
	z-index: 5; 
}