body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	background-color: #000;
}

h1
{
	font-size: 12px;
	padding-top: 10px;
	color: red;
	margin-bottom: -0.5em;
}

h2
{
	font-size: 12px;
	padding-top: 5px;
	color: #FFCC31;
	margin-bottom: -0.5em;
}

h3
{
	font-size: 12px;
	padding-top: 5px;
	color: #33FF00;
	margin-bottom: -0.5em;
}

h4
{
	font-size: 12px;
	padding-top: 3px;
	color:#FFCC31;
	text-align: center;
	margin-bottom: -0.5em;
}

#mainDiv
{
	width: 750px;
	\width: 760px;
	w\idth: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #000000;
}

#topNavBar
{
	height: 23px;
  	background: #660000;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
	width: 750px;
	border-bottom: solid 2px #ffcc31;
}

#topNavBar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNavBar ul li
{
	display: inline;
	margin: 0;
	padding: 0 6px;
}

#topNavBar a
{
	font-weight: 900;
	padding: 0;
	color: #ffcc31;
	text-decoration: none;
}

#topNavBar a:link, #topNavBar a:visited { }

#topNavBar a:hover, #topNavBar a:active, #topNavBar a:focus
{
	font-weight: 900;
	padding: 0;
	color: red;
}

#flashDiv
{
	height: 225px;
	width: 750px;
	margin: 0;
	padding: 0;
}

#contentBanner
{
	width: 750px;
	height: 225px;
	padding: 0;
}

#contentIntro
{
	width: 750px;
	height: 450px;
	margin: 10px 10px auto;
	padding: 0;
}

#contentIntro a, #contentIntro a:link, #contentIntro a:visited
{
	color: #ffcc31;
	text-decoration: none;
}

#contentIntro a:hover, #contentIntro a:active
{
	color: #F9c;
	text-decoration: underline;
}

#subNavBar
{
	height: 16px;
	background: #660000;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
	border-top:2px solid #ffcc31;
}

#subNavBar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#subNavBar ul li
{
	display: inline;
	margin: 0;
	padding: 0 6px;
}

#subNavBar a
{
	font-weight: 900;
	padding: 0;
	color: #ffcc31;
	text-decoration: none;
}

#subNavBar a:link, #subNavBar a:visited { }

#subNavBar a:hover, #subNavBar a:active, #subNavBar a:focus
{
	font-weight: 900;
	padding: 0;
	color: red;
}

/* Home Page and Menu 'top' Page */
#bodyCenter
{
	width: 630px;
	padding: 15px 60px 10px 60px;
	margin: 0;
	background-image: url(../images/i_accents/body_bkgnd2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	border-top: 2px solid #ffcc31;
}

#bodyCenter p { line-height: 1.5em; }

#bodyCenter a, #bodyCenter a:link, #bodyCenter a:visited
{
	color: #ffcc31;
	text-decoration: none;
}

#bodyCenter a:hover, #bodyCenter a:active
{
	color: #F9c;
	text-decoration: underline;
}

/* Interior Pages */
#bodyCenter2
{
	width: 630px;
	padding: 15px 60px;
	background-image: url(../images/i_accents/body_bkgnd1.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#bodyCenter2 p { line-height: 1.5em; }

#bodyCenter2 a, #bodyCenter2 a:link, #bodyCenter2 a:visited
{
	color: #ffcc31;
	text-decoration: none;
}

#bodyCenter2 a:hover, #bodyCenter2 a:active
{
	color: #F9c;
	text-decoration: underline;
}

#bodyCenter2 h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:red;
	text-align:center;
	margin-bottom:20px;
}

 #menu_lunch
{
	margin: 0 -30px;
	text-align: left;
	color: #fff;
	padding:0 10px;
	border: 1px solid #fff;
}

#menu_lunch h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:red;
	margin:0;
}

#menu_lunch h2
{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#menu_lunch .MenuItemName
{
	color: #ffcc31;
	font-weight: 900;
	letter-spacing: 1px;
}

#menu_lunch p { margin: 2em auto; 
}

#menu2
{
	color: #fff;
	padding:0 10px;
	width: 85%;
	margin: 0 auto;
	border: 1px solid #fff;
	background:#000;
}

#menu2 h1
{
	font-size: 30px;
	letter-spacing: 4px;
	color:red;
	margin:0;
}

#menu2 h2
{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#menu2 .MenuItemName
{
	color: #ffcc31;
	font-weight: 900;
	letter-spacing: 1px;
}

#menu2 p { margin: 2em auto; }


/* OBJECT STUFF Here: hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

#footer
{
	font-size: 11px;
	clear: both;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 5px;
}

#footer p.credits
{
	color: #666;
}

#footer p.credits a, #footer p.credits a:link, #footer p.credits a:visited
{
	color: #666;
	text-decoration: none;
}

#footer p.credits a:hover, #footer p.credits a:active
{
	color: red;
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #ffcc31;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: red;
	text-decoration: underline;
}
