@charset "UTF-8";
/* CSS Document */
	
#boxholder {
	height:210px;
	}	

.floating_box1, .floating_box2, .floating_box3 {
	display:inline;
	height:220px;
	width:300px;
	background-repeat:no-repeat;
	}
	
.floating_box1 {
	background-image:url(../images/homefurnishings/mahogany.gif);
	float:left;
	margin-left:160px;
	}
	
.floating_box2 {
	background-image:url(../images/homefurnishings/teak.gif);
	float:left;
	margin-left: 34px;
	}
	
.floating_box3 {
	background-image:url(../images/coffee/southeastasia.gif);
	float:right;
	}
	
.ftext {
	padding: 40px 10px 0 15px;
	color:#000099;
	font-size:1.2em;
	}
	
.fdownload {
	position:absolute;
	left: 187px;
	top: 181px;
	}


#subNavigation {
	background:#663300 url(../images/subnavbg4.gif) repeat-x;
}

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