body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left; /*centering for ie*/
	background-color: #EAB26C;
	background-repeat: no-repeat;
	background-position: center 47px;
}

img
{ border: 0px;
}

table {
	text-align: left;
	background-color: #FFFFFF;
	border: 2px solid #BC4C62;
	border-collapse: collapse;
	;
	width: 100%;
	margin-bottom: 10px;
}

td {
	vertical-align: top;
	padding: 5px;
	border-width: 1px 0 1px 0;
	border-color: #BC4C62;
	border-style: solid;
	
}

a:link, a:visited
{
	color: #CE0C16;
}

a:hover, a:active
{
	color: #CE0C16;
}

p

{
	color: #000000;
}
h1

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	text-align: center;
	color: #9f0f29;
	text-transform: uppercase;
}
h2

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	color: #000000;
}
.wrapper {
	margin: 0px auto;
	width: 991px;
}
#index {
	background-image: url(layout-images/banner-home.jpg);
}
#lunch {
	background-image: url(layout-images/banner-lunch.jpg);
}
#breakfast {
	background-image: url(layout-images/banner-breakfast.jpg);
}
#dinner {
	background-image: url(layout-images/banner-dinner.jpg);
}
#catering {
	background-image: url(layout-images/banner-catering.jpg);
}

.nav {
	width: 728px;
	height: 47px;
}

.nav a {
	display: block;
	height: 47px;
	text-indent: -9999px;
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}
.nav  li.nav-index  a {
	background: url(layout-images/nav-index.gif) no-repeat;
	width: 130px;
}
.nav li.nav-breakfast  a {
	background: url(layout-images/nav-breakfast.gif) no-repeat;
	width: 175px;
}
.nav li.nav-lunch a {
	background: url(layout-images/nav-lunch.gif) no-repeat;
	width: 127px;
}
.nav li.nav-dinner a {
	background: url(layout-images/nav-dinner.gif) no-repeat;
	width: 135px;
}
.nav li.nav-catering a {
	background: url(layout-images/nav-catering.gif) no-repeat;
	width: 161px;
}
.nav  li.nav-index  a:hover {
	background: url(layout-images/nav-index.gif) no-repeat 0 -47px;
}
.nav li.nav-breakfast a:hover {
	background: url(layout-images/nav-breakfast.gif) no-repeat 0 -47px;
}
.nav li.nav-lunch a:hover {
	background: url(layout-images/nav-lunch.gif) no-repeat 0 -47px;
}
.nav li.nav-dinner a:hover {
	background: url(layout-images/nav-dinner.gif) no-repeat 0 -47px;
}
.nav li.nav-catering a:hover {
	background: url(layout-images/nav-catering.gif) no-repeat 0 -47px;
}
.leftcol {
	width: 263px;
	float: left;
	/*background-image: url(layout-images/flag.png);*/
	background-repeat: no-repeat;
	height: 568px;
}
.rightcol {
	width: 728px;
	margin: 0 0 0 263px;
}
.content {
	margin: 300px 0 0 0;
	padding: 0 30px;
}
.map {
	float: left;
	border: 10px solid #9B132B;
	text-align: center;
	background-color: #FFFFFF;
}
.exterior-pic img  {
	margin: 0 0 0 45px;
	border: 10px solid #9B132B;
}
.sectiondesc {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	text-align: center;
	font-style: italic;
}
.itemname {
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
	margin-top: -5px;
	padding: 0;
}
.itemsmall {
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0  0 9px;
	padding: 0;
}
.itemdesc {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.price {
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
	margin-top: -5px;
	text-align: right;
}
.price p {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}
.spacercell {
	background-color: #BC4C62;
	width: 2px;
}
