/* ----------------------------------------------------------------------------
#home
---------------------------------------------------------------------------- */

#home .flashArea {
	text-align: center;
	width: 100%;
	background-image: url(/frenesi/wp/wp-content/themes/original/images/common/h-bg.jpg);
		background-position: center; 
}

#home #header {
	margin-bottom: 20px;
}

#home .recentEntry h3 {
	background: url(../images/common/recententries_ttl.gif) left top no-repeat;
}

#home .whatsnew {
	margin-bottom: 20px;
}

#home .whatsnew h3 {
	background: url(../images/home/home_whatsnew_ttl.gif) left top no-repeat;
}

#home .whatsnew li a {
	border-bottom: 1px dotted #7ab7f4;
}

#home .whatsnew li a:hover {
	border-bottom: none;
}

