/* CSS Document */

#coffeeWrapper {
	left:165px;
	top:5px;
	width:900px;
	height:100%;
	z-index:2;
	background-color: #FFFFCC;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-left: 165px;
}
#coffeelogo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	background-image: url(../coffee_shops/images/coffeelogo.gif);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.coffeeimgL{
	float: left;
	z-index: 1;
}
.coffeeimgR{
	float: right;
}
.coffeetextL{
	float: left;
	width: 410px;
	margin-left: 15px;
}
.coffeetextR{
	float: right;
	width: 410px;
	margin-right: 15px;
}
#coffee1 {
	width:600px;
	height:120px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#coffee2 {
	width:595px;
	height:120px;
	z-index:1;
	margin-left: 210px;
	margin-bottom: 10px;
}
