body {
	background-color: #5E0B08;
	min-width: 750px;
	text-align: center;
}
#container {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}

#header {
	background: url(../template-files/header.png) #5E0B08 no-repeat;
	height: 200px;
	width: 750px;
}

#navbar {
	height: 22px;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

#navbar a {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navbar ul li {
	display: inline;
	padding: 3px 10px;
	margin: 0px;
}

#contentcontainer {
	width: 100%;
	min-height: 125px;
	background: url(../template-files/content-bg.png) #FFFFFF bottom repeat-x;
}

#content {
	min-height: 110px;
	padding: 10px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#content h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #5E0B08;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
}

#content h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #5E0B08;
	text-align: left;
	border-bottom: 1px solid #5E0B08;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	clear: both;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #5E0B08;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-left: 10px;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 1.3;
}

#content .smaller {
	font-size: 8pt;
}

#content td {
	vertical-align: top;
}

#content table p, #content table h1, #content table h2, #content table h3 {
	margin: 0px;
	padding: 0px;
}

#footer {
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	vertical-align: bottom;
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	clear: both;
}

#content .floatboxleft, #content .boxstyle {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	background-color: #E8DCD5;
	border: 1px #5E0B08 solid;
	padding: 5px;
}

#content .boxstyle {
	width: auto;
	margin: 0px;
	float: none;
}

#content .floatboxright {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	background-color: #E8DCD5;
	border: 1px #5E0B08 solid;
	padding: 5px;
}

#content .indent {
	margin-left: 10px;
	margin-right: 10px;
}

/* Dining Menu Styles */
#content td.name {
	width: 235px;
}

#content td.price {
	text-align: right;
	vertical-align: bottom;
}

#content td.fullwidthname {
	width: 650px;
}

#content table.menu {
	width: 335px;
}

#content table.fsmenu {
	width: 689px;
}

#content table.menu .indent {
	font-style: italic;
}


#content table.menu td, #content table.fsmenu td {
	border-bottom: 1px #C0C0C0 solid;
}

/* Wedding Styles */
.weddingtableleft, .weddingtableright {
	width: 47%;
	margin: 10px;
	margin-top: 0px;
}

.weddingtableleft {
	float: left;
	clear: left;
}

.weddingtableright {
	float: right;
	clear: right;
}

#content div.weddingtableleft h3, #content div.weddingtableright h3 {
	margin-left: 0px;
}

#content div.weddingtableleft h2, #content div.weddingtableright h2 {
	margin-top: 0px;
}

.weddingtableleft .price, .weddingtableright .price {
	float: right;
	position: relative;
	top: -20px;
	font-weight: bold;
	font-size: 10pt;
	color: #5E0B08;
}

.weddingtableleft td.price, .weddingtableright td.price {
	float: none;
	position: relative;
	top: auto;
	color: auto;
}

