#fc{
	position:relative;
	width:420px;
	height:600px;
	background-color:#FFFFFF;
	
	border-style: solid;
	border-width: 0.1em;
	border-color: #7B6342;	
}

#fc_header{
	position:relative;
	color:#3E035F;
	font-size:35px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	z-index:5;
}

#fc_sub_header{
	position:relative;
	color:#35D655;
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	z-index:5;
}

#fc_name{
	position:absolute;
	bottom:0px;
	right:150px;
	color:#3E035F;
	font-size:20px;
	font-weight:bold;
	background-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
	border-color:#FFFFFF;
	margin-bottom:0px;
	z-index:5;
}

#fc_image{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:3;
}

#bc{
	position:relative;
	width:400px;
	height:600px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:medium;	
	text-align:left;
	padding:10px;
	border-style: solid;
	border-width: 0.1em;
	border-color: #7B6342;	
}

div.left_picture {
  float: left;
  border: thin #7B6342 solid;
  margin: 0.2em;
  padding: 0.2em;
}

div.left_picture p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}