body {
	
	color: #FFFFFF;
	background-color: #353535;
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px auto 0px auto;
}
.page {
	width: 960px;
	height: 550px;
	margin: 20px auto 0px auto;
	background-image: url(images/background1.jpg);
	background-repeat:no-repeat;
	padding: 50px 0px 0px 0px;
	font-weight: bold;
}

.content {
	text-align: center;
	padding: 40px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0080FF;	
	text-decoration: underline;
}

.main {
	width: 910px;
}

li {
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 50px;
	text-align: left;
}

.animated {
	background-image: url(images/logobig.gif);
	background-repeat: no-repeat;
	border:#FFFFFF 1px solid;
}

.textbox {
	font-weight: normal;
	background-color: #000000;
	background-image: url(images/logoback.gif);
	height: 258px;
	width: 760px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	text-align: justify;
	font-size: 14px;
}

.textbox_images{
	background-color: #000000;
	background-image: url(images/logo_back3.jpg);
	color: #000000;
	height: 258px;
	width: 760px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
}
.textbox_images a{
	color: #000000;
	text-decoration:underline;
}
.textbox_images a:hover {
	color: #0080FF;	
	text-decoration: underline;
}

.textbox_menu{
	background-color: #000000;
	background-image: url(images/logoback.gif);
	color: #FFFFFF;
	height: 258px;
	width: 760px;
	padding: 20px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}
.textbox_menu .food_menu {
	margin: 10px auto 0px auto;
	text-align: center;
}
.textbox_menu h2 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
}

.textboxfixed {
	background-color: #000000;
	background-image: url(images/logoback.gif);
	text-align: justify;
	height: 258px;
	width: 760px;
	padding: 20px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: auto;	
	margin-left: auto;
	margin-right: auto;
}


.blankbox {
	background-image: url(images/blankbox.gif);
	text-align: justify;
	height: 258px;
	width: 800px;
	padding: 20px;
	margin: 0px;
	font-size: 15px;
}
.l_blue {
	color:#00FFFF;
}
.yellow {
	color: #FFFF00;
}
.red {
	color: #D50000;
}
.orange {
	color: #FF5F00;
}

#map {
	background-image: url(images/Map.gif);
	width: 760px;
	height: 258px;
}

.note {
	font-weight: normal;
	font-size: 14px;
}
div#popup {
	color: #000000;
	margin: 0px;
	padding: 7px;
	width: 270px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: none;
	overflow: scroll; /*leave this value alone*/
	width: 820px;
	height: 320px; /*Height should enough to fit largest content's height*/
	margin:0 auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 802px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 400px;
}

p.samplebuttons{
width: 320px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}

#flashcontent {
	height: 100%;
}

.jukebox {
	background-color: #363636;
	position: fixed;
	height: 30px;
	margin: 20px;
}
a.right {
	float: right;
	text-decoration: underline;
}
