@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	}
	
html{
	background-color: #005637;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:center;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
p {
	background-color: #FEFFD5;
	padding: 10px;
	line-height: 1.2em;
}


#wrapper {
	position:relative;
	width: 675px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 250px;
	padding-left: 20px;
	text-align: left;
	}
#wrapper h1 {
	text-indent: -9999px;
}
#intro img {
	float: right;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#intro p {
	line-height: 1.2em;
}

#visit h2 {
	background-image: url(../images/h2_visit.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 66px;
	width: 547px;
	background-position: center top;
}

#mainContent {
	background-color: #FEFFD5;
	padding-right: 10px;
	padding-left: 10px;
}
#vineyard h2 {
	text-indent: -9999px;
	background-image: url(../images/h2_vineyard.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 601px;
}
#relax h2 {
	text-indent: -9999px;
	background-image: url(../images/h2_relax.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 265px;
}
#sleigh h2 {
	text-indent: -9999px;
	background-image: url(../images/h2_sleigh.gif);
	background-repeat: no-repeat;
	height: 63px;
	width: 628px;
}

#grandmother h2 {
	background-image: url(../images/h2_grandmother.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 537px;
}

#prefooter {
	text-align: center;
}

iframe {
	padding-top: 25px;
	color: #FEFFD5;
}
#clear {
	clear: both;
}
#secondary {
	float: right;
}



#footer {
	background-color: #D8C9AB;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2 img {
	padding-top: 12px;
}
#map {
	background-color: #FEFFD5;
}


#footer h2 {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 81px;
	width: 537px;
}
#footer h3 {
	text-align: center;
	font-size: 1.0em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer a {
	color: #6A0019;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#copywright {
	font-size: 0.64em;
	color: #FFFFFF;
	text-decoration: none;
}
#copywright a {
	color: #D8C9AB;
}

#copywright a:hover {
	color: #FFFFFF;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #BFA775;
}

