* {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	background-color: white;
}

body {
	background-image: url('../images/background.gif');
}

#container {
	display: block;
	width: 900px;
	margin: 0px;
	margin-left: 8%;
	margin-bottom: -30px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url('../images/main.gif');
	background-repeat: repeat-y;
	background-position: 50% 0px;
}

a:link, a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	display: block;
	position: relative;
	top: 10px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
 	background-color: #f4f4f4;
	width: 100%;
	height: 120px;
	margin: 0px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#navigation {
	float: left;
}

#main {
	float: right;
	clear: right;
	width: 560px;
	margin-left: 10px;
	margin-right: 10px;
}

#main div#text, #main h2 {
	margin-left: 130px;
}

#main h2 {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main div#text {
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-image: url('../images/curl.png');
	background-position: 50% bottom;	
}

#main img {
	float: right;	
	width: 430px;
	height: 180px;
	margin-bottom: 10px;
	border: 1px solid black;
}

#main .extraimage {
	float: right;
	width: 250px;
	height: auto;
	border: 1px solid black;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

#main h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: red;
}

#navigation {
	float: left;
	clear: left;
	display: block;
	width: 300px;
	list-style-type: none;
}

#navigation li {
	list-style-type: none;
}

#navigation li a {
	display: block;
	width: 265px;
	height: 22px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 2px;
	color: white;
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
}

#navigation li a:link, #navigation li a:visited {
	background-image: url('../images/button_off.gif');
	border: 1px solid black;
}

#navigation li a:hover, #navigation li a:active {
	background-image: url('../images/button_on.gif');
	border: 1px solid white;
}

#navigation li.current a {
	background-image: url('../images/button_on.gif');
	border: 1px solid white;
}

div#openinghours {
	float: left;
	clear: left;
	display: block;
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

div#openinghours * {
	color: white;	
}

div#openinghours table {
}

div#openinghours caption {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

div#openinghours td {
	vertical-align: top;
	font-size: 9px;
	padding-right: 15px;
}

table#program, table#openinghours {
	empty-cells: show;
	border-spacing: 0px;
	border-collapse:collapse;
	width: 100%;
}

table#program td, table#openinghours td, table#program th {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid gray;
}

td.dayofweek {
	font-weight: bold;
}

td.dayofweekodd {
}

td.dayofweekeven {
	background-image: url('../images/background_odd.png');
}

div#footer {
	width: 900px;
	margin-left: 8%;
	height: 30px; /* .push must be the same height as .footer */
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}

a.footerlink {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.printbutton {
	font-size: 10px;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
	float: left;
}

#flashcontent {
}

#panoview {
	border: 1px solid black;
	float: right;
}

.push {
	height: 30px; /* .push must be the same height as .footer */
}

br.clear {
	clear: both;
}