.frame
{
	margin:0px 0px 0px 20px;
	width: 100%;
}
/* ---------------------------------------------- HEAD ---------------------------------- */
.head
{
	float:left;
	width:960px;
}
.head-top
{
	float:left;
	width:960px;
}
.head-top-left
{
	float:left;
	width:730px;
}
.head-top-right
{
	float:left;
	width:230px;
}
.head-middle
{
	float:left;
	width:960px;
	height:90px;
	background-image: url(../images/bifa-head.jpg);
	background-repeat: no-repeat;
}

.head-m-left
{
	float:left;
	width:110px;
	padding-right: 10px;

}
.head-m-middle
{
	float:left;
	width:110px;
	padding-right: 10px;

}
.head-m-right
{
	float:left;
	width:110px;
  padding-right: 10px;
}
/* ---------------------------------------------- CONTENT ---------------------------------- */

.content
{
	float:left;
	width:930px;
	background-color:#F9F9F9;
	border:#000 0px solid;
}
/* ---------------------------------------------- CONTENT-LEFT ---------------------------------- */
.content-left
{
	float:left;
	width:200px;
}
.c-l-nav
{
	float:left;
	width:180px;
	margin:20px 0px 0px 10px;

}
/* ---------------------------------------------- CONTENT-MIDDLE ---------------------------------- */
.content-middle
{
	float:left;
	width:526px;
	height:420px;
	background-color:#FFF;	
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
.c-m-content-text
{
	float:left;
	width:500px;
	margin:20px 0px 0px 12px;

}
.c-m-content-function
{
	float:left;
	width:500px;
	text-align:right;
	margin:20px 0px 0px 12px;

}
/* ---------------------------------------------- CONTENT-RIGHT ---------------------------------- */
.content-right
{
	float:left;
	width:195px;
	border:#000 0px solid;
	
}
.c-r-content-top
{
	float:left;
	width:175px;
	margin:20px 0px 0px 10px;

}
.c-r-content-middle
{
	float:left;
	width:175px;
	margin:20px 0px 0px 10px;

}
.c-r-content-bottom
{
	float:left;
	width:175px;
	margin:20px 0px 0px 10px;

}







	
