/* CSS Document */

/************* IMAGES **********************/

/* display image align left */
.float_left{
	float: left;
	margin: 5px 10px 0px 0px;
	text-align: center;
}

/* display image align right */
.float_right{
	float: right;
	margin: 5px 0px 0px 10px;
	text-align: center;
}

/* display image in the center of the page */
.img_center{
	width:600px;
	text-align:center;
}

/* 2 images side-by-side */
.img_block{
	text-align:center;
}


/************* COLUMNS *********************/

/* position 2 columns */
.left_col{
	float:left;
	width: 48%;
	display:block;
	margin:0px 10px 10px 0px;
}
.right_col{
	float:right;
	width:48%;
	display:block;
	margin:0px 0px 10px 10px;
}

/************** FRAMES **********************/
.frame{
	padding:7px;
	border: 1px solid #999966;
	margin: 10px 0px 10px 0px;
}
.left_frame{
	float:left;
	width: 200px;
	padding:10px;
	border: 1px solid #999966;
	margin: 0px 10px 10px 0px;
}
.right_frame{
	float:right;
	width:200px;
	padding: 10px;
	border: 1px solid #999966;
	margin: 0px 0px 10px 10px;
}
/********* OTHERS (do not remove) *********/
#searchbox{
	height:34px;
	margin-bottom:5px;
}
/*left menu*/
.submenu-header{
	background-color:#996; 
	color:#fff;
}

#banner-bcern{
	background-image: url('../biodiversity/bcern/images/bcern_e.jpg'); 
	background-repeat: no-repeat; 
	border: 0px solid #666;
	margin: 0px;
	height: 57px;
	padding-left: 65px;
	padding-top: 7px;
	padding-bottom:7px;
}

#banner-bcernfr{
	background-image: url('../biodiversity/bcern/images/bcern_f.jpg'); 
	background-repeat: no-repeat; 
	border: 0px solid #666;
	margin: 0px;
	height: 57px;
	padding-left: 65px;
	padding-top: 7px;
	padding-bottom:3px;
}

#banner-bcernwide{
	background-image: url('../biodiversity/bcern/images/bcern_800_bilingual.jpg'); 
	background-repeat: no-repeat; 
	border: 0px solid #666;
	margin: 0px;
	height: 57px;
	padding-left: 65px;
	padding-top: 7px;
	padding-bottom:7px;
}

