#menu ul li #menu-home, #menu-home:active, #menu-home:visited
{
	background-image:	url("../images/menu/home.gif");
	width: 60px;
	cursor: default;
}
#menu ul li #menu-home:hover
{
	background-position: 0 0;
}
#contentArea
{
	width:				960px;
	height:				686px; 
	background-image:	url("../images/bg/home.jpg");
}
#contentArea h2.hometitle
{
	font-weight: normal;
	font-style: italic;
	padding-top:		10px;
	padding-bottom:		8px;	
}
#contentArea #content
{
	width:				330px;
	float:				left;
	padding-left:		30px;
	padding-top:		65px;
}

