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

#main {
	background: #FFF url(../images/main_bg_white.jpg) repeat-x;
	}
	
.sidepic {
	float:left;
	width:170px;
	display:block;
	}
	
.title_text {
	color:#000066;
	}
	
	.text {
	color:#000066;
	font-size:1.4em;
	line-height:1.6em;
	}
	
#boxholder {
	height:270px;
	}	

.floating_box1, .floating_box2, .floating_box3 {
position:relative;
	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.2em;
	}
	
.fdownload {
	position:absolute;
	left: 187px;
	top: 231px;
	}
