/* assumed base.css is linked before */

#box_column_content_image {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 30px;
	overflow: hidden;
  text-align: center;
}


#box_column_content_text {
  position: absolute;
  left: 10px;
  width: 100%;
  bottom: 8px;
  text-align: center; 
  font-size: 10px;
}

#image_front {
  position: relative;  

	width: auto;
  height: 100%;
}

#box_column_sidebar_definition {
  position: relative;
  left: 10px;
  top: 20px; 
  width: 90%;
  font-size: 16px;
  font-weight:bold;
	color: #360000;
  text-align: center;
  font-style: italic;
}

.box_front_intro {
  font-size: 15px;
  font-weight:bold;
  color: #360000;
}

#box_column_sidebar_warning {
  position: relative;
  font-size: 13px;
  left: 10px;
  width: 190px;
}


}







