.page_home #body .templateWrapper {
	background-image: none;
}
#topRow {
	width: 1000px;
	height: 360px;
	padding: 0px 10px;
	background: url('../images/home/top_bg.png') top left no-repeat;
}
	#featuredNews {
		display: block;
		width: 291px;
		height: 325px;
		float: left;
		padding: 35px 35px 0px;
	}
		#topStory {
			height: 180px;
		}
			#topStory .title {
				margin: 0px;
				padding: 0px 0px 10px;
				font-size: 18px;
			}
			#topStory .abstract {
				font-size: 12px;
				line-height: 18px;
				color: #3d4652; 
			}
				#topStory .abstract .readMore {
					display: inline-block;
					width: 61px;
					height: 16px;
					background: url('../images/home/news_readmore.png') top left no-repeat;
					text-indent: -10000px;
				}
				#topStory .abstract .readMore:hover {
					background-position: 0px -16px;
				}
		#moreNews {
		}
			#moreNews ul {
				margin: 0px;
				padding: 25px 0px 0px;
			}
				#moreNews ul li {
					margin-bottom: 10px;
					padding-left: 15px;
					background: url('../images/home/news_arrow.png') 0px 3px no-repeat;
					line-height: 14px;
				}
					#moreNews ul li a {
						font-weight: bold;
					}
	#featuredPhotos {
		display: block;
		position: relative;
		float: right;
		width: 639px;
		height: 360px;
	}
		#photoContainer {
			position: absolute;
			top: 8px;
			right: 8px;
			width: 623px;
			height: 344px;
		}
			#photoContainer img {
				display: block;
			}
		#caption {
			position: absolute;
			bottom: 8px;
			right: 8px;
			width: 593px;
			height: 30px;
			padding: 15px;
			background: url('../images/home/news_captionbgrepeat.png') top center repeat-y;
			font-size: 16px;
			line-height: 30px;
			font-weight: bold;
			color: white;
		}
		#previousPhoto {
			display: block;
			position: absolute;
			top: 148px;
			left: 8px;
			width: 23px;
			height: 40px;
			background: url('../images/home/news_arrow_left.png') top left no-repeat;
			text-indent: -10000px;
		}
		#nextPhoto {
			display: block;
			position: absolute;
			top: 148px;
			right: 8px;
			width: 23px;
			height: 40px;
			background: url('../images/home/news_arrow_right.png') top left no-repeat;
			text-indent: -10000px;
		}
#bottomRow {
	width: 1000px;
	height: 340px;
	padding: 0px 10px;
	background: url('../images/home/bottom_bg.png') top left no-repeat;
	color: white;
	zoom: 1;
}
	#bottomRow a {
		color: white !important;
	}
	#featuredIssues {
		float: left;
		width: 645px;
		padding: 20px 0px 0px 25px;
		zoom: 1;
	}
		#featuredIssues h2 {
			float: left;
			margin: 0px 0px 0px 5px;
			padding: 0px;
			width: 163px;
			height: 36px;
			background: url('../images/home/whylynn_title.png') top left no-repeat;
			text-indent: -10000px;
		}
		#learnMore {
			display: block;
			float: left;
			margin: 14px 0px 0px;
			padding: 0px;
			width: 107px;
			height: 17px;
			background: url('../images/home/whylynn_learnmore.png') top left no-repeat;
			text-indent: -10000px;
		}
		#learnMore:hover {
			background-position: 0px -17px;
		}
		#issuesRow {
			clear: left;
			padding-top: 15px;
			zoom: 1;
		}
			#issuesRow .featuredIssue {
				float: left;
				width: 191px;
				padding: 0px;
				margin-right: 10px;
			}
				#issuesRow .featuredIssue .title {
					margin: 0px;
					padding: 15px 8px;
					font-size: 16px;
				}
				#issuesRow .featuredIssue .abstract {
					margin: 0px;
					padding: 0px 8px;
					line-height: 14px;
				}
					#issuesRow .featuredIssue .abstract a {
						font-weight: bold;
					}
	.page_home #latestVideos {
		width: 330px;
		float: right;
		padding-top: 25px;
	}
	/* the rest of the styles should be in template.css */
