@charset "UTF-8";
/* CSS Document */

	
#boxholder {
	height:270px;
	}	

.floating_box1, .floating_box2, .floating_box3 {
	height:262px;
	width:255px;
	}
	
.floating_box1 {

	background-image:url(../images/coffee/central.gif);
	float:left;
	}
	
.floating_box2 {
	background-image:url(../images/coffee/easterneurope.gif);
	float:left;
	margin-left: 90px;
	}
	
.floating_box3 {
	background-image:url(../images/coffee/southeastasia.gif);
	float:right;
	}
	
.ftext {
	padding: 40px 10px 0 15px;
	color:#FFFFFF;
	font-size:1.4em;
	}
	
.fdownload {
	position:absolute;
	left: 187px;
	top: 231px;
	}

a {
	color:#FFFF00;
	}
	
#subNavigation {
background:#663300 url(../images/subnavbg3.gif) repeat-x;
}

.c_divider {
	height:12px;
	background-color:#f4c595;
	display:block;
	background:#663300 url(../images/navunderbar3.gif) repeat-x;
	}