html, body {
	height: 100%;
}

body {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color: #2C1C00;
	text-align: left;	
}

.menu {
	font-size: 10px;
	text-decoration: none;
}

a:link {
	color: #AD3F09;
}
a:visited {
	color: #AD3F09;
}
a:hover {
	color: #483D38;
}

/*for all floated elements inside wrappers*/

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

	}



.clearfix {display: inline-table;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* End Clearfix */

/* wrapper */
#home_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;

}

#about_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;

}

#menu_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;

}

#deli_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/deli.jpg);
	background-repeat: no-repeat;

}

#celebrations_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/celebrations.jpg);
	background-repeat: no-repeat;

}

#corporate_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/corporate.jpg);
	background-repeat: no-repeat;

}

#wine_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/wine.jpg);
	background-repeat: no-repeat;

}

#review_wrapper {
	width: 900px;
	height:100%; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2E1B01;
	background-image: url(../images/press.jpg);
	background-repeat: no-repeat;

}

#links_wrapper {
	width: 900px;
	height:100%; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #2C1C00;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;

}

#find_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #301C00;
	background-image: url(../images/find.jpg);
	background-repeat: no-repeat;

}

#private_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #301C00;
	background-image: url(../images/private.jpg);
	background-repeat: no-repeat;

}

#events_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #301C00;
	background-image: url(../images/events.jpg);
	background-repeat: no-repeat;

}
/* header */
#header {
	width: 900px;
	background: #2E1B01;
	padding-top: 15px;
	padding-bottom: 15px;
	
}



/* main nav */
#nav {
	background: #AD3F09;
	font-weight: bold;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
	
#nav li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 0.9em;
	color: #2E1B01;
	

}

#nav li a {

	color: #2E1B01;

	text-decoration: none;

}

#nav li a:hover {color: #E3DFCF;}

/* content */

#content {
	width: 495px;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	background-color: #FFFFFF;
	text-align: left;
	}
	
	#contenthome {
	width: 900px;
	min-height: 395px; /* For Mozilla/Opera/Safari */
	height: 365px;
	
	}
	
	#contentmenu {
	width: 495px;
	min-height: 400px;
	height: 365px;
	overflow: auto;
	background-color: #FFFFFF;

	
	
}

#content p {
	padding: 10px;	
	
}	
#contentmenu p {
	padding: 10px;	
	
}	
#table {
padding: 5px;

}	
/* quotes */

#quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #E3DFCF;
	text-decoration: none;
	top: 100px;
	width: 350px;
	float: right;
	padding: 40px;
	position: relative;	
}

/* walks */

#walks {
	background: #2E1B01;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #E3DFCF;
	text-decoration: none;
	top: 280px;
	width: 170px;
	float: left;
	padding: 10px;
	position: relative;	
}	
/* footer */
#footer {
	background: #2E1B01;
	width: 900px;
	
}

#footer p {
	font-color: #CEBAB9;
	text-decoration: none;
	font-size: 0.75em;
	padding: 20px;
	color: #AD3F09;
	
}	
.italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	font-variant: normal;
	color: #2F1C08;
	line-height: normal;
}
