.headCont
{
	/*background: #726159;*/
}
/* CH Giacomo
.subMenu
{
  visibility: hidden;
}
*/
/* Top box images'contents: 3 boxes, one for each column */
.topBox
{
	float: left;
	/*background: #928077;*/
	width: 303px;
	height: 100%;
	overflow: hidden;
}

.imgBox
{
	float: left;
	width: 616px;
	height: 465px;
	margin-left: 10px;
}

.imgBox img
{
  width: 100%;
	height: 100%;
}

/* Text part*/
.textBoxWrapper
{
  padding: 0;
  margin: 0;
	float:left;
	width: 283px;
	text-align: left;
	position: relative;
	top: 10px;
	left: 10px;
}

.textHead
{
	float:left;
	width: 283px;
	height: 30px;
}

.textHead span
{
	font-size: 10px;
	line-height: 15px;
}

.textHead .title
{
	font-size: 12px;
}

.text p
{
	font-size: 10px;
	line-height: 15px;
}
