body {
	color: #000;
	background: #369;
	text-align: center;
}

a img {
	border: none;
}

#wrapper {
	font-family: arial, sans-serif;
	width: 900px;
	margin: 0 auto;
	color: #006;
	background: #ffe;
	text-align: left;
}

#time {
	padding: 0 0 5px 0;
	font-size: 9px;
	text-align: right;
	color: #006;
	background: transparent url(../images/timebg.jpg) bottom center no-repeat;
}

#header{
	display:block;
	padding: 0 0 0 0;
	height:100px;
	color: #000;
	background: #ffe url(../images/banner.jpg) top left no-repeat;
}

#ban {
	margin: 0 0 0 0;
	color: #fff;
	background: transparent;
}

/* Navigation div */
#nav {
	display: block;
	width: 900px;
	float: left;
	color: #000;
	background: #a00;
}

#navcontainer ul { 
	list-style-type: none;
} 

#navcontainer ul li {
	display: inline;
} 

#navcontainer ul li a { 
	text-decoration: none;
	padding: 0 38px 0 0;
	font-size: 16px;
	color: #ffe; 
	background: transparent; 
} 

#navcontainer a:hover { 
	color: #000; 
	background: transparent; 
}

#content {
	display: inline-block;	
	padding: 0 10px 0 10px;
	color: #000;
	background: transparent;
}

#content h1 {
	margin: 15px 0 0 0;
	color: #000; 
	background: transparent;
	text-align: left;
	font-size: 24px;
}

#content h2 {
	margin: 15px 0 0 0;
	color: #000; 
	background: transparent;
	text-align: left;
	font-size: 20px;
}

#content h4 {
	margin: 5px 0 0 0;
	color: #000; 
	background: transparent;
	text-align: left;
	font-size: 80%;
}

#content p{
	font-size: 12px;	
}

#content ul{
	font-size: 12px;
	list-style: none;
}

#guest {
	padding: 0 0 0 240px;
}

.special {
	color: #a00;
	background: transparent;
}

.fr {
	float: right;
	margin: 10px 5px 2px 2px;
}

.fl {
	float: left;
	margin: 10px 5px 2px 2px;
}

.map {
	float: right;
	margin: 10px 10px 10px 10px;
}

.large {
	font-size: 24px;
}

#centab {
	position: relative;
	top: 0;
	left: 90px;
}

table {
	border-collapse: collapse;
	margin: 5px 0 0 -10px;
	border: 1px solid #369;
	color: #000;
	background: #ffc;
}

thead {
	text-align: left;
	font-size: 12px;
	color: #fff;
	background: #369;
	border-top: 1px solid #363;
	border-bottom: 1px solid #363;
}

td {
	padding: 0 20px 0 5px;
	width: 100px;
	border: 1px solid #369;
	font-size: 14px;
	text-align: left;
	min-width: 100px;
}

.time {
	margin: -15px 0 0 0;
}

#footer {
	clear: both;
	font-size: 9px;
	color: #000; 
	background: transparent;
	text-align: center;
}

