*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-size: 0.75em;
	line-height: normal;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
		background:#E1F0E4;
	background:url(../images/bg_body.gif);
}

a
{
	font-size: 1.25em;
	color: #555555;
	text-decoration: none;
	/*border-bottom: 1px dotted #79963F;*/
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}

#head
{
	float: left;
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(../images/bg_head_home.gif);
	background-repeat:no-repeat;
	background-position: left;
}

#container
{
	margin: auto;
	width: 65em; /*780px*/
	
	min-height: 350px;
    height: auto !important;
    height: 350px;	
	background:url(../images/bg_container_home.gif);
	background-repeat: repeat-y;
}

#content
{
	width: 100%;
	height: 460px;
	float: left;
	text-align: left;
	background-image:url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

#fi
{
	width: 26.5em;
	float: left;
	text-align: left;
	margin-top: 110px;
	background: url(../images/blase_home_fi.gif);
	background-repeat: no-repeat;
}

#fi img
{
	float: right;
}

#fi #txt
{
	float: left;
	width: 15em;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

#fi #txt p
{
	margin-top: 70px;
	margin-left:90px;
}

#de
{
	width: 28.4em;
	float: right;
	text-align: left;
	margin-top: 110px;	
	background: url(../images/blase_home_de.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#de img
{
	float: left;
	margin-right: 8px;
}

#de #txt
{
	float: left;
	width: 15em;
	padding-top: 0px;
	text-align: left;
	padding-right: 0px;
}

#de #txt p
{
	margin-top: 80px;
	margin-left:30px;
}


#footer
{
	float: left;
	width: 100%;
}

#clear
{
	height: 20px;
	clear: both;
	background:#FF0000;
	background: url(../images/bg_clear.gif);
	background-repeat: no-repeat;
}