#home_feature {
	width: 690px;
	height: 481px;
	background-color: white;
}

#home_feature_christmas {
	width: 690px;
	height: 100%;
	background-color: white;
}

#home_feature_placeyourface {
	width: 690px;
	height: 285;
	background-color: white;
}

#sub_feature {
	width: 690px;
	height: 212px;
	background-color: white;
}

#home_content {
	width: 690px;
	height: 212px;
}

#home_content table {
	width: 100%;
	height: 100%;
	padding: 0px;
}

.home_content {
	width: 230px;
	height: 212px;
	display: block;
	float: left;
}

#home_special_promotions {
	background: white url(images/home_special_promotions.png) no-repeat top left;
}

#home_calendar_of_events {
	background: white url(images/home_calendar_of_events.png) no-repeat top left;
}

#home_latest_news {
	background: white url(images/home_going_local.gif) no-repeat top left;
}

#xmashome_special_promotions {
	background: white url(images/tvic_box_red.png) no-repeat top left;
}

#xmashome_calendar_of_events {
	background: white url(images/tvic_box_gold.png) no-repeat top left;
}

#xmashome_latest_news {
	background: white url(images/tvic_box_green.png) no-repeat top left;
}

#home_content table {
	position: absolute;
	border-bottom: 1px dashed #a7a7ab;
	width: 195px;
	height: 130px;
	left: 15px;
	top: 43px;
	border-collapse: collapsed;
	color: #363638;
}

#home_content td {
	border-top: 1px dashed #a7a7ab;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.home_more_link {
	position: absolute;
	text-align:right;
	height: 16px;
	width: 200px;
	top: 182px;
	left: 15px;
}

.home_content a,
.home_content a:link,
.home_content a:visited {
	color: #363638;
	text-decoration: none;
}

.home_content a:hover {
	text-decoration: underline;
}

