body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
img{
	border: 0;
}
.clear{
	clear: both;
}
#headerWrapper{
	height: 147px;
	background-image: url(images/headerBg.jpg);
}
#header{
	width: 932px;
	margin: auto;
}
#viewCart{
	position: absolute;
	margin: -15px 0 0 785px;
}
#logoTop{
	position: absolute;
	margin: 9px 0 0 78px;
}
#giftCard{
	position: absolute;
	margin: 20px 0 0 580px;
}
#nav{
	text-align: right;
	padding: 122px 16px 0 0;
}
#nav img{
	padding: 0 0 0 2px;
}
#bodyWrapper{
	
}
#body{
	background-image: url(images/bodyBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 932px;
	margin: auto;
}
.title{
	padding: 36px 0 0 36px;
}
.bodyInside{
	padding: 14px 0 0 16px;
	width: 900px;
}
.item{
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
}
.item img{
	margin-bottom: 10px;
}
.itemTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
select{
	width: 190px;
}
form {
	text-align: center;
}
.price{
	font-weight: bold;
	text-align: center;
}
#footer{
	border-top: 1px solid #333;
	width: 916px;
	margin: auto;
	padding: 10px 0 0 16px;
}
.thankYouBodyInside{
	text-align: center;
	padding: 14px 0 0 16px;
	width: 900px;
}

