div.blockleft
{
	position: relative;
	width: 48%;
	padding: 0px;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
	overflow: hidden;
}

div.blockright
{
	position: relative;
	width: 48%;
	float:left;
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
}

span.blocktitle
{
	display:block;
	width: 94%;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
    	text-align: center;
}

h2.blocktitle
{
    display:block;
    width: 94%;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	color: black;
	margin: 2px;
}

div.innerblock
{
	display: table-cell;
	vertical-align: middle;
	width: 94%;  
	margin: 0px; 
	padding: 5px;
	border: 1px solid gold;
	overflow: hidden;
}

img.blockimage
{
	float: left;
	width: 160px;  
	height: 160px;
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
}

p.blocktext
{
	font-size: 13px;
	line-height: 1.3;
	text-align: justify;
}

div.blockinnertextcentered 
{
}


