body {
	font-size: small;
	background-color: #CFCABF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 799px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}
#banner {
	height: 10px;
	background-color: #333333;
	font-size: xx-large;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/middle.jpg);
	margin-top: 15px;
}
#content {
	background-image: url(images/middle.jpg);
	padding-top: 10px;
}
#footer {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.twoColumns #leftColumn {
	width: 130px;
	margin-right: 10px;
}

.twoColumns #mainColumn {
	width: 520px;
	margin-right: 10px;
	float: left;
}


.twoColumns #rightColumn {
	display: none;
}
.threeColumns #leftColumn {
	width: 130px;
	margin-right: 10px;
}

.threeColumns #mainColumn {
	margin-right: 20px;
	width: 520px;
	float: left;
}
.threeColumns #rightColumn {
	width: 170px;
	float: right;
	background-color: #023401;
	margin-right: 0px;
	margin-top: 0px;
}
.separator {
	clear: both;
}


#top {
	height: 165px;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
h1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #006633;
	margin: 0px;
}
p {
	line-height: 170%;
	margin-bottom: 15px;
	margin-top: 2px;
}
.threeColumns #rightColumn h1 {
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	margin: 0px 0px 2px;
}
.threeColumns #rightColumn p {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#footer p {
	margin-bottom: 0px;
}
.home #home, .contact #contact, .lunch #lunch, .wine #wine, .evening #evening, .desert #desert, .special #special {
	font-style: italic;
}
#mainColumn a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#navbar {
	height: 35px;
	background-color: #023401;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: center;
	width: 752px;
	border: 1px solid #000000;
	background-image: url(images/grad.gif);
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
	line-height: 35px;
}

#navbar li {
list-style-type: none;
display: inline;
}

#navbar li a {
text-decoration: none;
padding: 10px;
color: #FFFFFF;
}

#navbar li a:link {
 color: #FFFFFF;
	font-weight: bold;
}

#navbar li a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

#navbar li a:hover {
	color: #FFF;
	background-color: #CC0000;
}
#mainContentHolder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	color: #CC0000;
	font-size: 125%;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	margin: 0px;
}
#mainColumn ul {
	line-height: 150%;
	color: #006633;
	list-style-image: url(images/bullet.gif);
	padding-right: 10px;
	padding-left: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
#rightColumn img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#bottomNav {
	height: 20px;
	background-color: #023401;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 752px;
	border: 1px solid #FFFFFF;
	font-size: 85%;
	color: #FFFFFF;
	padding-top: 5px;
	margin-top: 60px;
}
#bottomNav a {
text-decoration: none;
padding: 5px;
color: #FFFFFF;
}

#bottomNav a:link {
 color: #FFFFFF;
	font-weight: bold;
}

#bottomNav a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

#bottomNav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#rightColumn a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#rightColumn a:hover {
	text-decoration: underline;
}
#rightColumn a:visited {
}
#rightColumn strong {
	text-transform: uppercase;
	font-size: 125%;
}
.green {
	color: #006633;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
}
.border p {
	padding-right: 5px;
	padding-left: 5px;
}
.border h2 {
	padding-top: 5px;
	padding-left: 5px;
}
#mainColumn a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}