#colMain h1#videofilm {
	background:url(../images/bg_h1_videos.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#audio {
	background:url(../images/bg_h1_audio.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#maps {
	background:url(../images/bg_h1_maps.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#narrative {
	background:url(../images/bg_h1_narrative.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#interactive {
	background:url(../images/bg_h1_interactive.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#illustration {
	background:url(../images/bg_h1_illustration.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#photograph {
	background:url(../images/bg_h1_photo.png) no-repeat;
	margin-bottom:0;
}

#colMain h1#books {
	background:url(../images/bg_h1_books.png) no-repeat;
	margin-bottom:0;
}

#colMain #leftColContent {
	width:273px;
	float:left;
	margin-top:1.5em;
}
	#colMain #leftColContent form {
		padding-bottom:1px;
		margin-bottom:1em;
		width:273px;
		background:url(../images/bg_dots.png) repeat-x left bottom;
		clear:left;
	}
		#colMain #leftColContent fieldset {
			background-color:#F3F3EC;
		}
		#colMain #leftColContent form label {
			padding:.7em 0;
			display:block;
			background-color:#FFF;
		}
		#colMain #leftColContent form input {
			width:218px;
			border:1px solid #CCC;
			padding:4px 1px;
			background:#FFF url(../images/bg_search_video.png) no-repeat;
			float:left;
			margin:8px 5px 6px 6px;
		}
		#colMain #leftColContent form input.submit {
			background:url(../images/bg_searchbutton.png) no-repeat;
			width:28px;
			height:28px;
			font-size:0;
			text-indent:-5000px;
			border:0;
			_padding-top:30px;
			color:#FFF;
			margin:5px 0 0 0;
			cursor:pointer;
			cursor:hand;
			height:33px;
		}
		#colMain #leftColContent form p {
			clear:left;
			margin-bottom:.3em;
		}
			#colMain #leftColContent form p a {
				color:#C64425;
				text-decoration:none;
				padding:.8em 5px .8em 12px;
				background:url(../images/bg_orange_chevron.png) no-repeat left center;
				display:block;
			}
		#colMain #leftColContent h2#searchVideo {
			background:url(../images/bg_searchvideo.png) no-repeat;
			width:167px;
			height:33px;
		}
		#colMain #leftColContent #collections {
			width:273px;
		}
			#colMain #leftColContent #collections h2 {
				background:url(../images/bg_collections.png) no-repeat;
				width:167px;
				height:33px;
				margin-bottom:1.4em;
			}
			#colMain #leftColContent #collections p {
				clear:left;
			}
#colMain #rightColContent {
	width:273px;
	float:left;
	margin:1.5em 0 0 12px;
}
	#colMain #rightColContent h2 {
		background:url(../images/bg_newfeatured.png) no-repeat;
		width:156px;
	}
	#colMain #rightColContent ul {
		background-color:#F3F3EC;
		border:1px solid #DDC;
		padding:.8em 9px 0 9px;
		float:left;
	}
		#colMain #rightColContent ul li {
			clear:left;
			float:left;
			margin-bottom:1em;
			width:253px;
		}
			#colMain #rightColContent ul li a {
				color:#C64425;
				text-decoration:none;
				padding:0 5px .4em 95px;
				display:block;
			}
				#colMain #rightColContent ul li a img {
					float:left;
					margin:0 0 0 -95px;
				}
			#colMain #rightColContent ul li p {
				padding-left:95px;
			}
			html>/**/body #colMain #rightColContent ul li.last p {
				margin-bottom:0;
			}
			
			
			
