body {
	margin: auto;
	padding: 0;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	background-image:url(images/bg.png);
}
img {
	border: none;
}
h4 {
	margin-top: 15px;
}
h3 {
	margin-top: 2px;
	text-align: center;
}
h1 {
	color:#FF0000;
	margin-bottom: 2px;
	text-align: center;
}
h1.seo {
	font-size: 11px;
	margin-left: 5px;
	color:#000000;
	margin-top: 5px;
	margin-bottom: -5px;
	text-align: left;
}
p.heading {
	font-size: 11px;
	color:#000000;
	margin-top: -10px;
	margin-bottom: -15px;
}
a:link {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
}
a:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
}
a:active {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a:hover {
	font-size: 10px;
	color: #ee3429;
}
p.bold {
	color: #ffffff;
	font-weight: bold;
}
#container {
	margin: auto;
	width: 800px;
	height: 100%;
	background-image:url(images/test.png);
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
#header {
	width: 800px;
	height: 120px;
	background-image:url('images/header.png');
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}
#links {
	margin-left: auto;
	margin-right: auto;
	width: 599px;
	height: 25px;
	background-color:#BBBBBB;
	border-color: #000000;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}
#links p {
	margin-top: 5px;
	font-weight:bold;
}
#top {
	float:left;
	width:800px;
	height:200px;
  	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}
#left {
width: 20%;
float: left;
}
#middle {
width: 59%;
float: left;
border-color: #000000;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
}
#right {
width: 20%;
float: right;
}
#content {
	width: 800px;
	height: 100%;
	background-color: #CCCCCC;
	border-color: #000000;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
#content p {
	text-align: left;
	margin: 5px 5px 5px 5px;
}
#specials {
	float: left;
	width: 800px;
	height: 70px;
	background-color:#ed2f22;
	border-color: #000000;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
#footer {
	float: left;
	width: 800px;
	height: 70px;
	background-color:#666666;
	border-color: #000000;
	border-width: 10px 0px 1px 0px;
	border-style: solid;
}
#footerleft {
	float: left;
	width: 400px;
	height: 50px;
}
#footerright {
	float: right;
	width: 400px;
	height: 50px;
}
#footerleft p {
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 10px;
	color:#CCCCCC;
}
#footerright p {
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	color:#CCCCCC;
}
#nav {
	margin-top: 3px;
	padding: 0;
	float: left;
	position:absolute;
	border: 1px solid #000000;
	border-width: 1px 0;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	}
#nav a:link,
#nav a:visited {
	font-weight: bold;
	color: #ffffff;
	background: #888888;
	padding: 3px 10px 3px 10px;
	float: left;
	width: 80px;
	border-right: 1px solid #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	background: #999999;
}
#nav li:first-child a {
	border-left: 1px solid #000000;
}
#nav li.bookin {
	display: inline;
	padding: 0;
	margin: 0;
	}
#nav a:link.bookin,
#nav a:visited.bookin {
	font-weight: bold;
	color: #ffffff;
	background: #ed2f22;
	padding: 3px 10px 3px 10px;
	float: left;
	width: 108px;
	border-right: 1px solid #000000;
	text-decoration: none;
}
#nav a:hover.bookin {
	color: #000000;
	background: #999999;
}
#nav li:first-child a.bookin {
	border-left: 1px solid #000000;
}
table {
	font: 10px;
	border-collapse: collapse;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	width: 475px;
	margin:auto;
}
tr.dark td {
	background: #888888;
}
td {
	background-color:#CCCCCC;
}
tr {
	height: 10px;
}
#spacer {
	margin-top:55px;
}
.textbox { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #000000;
}
.friendly { 
 margin:25px;
 float:right;
}