body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 725px;
}
#navagation {
	margin: 0px;
	height: 55px;
	width: 750px;
	float: right;
}
#leftSideBar {
	float: left;
	height: 725px;
	width: 250px;
	background-image: url(sidebarAllAction.jpg);
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	width: 750px;
	float: left;
	min-height: 670px;
	overflow: auto;
	height: 670px;
}
#indexSWF {
	background-color: #480808;
	margin: 0px;
	padding: 0px;
	height: 670px;
	width: 750px;
	float: right;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	height: 30px;
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#contentDiv {
	margin: 25px;
	width: 700px;
}
.pixAlign {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
#productDiv {
	float: left;
	width: 700px;
	margin-right: 30px;
	margin-left: 20px;
	padding-top: 20px;
	overflow: auto;
}
#gourmetHead {
	margin-bottom: 20px;
}
.wineItemDiv {
	height: 350px;
	width: 630px;
	padding-right: 15px;
	border: thin solid #000;
	margin-bottom: 50px;
}
.otherItemDiv {
	height: 320px;
	width: 625px;
	margin-bottom: 50px;
	padding-right: 20px;
	border: thin solid #000;
	font-size: 13px;
}
.deepItemDiv {
	font-size: 13px;
	height: 425px;
	width: 630px;
	margin-bottom: 50px;
	padding-right: 15px;
	border: thin solid #000;
}
.itemHead {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}
.itemDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 320px;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin solid #000;
}
p {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wineCopy {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h3 {
	font-size: 20px;
	font-weight: bolder;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.redSubhead {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #480808;
}
.whiteType {
	color: #FFF;
}
#contactDiv {
	height: 545px;
	width: 655px;
	margin: 0px;
	padding: 0px;
}
#contactCopy {
	float: left;
	height: 530px;
	width: 190px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ContactForm {
	float: right;
	height: 497px;
	width: 397px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.linkLook {
	font-size: 13px;
	color: #03F;
	text-decoration: underline;
	cursor: pointer;
}
#bioLogo {
	float: left;
	height: 413px;
	margin-right: 15px;
	width: 242px;
}
#pietro {
	margin-bottom: 12px;
	height: 130px;
}
.pixAlignRight {
	float: right;
	margin-left: 15px;
}
#truffleFeature {
	border: thin solid #000;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #480808;
	margin: 0px;
	font-size: 24px;
}
#cartDiv {
	height: 650px;
	width: 650px;
	margin-right: 55px;
	margin-left: 45px;
	padding-top: 20px;
	min-height: 650px;
}
