html, body {
	height: 100%;
}

body { 
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #64554E;
	
}

.menu {
	font-size: 10px;
	text-decoration: none;
}

a:link {
	color: #AC4131;
}
a:visited {
	color: #AC4131;
}
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: #483D38;
	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: #483D38;
	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: #483D38;
	background-image: url(../images/menu.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: #483D38;
	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: #483D38;
	background-image: url(../images/seafood.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: #483D38;
	background-image: url(../images/coffee.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: #483D38;
	background-image: url(../images/bread.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: #483D38;
	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: #483D38;
	background-image: url(../images/pate.jpg);
	background-repeat: no-repeat;

}
/* header */
#header {
	width: 900px;
	background: #483D38;
	padding-top: 15px;
	padding-bottom: 15px;
	
}



/* main nav */
#nav {
	background: #64554e;
	font-weight: bold;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
	
#nav li {
	display: inline;
	margin: 0 0 0 20px;
	font-size: 0.9em;
	color: #AB4131;
	

}

#nav li a {

	color: #CEBAB9;

	text-decoration: none;

}

#nav li a:hover {color: #fff;}

/* content */

#content {
	width: 495px;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	background-color: #FFFFFF;
	}
	
	#contenthome {
	width: 495px;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	height: 400px;
	
	}
	
	#contentmenu {
	width: 495px;
	min-height: 400px;
	height: 400px;
	overflow: auto;
	background-color: #FFFFFF;

	
	
}

#content p {
	padding: 20px;	
	
}	
#contentmenu p {
	padding: 20px;	
	
}	
#table {
padding: 20px;

}	
/* quotes */

#quotes {
	top: 180px;
	position: relative;
}	
/* footer */
#footer {
	background: #483d38;
	width: 900px;
	
}

#footer p {
	font-color: #CEBAB9;
	text-decoration: none;
	font-size: 0.75em;
	padding: 20px;
	color: #CEBAB9;
	
}	

