@charset "utf-8";
/* CSS Document */


/* REDEFINE HTML-TAGS */
* {
	margin: 0;
	padding: 0;
	background: transparent;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
}
HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	background: #412e18;
	min-width:840px;
	color: #EEE;
}
H1 {
	padding-bottom: 5px;
	font-size: 18px;
	color: #ccac67;
}
P {
	padding-top: 15px;
}
A:LINK, A:VISITED {
	color: #ccac67;
}
A:HOVER {
	text-decoration: none;
}
IMG {
	border: none;
	display: block;
}



/* CLASSES */
.clear {
	clear: both;
}
.placeholder {
	width: 840px;
	margin: 0 auto;
}


/* PAGE ELEMENTS */
#container {
	width: 100%;
	margin: 0px auto;
	height: auto;
}


#stroke {
	font-size: 1px;
	width: 100%;
	height: 5px;
	background: #412E18;
}
#stroke .placeholder {
	font-size: 1px;
	height: 5px;
	background: #ccac67;
}
#top {
	width: 100%;
	height: 70px;
	background: #1f1107;
}
#slideshow {
	width: 100%;
	height: 250px;
	background: #412e18 url(../images/layout/bg.slideshow.gif) 50% no-repeat;
}
#main {
	width: 100%;
	background: #1F1107;
}
#main .placeholder {
	background: url(../images/layout/reflection.slideshow.gif) center top no-repeat;
	padding: 50px 0 25px 0;
}
#main .image {
	width: 420px;
	float: left;
}
#main .image IMG {
	margin: 0 auto;
}
#main .content {
	width: 370px;
	padding: 0 25px;
	float: left;
}

/* GALLERY */
#main #thumbholder {
	width: 815px;
	margin: 0 auto;
}
#main #thumbholder .thumb {
	width: 129px;
	height: 86px;
	padding: 15px 17px 30px 17px;
	float: left;
	background: url(../images/layout/bg.thumb.gif) 8px 5px no-repeat;
}
#main #thumbholder .thumb IMG {
	border: none;
}
#main #thumbholder .thumb IMG:HOVER {
	cursor: pointer;
}
#main .image #movie_catering {
	width: 370px;
	margin: 0 auto;
}

#bottom {
	width: 100%;
	height: 46px;
	padding-bottom: 25px;
}
#bottom IMG {
	float: left;
}
#bottom SMALL {
	float: left;
	font-size: 12px;
	color: #201707;
}
#bottom #sign {
	float: left;
}
