/* all pages*/

    img, div { behavior: url(iepngfix.htc) }
   
    body {
    background-image: url(img/bg.gif);
	}

    .center {
	text-align: center;
	}
	
	#header {
    margin-top: 9px;
	margin-bottom: 19px;
    }
	
	div#footer {
	background-image: url(img/footer.png);
	width:940px;
	height: 244px;
	position:relative;
	top: -30px;
	z-index:-1;
    }
	
	#logocollage {
	margin-top: 10px;
	}

/*winelists*/ 
	
	.winery {
	border-top: 1px dotted black;
	}
	
	.winery .logo, .winery .grid_3 {
	padding: 15px 0px 15px 0px;
	}
	
	.winery h6 {
	padding-top: 15px;
	}
	
	
	.grid_3 li a {
	color: #150a79;
	text-decoration: none;
	}
	
	.grid_3 li a:hover {
	color: #990000;
	}
	
	.winery p {
	padding-bottom: 15px;
	}
	
    .wineryfirst {
	padding: 0px 0px 0px 0px;
	}

	.logo {
	text-align: center;
	}
	
	.grid_6 img {
	display: block;
	}

/*imported wine list*/
	
	.location {
	font-family: georgia;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted black;
	}

