/* CSS Document */
/* These are the styles for the Interventional Radiology section */

.menu_background {
	background-image: url('_shared_images/menu.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.content_left_bg {
	background-image: url('_shared_images/content_left_bg.gif');
	background-repeat: repeat-y;
}
.content_bottom_corner {
	background-image: url('_shared_images/content_botright_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.teal_photobox {
	background-color: #719C96;
	border: solid 1px #666666;
	padding: 5px;
	margin-bottom: 5px;
	width: 216px;
	text-align: center;
}
