h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #97210A;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/scw-main-backgrd.jpg);
	background-position: top;
	min-width: 1100px;
	background-repeat: repeat-x;
	background-color: #000000;
}
.bodytype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.subheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #892B27;
	font-weight: bold;
}
.oneColLiqCtr #container {
	z-index: 7;
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	min-width: 900px;
}
#nav {
	position: fixed;
	width: 100%;
	height: 400px;
	z-index: 5;
}
.pagetile {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}


.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-color: #000000;
	background-image: url(images/scw-main-backgrd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#wineLabels {
	position: fixed;
	height: 252px;
	width: 100%;
	bottom: 0px;
	z-index: 6;
	background-image: url(images/Wine-Labels-adjustment.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
body,td,th {
	color: #333333;
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:link {
	color:#FFFF00;
	background: black;
	}
.footer a:visited {
	color:#FFFFFF; 
	background: black;
	}
.footer a:active {
	color:#FF0000; 
	background: black;
	}

