/* CSS  Document */

#header {
	background-image: url(../images/BIS_logo.jpg);
	border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 2px;
	height: 150px;
	margin-bottom: 0px;
			
}

.leftsidebar {
	color: #333333;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
	width: 220px;
			
}

.rightsidebar {
	color: #333333;
	float: right;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 15px;
	width: 170px;
			
}