#header {
	top: 0px;
	left: 322px;
	position: absolute;
	height: 222px;
	width: 639px;
	background-color: white;
}

	#banner_medium_safetyservices {
		background-image: url('/images/banner_medium_safetyservices.jpg');
		background-repeat: no-repeat;
		width: 208px;
		height: 185px;
		position: absolute;
		top: 29px;
		left: 4px;
	}
	
	#banner_medium_safetyproducts {
		background-image: url('/images/banner_medium_safetyproducts.jpg');
		background-repeat: no-repeat;
		width: 208px;
		height: 185px;
		position: absolute;
		top: 29px;
		left: 216px;
	}
	
	#banner_medium_safetytraining {
		background-image: url('/images/banner_medium_safetytraining.jpg');
		background-repeat: no-repeat;
		width: 207px;
		height: 185px;
		position: absolute;
		top: 29px;
		left: 428px;
	}
	
	
#breadcrumb {
	position: absolute;
	top: 5px;
	left: 65px;
	width: 550px;
	z-index: 5;
	text-align: right;
	font-size: 10px;
} 

#breadcrumb a {
	color: #AD0000;
}

#breadcrumb a:hover {
	text-decoration: none;
}
	
#content_wrapper_scrollable {
	position: absolute;
	top: 222px;
	left: 322px;
	width: 639px;
	background-color: #d4d3d3;
	z-index: 3;
	margin-bottom: 30px;
}

	.content_scrollable {
		z-index: 4;
		margin: 0px 20px 0px 35px;
		padding-top: 70px;
		position: relative;
		min-height: 600px;
		margin-bottom: 20px;
	}
	
	#content_wrapper_scrollable .bg_bottom_white {
		width: 639px;
		height: 38px;
		background-color: #ffffff;
	}
	
	#content_wrapper_scrollable .title {
		position: absolute;
		top: 28px;
		left: 35px;
		z-index: 5;
	}
	
	#content_wrapper_scrollable .title h1 {
		font-size: 20px;
		font-weight: normal;
		margin: 0px;
	}
  
	#content-text {
		padding-right: 20px;
	}
	
	#content-text a {
		color: #ad0000;
		text-decoration: underline;
	}
	
	#content-text a:hover {
		text-decoration: none;
	}
	
	#content-text p {
		margin-top: 0px;
	}
	
	#content-text h2 {
		font-size: 13px;
		margin-bottom: 5px;
		margin-top: 0px;
		font-weight: bold;
	}

