@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
	background-color: #fec936;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

.wrap{
	width:1060px;
	margin:0px auto;
	background-color: #000000;
	background-image: url(../images/wrap-bg.jpg);
	background-repeat: repeat-y;
	min-height:100%;
}

.header-index{
	width:1060px;
	height:569px;
	overflow:hidden;
}
.header{
	width:1060px;
	height:380px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
}

* html .content, * html .wrap {
	height: 100%;
}
.content-index{
	padding-left: 268px;
	padding-right: 267px;
	min-height:100%;
	text-align:justify;
	background-image: url(../images/open-hours.gif);
	background-repeat: no-repeat;
	background-position: 820px top;
}

.content{
	padding-left: 268px;
	padding-right: 267px;
	height:100%;
	text-align:justify;
	position:relative;
	top:-100px;
	left:0px;	
	z-index:1;
}

.content a, .content-index a{
	color:#fec936;
	text-decoration:none;
}
.content a:hover, .content-index a:hover{
	text-decoration:underline;
}

.content table tr td p{
	font-size:12px;
	color:black;
	margin:0px auto 0px auto;
}

.footer{
	color:#fcd67d;
	font-size:11px;
	text-align:center;
}
.footer a{
	text-decoration:none;
	font-weight:bold;
	color:#ee4d28;
}