html, body
{
	/* height: 100%;*/
	padding: 0px; 
	margin: 0px;
}
body
{
	display: table;
	/* height: 100%; */
	width: 100%;
	background-image:url('background-leaves.jpg');
	background-repeat:repeat;
	padding: 0px; 
	margin: 0px;
}
img 
{
	border: none;
}
.hidden
{
	display: none;
}
/* DIVS */
#ia_containerwrapper
{
	display: table-cell;
	vertical-align: middle;
}
#ia_container
{
	width: 976px;
	margin: 0 auto;
	padding-top: 5px;
}
#ia_languageChoice
{
	text-align: right;
}
#ia_header
{
	background-image: url('background-header.jpg'); 
	background-repeat: none;	
	width: 976px;
	height: 199px;
}
#ia_headerLeft
{
	padding: 0px;
	margin: 0px;
	width: 224px;
	float: left;	
	padding: 24px 0px 0px 0px;
	margin: 85px 0px 0px 0px;
}
#ia_headerRight
{
	width: 728px;
	float: right;
	padding: 24px 24px 0px 0px;	
	text-align: right;
}
#ia_logoProtector
{
	width: 224px;
	height: 85px;
	border: none;
}
#ia_headerImage
{
	width: 704px;
	height: 175px;
}
#ia_central
{
	width: 976px;
	margin: 0 auto;
}
#ia_navigationBlock
{
	width: 224px;
	float: left;
}
#ia_navigationBackGroundContainer
{
	width: 224px;
	background-color: #16366F;
}
#ia_navigation
{
	padding: 12px 0px 24px 24px;
}
#ia_otherinfoContainer
{
	width: 224px;
}
#ia_otherinfo
{
	
}
#ia_otherinfo .ia_otherinfoblock
{
	padding: 10px 0px 5px 24px;
}

#ia_contentBlock
{
	width: 752px;	
	float: right;
}
#ia_contentBackGroundContainer
{
	width: 752px;
	background-image: url('background-contentBlock.jpg');
	background-repeat: repeat-y;
}
#ia_contentnavigation
{
	text-align: right;
	padding: 5px 48px 0px 48px;
}
#ia_content
{
	padding: 0px 48px 24px 48px;
}
#ia_content h1
{
	color: #16366F;
	text-decoration: underline;
	font-size:20px;
}
#ia_bottomBar
{
	height: 24px;
	width: 752px;
	background-color: #16366F;
}
#ia_footer
{
	padding: 0px 0px 0px 24px;
	text-align: right;
}