/* Homepage CSS Doc */
#showcase {
	float: left;
	width: 609px;
	height: 310px;
	background-image: url(/images/jpg/showcase_bg.jpg);
	background-repeat: no-repeat;	
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#column_container {
	clear: both;
}
#whatsNew {
	padding-top: 36px;
	background-image: url(/images/jpg/whats_new.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
#rss_feed {
	float: left;
	width: 265px;
	padding-top: 36px;
	background-image: url(/images/jpg/home_blog_bg.jpg);
	background-repeat: no-repeat;
}
#wedding {
	float: left;
	width: 265px;
	padding-top: 36px;
	background-image: url(/images/jpg/home_wedding_bg.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}
#wedding p {
	width: 250px;
	margin-bottom: 5px;
}
#wedding a {
	color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #F1F5FF;
}
#wedding a:hover {
	color: #006699;
	background-color: #E8EEFF;
}
#photos {
	float: left;
	width: 250px;
	padding-top: 36px;
	background-image: url(/images/jpg/home_photos_bg.jpg);
	background-repeat: no-repeat;
}

