/* CSS Document */


#pieWrapper {
	left:165px;
	top:5px;
	width:900px;
	height:auto;
	z-index:2;
	background-color: #FFFFCC;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-left: 165px;
}
#pielogo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	left: 0px;
	top: 0px;
	background-image: url(../pies/images/pie_logo.png);
	margin-right: auto;
	margin-left: auto;
}
#pieText{
	height: 85px;
	width: 450px;
	left: 178px;
	top: 153px;
	margin-right: auto;
	margin-left: auto;
}
.pieContainer{
	height: 200px;
	width: 800px;
	left: 12px;
	top: 230px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #73002E;
}

.pieimg {
	float: left;
	width: 202px;
	margin-left: 50px;
}

