/* CSS Document */
body,html {
	background-color:#627ca2;
	padding:0px;
	margin:0px;
	border:0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.red {
	color: #CC3333;
}
#mainTable {
	margin: 0px auto;
	width:780px;
	/*background-color:#FF0000;*/
	border:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
}
/****************************BORDERS*/
#leftBorder {
	width:10px;
	height:100%;
	background-image:url(../images/leftBorder.gif);
	background-repeat: repeat-y;
}

#rightBorder {
	width:10px;
	height:100%;
	background-image: url(../images/rightBorder.gif);
	background-repeat: repeat-y;

}

#topBorder {
	background-image: url(../images/topBorder.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;

}

#topLeftCorner {
	background-image: url(../images/topLeftCorner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;

}

#topRightCorner {
	background-image: url(../images/topRightCorner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;

}

#bottomBorder {
	background-image: url(../images/bottomBorder.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
}

#bottomLeftCorner {
	background-image: url(../images/bottomLeftCorner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;

}

#bottomRightCorner {
	background-image: url(../images/bottomRightCorner.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;

}

/*****************************Banner*/
#banner {
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: none;
	height: 150px;
	width: 761px;
}

/*****************************navigation*/
#navigation {
	background-image: url(../images/Menu.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 31px;
	width: 761px;
}

#navigation ul {
	padding: 0px;
	margin: 0px 10px 0px 20px;
}
#navigation li {
	display:inline;
	list-style:none;
}
#navigation a {
	padding: 10px;
	margin: 2.5px;
	color:#f7d283;
	font-size:0.8em;
}
#navigation a:link,#navigation a:visited {
	text-decoration:none;
}
#navigation a:hover,#navigation a:active {
	text-decoration:underline;
}
/*****************************Content*/
#content {
/*	background-color: #e6ddb5;*/
	background-color: #E6E2D9;
	background-image: url(../images/contentBack.jpg);
	padding:20px;
	height:500px;
	width: 100%;
	vertical-align:top;
	text-align:left;
}
#content h1 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-decoration:underline;
}
#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
	margin: 0px 50px 0px 30px;

}
/****HomePAGE*/
#homePageDiv {
	font-family:Book Antiqua,Arial,Geneva;
	color: #333333;
}
.capitalFirstLetter {
	font-size:1.1em;
	font-weight:bold;
	display:inline;
}
.quote {
	font-size:1.1em;
	font-weight:bold;
	display:inline;
	font-style:italic;
}
#homePageDiv img {

}
#homePageDiv h2 {
	font-size: 1em;
	font-weight:bold;
	font-style:italic;
	margin: 0px;
	padding: 10px;
}
#homePageDiv p {
	padding:8px 0px; 
	margin:0px;
}
/****About Us*/
#aboutUsPage {
	font-family: Arial, Verdana; 
}
#aboutUsPage p {
	font-family: Arial, Verdana; 
	margin-right:150px;
	padding:10px;
}
#aboutUsPage h1 {
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;
	margin: 0px;
	padding: 10px;
}

/****Menus*/
#menus {
	text-align:center;
	color: #333333;
	text-align:center;
}
#menus table {
	margin: 0px auto;
}
#menus img {
	padding:10px;
}
#menus h1 {
	font-size: 1.1em;
	font-family: Arial, Verdana; 
	margin: 10px;
	padding: 0px;

}
#menus h2 {
	font-size: 1em;
	font-family: Arial, Verdana; 
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-decoration:underline;
}
#menus h3 {
	font-size: 0.9em;
	font-family: Arial, Verdana; 
	font-weight: bold;
	margin: 5px 10px;
	padding: 0px;
	text-decoration:underline;
}
#menus a:link, #menus a:visited {
	color:#000033;
}
#menus a:hover, #menus a:active {
	color: #333366;
}
#menus p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
	padding:0px;
	margin:0px;
}
/*********************************************************/
.vegeterian {
	display:inline;
	color:#009933;
}
#bbq {
	text-align:left;
}
#bbq p {
	padding:10px;
}
/********************REVIEWS******************************/
.reviews {
	font-size: 0.8em;
	border:#FFFFFF double 6px;
	background-color:#EFEFEF;
	padding:10px;
	display:block;
	line-height:2em;
}
.reviews p {
	font-family:Book Antiqua,Arial,Geneva;
	color: #333333;
	padding:5px;
}
.reviews h3 {
	font-size: 0.9em;
	line-height:2em;
}
.reviews img {
	float:right;
	padding:10px;
}
.highlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC3333;
	margin-top: 10px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style:none;
	border-top-color: #aeaeae;
	text-align:center;
	padding-top:5px
}
.highlight a {
	color: #CC3333;
	text-decoration:underline;
}
#siteCredits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#CCCCCC;
}
