#mainBodyRow {
margin-top:15px;
padding:15px;
background:transparent url(/i/childBG.gif) top left repeat-y;
}

#mainBodyRowIframe {
margin-top:15px;
padding:15px;
}
.leftCol {
width:135px;
}
.leftCol ul {
margin:0px;
padding:0px;
list-style-type:none;
}
.leftCol ul li {
padding:0px 10px 10px 0px;
}
.rightCol {
width: 530px;
padding:0px 15px;
voice-family: "\"}\"";
voice-family:inherit;
width: 500px;
}
html>body .rightCol {
  width:500px;
}
.rightCol h1 {
clear:both;
margin:0px 0px 7px 0px;
padding:7px 0px;
border-top:3px double #321E88;
border-bottom:3px double #321E88;
}

.rightCol .bigger {
font-size: 24px;
font-weight: bold;
clear:both;
}

.rightCol .big {
font-size: 18px;
font-weight: bold;
line-height: normal;
}

.rightCol p img {
float:right;
margin:10px;
}
.rightCol p.clear {
clear:both;
}
.tiny_text {
font-size:10px;
font-style:italic;
}

.bi_left {
	float: left;
	margin-right:15px;
	margin-bottom:10px;
	text-align: center;
	font-size:10px;
	font-weight: bolder;

}

.bi_right {
	float: right;
	margin:5px;	
	text-align: center;
}

.bigRight {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 225px;
	margin: 0 0 10px 10px;
}

/* RESTAURANT HOURS TABLE */

.brownborder {
	clear: both;
	border: 1px solid #5F4747;
}

table.resthours {
	width: 100%;
	border-collapse: collapse;
}

table.resthours caption {
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	background-color: #5F4747;
	color: white;
}

table.resthours th, table.resthours td {
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	color: #5F4747;
}

table.resthours th {
	color: #5F4747;
}

/* NICE TABLE - left aligned cells same look as .resthours table */

table.nicetable {
	width: 100%;
	border-collapse: collapse;
}

table.nicetable caption {
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	background-color: #5F4747;
	color: white;
	font-size: 1.2em;
}

table.nicetable th, table.nicetable td {
	margin: 0;
	padding: 5px 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	color: #5F4747;
}

table.nicetable th {
	color: #5F4747;
}

table.nicetable th.month {
	text-align: center;
	background-color: #5F4747;
	color: white;
}

table.nicetable tr.special {
	background-color: #fffce3;
}

/*---- NICE BUTTON ----*/

.nicebutton {
display: block;
width: 275px;
background: #5F4747 url(/i/frontpage_gradient.gif) bottom repeat-x;
border: 2px #d1ec4c outset;
margin: 20px 0 0 0;
padding: 8px;
color: #FFFCE3 !important;
text-decoration: none !important;
font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.nicebutton:visited{
color: black;
}

.nicebutton:hover{
border-style: inset;
background: #C4B8A9 url(/i/frontpage_gradient.gif) 0 -60px repeat-x;
padding: 8px 5px 8px 5px; /*shift text 1px to the right and down*/
}

.nicebutton:active{
color: black;
}