/* colour pallet 
	brown: #663300;
	lightgrey: #ECECEC;
*/
body {
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#FFF;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 550px;
	border: 3px solid #663300;
	background-color: #ECECEC;
	text-align: left;
}
#logo {
	position: absolute;
	right: 20px;
	top:10px;
}
#flashbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 550px;
	width: 300px;
	z-index: 1;
}
#menubackground {
	position: absolute;
	top: 5px;
	left: 175px;
	background-color: #666666;
	padding: 10px 10px 10px 20px;
	text-align: right;
	z-index: 2;
}	
#menubackground a {
	display: block;
	padding: 1px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu {
	position: absolute;
	top: 5px;
	left: 175px;
	padding: 10px 10px 10px 20px;
	text-align: right;
	z-index: 3;
}	
#menu a {
	display: block;
	padding: 1px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color: #663300;
}
#menu .selected {
	color: #663300;
}
#heading {
	position: absolute;
	left: 310px;
	top: 30px;
}
#heading h1 {
	color: #663300;
	letter-spacing: -2px;
	font-size: 18pt;
}
#content {
	position: absolute;
	left: 300px;
	top: 90px;
	width: 480px;
	height: 430px;
	padding: 10px;
	overflow: auto;
}
.center {
	text-align: center;
}
.image-border {
	border: 1px solid #663300;
}

/* Events CSS */

.events {
	text-align: center;
	text-align: left;
}
.events h2 {
	padding: 0px;
	margin: 0px;
	color: #600;
	letter-spacing: -2px;
	font-size: 12pt;
}
.events p {
	padding: 0px;
	margin: 0px;
}
.events a div {
	color: #000;
	text-decoration: none;
}
.events a:hover div {
	background-color: #DAAFAF;
}
.day {
	width: 300px;
	min-height: 50px;
	border: 1px solid #663300;
	border-bottom: none;
	background-color: #FFF;
	margin: 0px auto;
	padding: 5px;
}
.day2 {
	width: 300px;
	min-height: 50px;
	border: 1px solid #663300;
	border-bottom: none;
	margin: 0px auto;
	padding: 5px;
}
.night {
	font-size: 10pt;
}

/* Menu CSS */

#food-menu {
	text-align: center;
	height: 270px;
	overflow: auto;
}
#food-menu img {
	margin: 9px 0px 9px 0px;
}

/* Private Hire CSS */

.private-hire h2 {
	color: #630;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}
.private-hire h3,h4 {
	color: #660000;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}
.private-hire table {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
.private-hire td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
/* Contact CSS */

.contact a {
	color: #630;
}
.contact a:hover {
	color: #000099;
}
#contact-information {
	float: left;
	width: 358px;
	margin: 10px 0px 10px 10px;
}
.contact h2,h3,h4 {
	font-size: 11pt;
	padding: 0;
	margin: 0;
	color: #630;
	margin-bottom: 3px;
}
.contact table {
	margin: 10px;
}
.contact .label {
	color: #999999;
	font-size: 9pt;
}
.contact strong {
	color: #630;
}
.contact .input {
	border: 1px solid #666666;
	padding: 2px;
	margin-bottom: 3px;
	font-family: inherit;
	font-size: 10pt;
}
.contact #info {
	text-align: right;
	width: 220px;
}
#googlemap {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 210px;
	height: 400px;
	border: 1px solid #663300;
}


/* Footer CSS */

#footer {
	position: relative;
	height: 16px;
	margin-top: 20px;
	padding: 22px;
	background: url(../images/footer.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 8pt;
}	
#copyright {
	float: left;
}
#footermenu {
	float: right;
}
#footermenu a {
	display: inline;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
#footermenu a:hover {
	color: #663300;
}
#footermenu span {
	color: #663300;
	padding: 5px;
}
#amcas {
	color: #999999;
	font-size: 8pt;
	margin: 5px;
}
#amcas a {
	color: #999999;
	text-decoration: none;
}
#amcas a:hover {
	color: #663300;
} 