a {
	color:#ffda80;
	text-decoration:none;
}
a:hover {
	color:#fff5df;
}
a img {
	border:none;
}
big {
	color:#ffda80;
}
h1 {
	color:#ffda80;
	font-family:"Georgia", "Times", Serif;
	font-size:30px;
	font-style:normal;
	font-weight:normal;
	margin:0; padding:5px;
}
h2 {
	clear:both;
	color:#ffda80;
	font-family:"Georgia", "Times", Serif;
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	margin:10px 3px; padding:10px 0;
}
h3 {
	font-family:"Georgia", "Times", Serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
}
h4 {
	color:white;
	font-family:"Georgia", "Times", Serif;
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	margin:20px 0; padding:0;
}
body {
	background-color:black;
	color:white;
	font-family:"Georgia", "Times", Serif;
	font-size:13px;
	font-weight:100;
	margin:0 auto; padding:0;
	width:990px;
}
.address {
	background:black;
	border:1px solid gray;
	float:left;
	margin:9px; padding:10px 0;
	text-align:center;
	width:30%; height:180px;
}
.address h1 {
	text-align:center;
}
.text {
	float:left;
	margin:3px; padding:6px;
}
.images {
	float:left;
	margin:3px; padding:6px;
	text-align:right;
}
.images img {
	margin:5px;
}
#background {
	background-image:url('/img/skin/background.png');
	background-position:center right; background-repeat:no-repeat;
	border:1px solid black;	
	margin:0 auto; padding:0;
	width:940px;
}
#frame {
	margin:0 auto; padding:0;
	width:920px;
}
#glow_head {
	background-image:url('/img/skin/glow_head.png');
	background-position:bottom right; background-repeat:no-repeat;
	width:990px; height:35px;
}
#glow_side {
	background-image:url('/img/skin/glow_side.png');
	background-position:middle; background-repeat:repeat-y;
	width:990px;
}
#glow_foot {
	background-image:url('/img/skin/glow_foot.png');
	background-position:top left; background-repeat:no-repeat;
	width:990px; height:25px;
}
#content {
	font-family:"Georgia", "Times", Serif;
	font-size:13px;
	line-height:19px;
	margin:10px auto;
	width:920px; height:500px;
	overflow:auto;
}
#content .rule {
	margin:10px 0;
}
#content #images {
	float:right;
	width:250px;
	margin:10px 0 0 20px; padding:0;
}

#content #images img {
	margin:0; padding:0 0 10px;
}
#content #restaurants img {
	margin:0; padding:0;
}
#content #restaurants img.middle {
	margin:0 5px;
}
#content #restaurants .label {
	background-color:#ffda80;
	color:black;
	float:left;
	font-family:"Georgia", "Times", Serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin:5px 0; padding:5px;
	width:290px;
}
#footer {
	clear:both;
	font-size:12px;
	width:920px; margin:0 auto;
}
#footer ul {
	margin:10px 0; padding:0;
}
#footer ul li {
	margin:3px 0; padding:0;
	list-style:square;
	list-style-type:square;
	list-style-image:url('/img/skin/bullet.png');
	list-style-position:inside;
	
}
#header {
	margin:0 auto; padding:10px 0;
	width:920px;
}
#header img {
	float:left;
	margin-bottom:20px;
}
#header #spices {
	float:left;
	padding-left:27px;
	width:300px;
}
#header #spices img {
	border:1px solid white;
	margin-right:12px;
}
#slide {
	border:1px solid black;
	float:left;
	width:600px; height:450px;
	position:relative;
	overflow:hidden;
}
#slide img {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
}
#slide img.active {
    z-index:10;
}
#slide img.last-active {
    z-index:9;
}
.slides {
	float:left;
	width:125px; height:155px;
	position:relative;
	overflow:hidden;
	margin:20px 10px;
}
.slides img {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
}
.slides img.active {
    z-index:10;
}
.slides img.last-active {
    z-index:9;
}