@charset "UTF-8";
body {
	background-image: url(../images/crumpledBackground.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	margin: auto;
	width: 900px;
	position: relative;
}
#receipt {
	margin: auto;
	width: 800px;
}
#receiptTop {
	background-image: url(../images/receiptTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
#receiptBody {
	background-color: #FFF;
	min-height: 700px;
}
#receiptBottom {
	background-image: url(../images/receiptBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
}
#banner {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bannerWhite.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#clear2 {
	clear: both;
}
#bannerInfo {
	position: relative;
	width: 400px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}
#banner a {
	font-weight: bold;
	color: #A10000;
	text-decoration: none;
}
#bannerInfo h1 {
	font-size: 36px;
}
#appleLogo {
	background-image: url(../images/foodBankLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 160px;
	width: 144px;
	margin-left: 70px;
	margin-top: 15px;
}
#postItRight {
	background-image: url(../images/postItTop2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 202px;
	position: relative;
	float: right;
}
#PostInfo {
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
#postItDiv {
	background-image: url(../images/postItTop.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 202px;
	width: 202px;
	position:absolute;
	left:1209px;
	top:305px;
	width:202px;
	height:191px;
	z-index:10;
}
#postItDiv  #PostInfo{
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#navigationTop {
	text-align: center;
	height: 16px;
	clear: both;
}
#navigationTop a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
#FlashBanner {
	height: 218px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
	text-align: center;
	padding: 10px;
}
a {
	font-weight: bold;
	color: #A10000;
	text-decoration: none;
}
#boxes3 {
	margin-right: 15px;
	margin-left: 15px;
	color: #000;
}
.boxTitles {
	margin-right: 105px;
	margin-left: 102px;
}
.ContentBoxMain {
	padding: 5px;
	height: 310px;
	width: 210px;
	border: 3px solid #666;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentArea {
	margin: 15px;
}
#form {
	border: 4px double #F00;
	width: 490px;
	margin: auto;
	padding: 10px;
}
#codeNcost {
	margin-bottom: 15px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666;
}
#code {
	float: left;
	height: 248px;
	width: 352px;
	margin-left: 50px;
}
#cost {
	font-weight: bold;
	float: right;
	width: 150px;
	height: 55px;
	margin-right: 50px;
	margin-top: 50px;
}
#clear1 {
	clear: both;
	width: 800px;
}
#footer {
	height: 50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#form #SubmitContact {
}
#sfuoLogo {
	float: right;
	height: 55px;
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
}
