html {
		height: 100%;
}
body {
	height: 100%;
	background-image: url(images/gn-bkg.jpg);
	color: #333333;
	background-color: transparent;
	font-family: "trebuchet ms", veranda, san-serif;
	font-size: 110%;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
} 

h2 {
	margin: 0;
	text-align: center;
	padding: 20px;
	font-family: "trebuchet ms", veranda, san-serif;
	font-size: 18px;
	background-color: inherit;
	color: #AF6928;
	font-weight: bold;
	font-style: italic;
} 

a{
	color: #351C02;
	background-color: inherit;
	text-decoration: underline;
}

a:link{
	color: #351C02;
	background-color: inherit;
	text-decoration: underline;
}

a:visited{
	color: #351C02;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #AF6928;
	background-color: inherit;
	text-decoration: none;
}

.brown {
   font-size: 110%;
   font-weight: bold;
   color: #AF6928;
   background-color: inherit;
}


ul {list-style-type: circle;}

.menuSpacer {
 border-bottom: 1px solid #AF6928;
 margin-bottom: 8px; 
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper { 
	margin: 0 auto;
	width: 770px;
	padding: 0;
} 

#masthead{
    margin: 0;
	padding: 0;
	border-top: 4px solid #492C0A;
}

#masthead img {
    display: block;
}

#mainnav{
	background-color: #AF6928;
	padding: 0px 10px 0px 10px;
	margin: 0;
	height: 30px;
	border-top: 1px solid #492C0A;
	border-bottom: 1px solid #492C0A;
		
}

#contentwrapper { 
	margin: 0 auto;
	background-color: #FFECBF;
	background: url(images/bkg-md.jpg);
    background-repeat: repeat-y;
	border-left: 1px solid #492C0A;
	border-right: 1px solid #492C0A;
	border-bottom: 1px solid #492C0A;
} 

/*---  MAIN PAGE CONTENT AREA ---*/

#maincontent {
    font-size: 0.8em; 
	padding: 40px 10px 75px 0px;
	width: 565px;
	float: right; 
	text-align: left;
} 

/*---  MAIN CONTENT AREA FOR About Us, Wine, Food pages ---*/

#maincontent2 {
    font-size: 0.8em; 
	padding: 40px 0px 20px 0px;
	width: 740px;
	text-align: left;
	
} 

#maincontent2 p{
    padding: 0px 0px 0px 20px;
		
} 

#listcontainer {padding: 0px;}
#foodlist li { list-style-type: none; text-align: center;}

#maincontent3 {
    font-size: 0.8em; 
	padding: 40px 0px 75px 20px;
	width: 740px;
	text-align: left;
	
} 

/*---  LEFT SIDE COLUMN  ---*/
#leftside {
	font-size: small;
	font-weight: bold;
	padding: 70px 6px 20px 6px;
	width: 163px;
	float: left;
	text-align: center;
	
} 


/************** Footer Styles ****************/
#upperfooter{
	clear: both;
	padding: 6px;
	background-color: #AF6928;
	color: #FFECBF;
	text-align: center;
	width: auto;
	border-top: 1px solid #492C0A;
	
}

#footer{
	clear: both;
	font-size: small;
	color: #FFECBF;
	background-color: inherit;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
}

a.top:link    {font-family: "trebuchet ms", veranda, san-serif;  font-size: small; background-color: inherit; color:#351C02; text-decoration:none;}
a.top:visited {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#351C02; text-decoration:none;}
a.top:active  {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#351C02; text-decoration:none;}
a.top:hover   {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#AF6928; text-decoration:underline;}

a.botnav:link    {font-family: "trebuchet ms", veranda, san-serif;  font-size: small; background-color: inherit; color:#FFECBF; text-decoration:none;}
a.botnav:visited {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#FFECBF; text-decoration:none;}
a.botnav:active  {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#FFECBF; text-decoration:none;}
a.botnav:hover   {font-family: "trebuchet ms", veranda, san-serif; font-size: small; background-color: inherit; color:#492C0A; text-decoration:underline;}

/* Image Alignment */
.imgleft {
float: left;
margin-top: 0px;
margin-right: 12px;
margin-bottom: 4px;
border: 1px solid #666666; 
padding: 5px;
background: transparent;
}

.imgright {
float: right;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 3px;
border: 1px solid #666666; 
padding: 5px;
background:transparent;
}

.imgright2 {
float: right;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 3px;


}

.imgcenter {
margin-top: 0px;
margin: 0px;
border: 1px solid #666666; 
padding: 5px;
background:transparent;
}