body {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: url("images/bg_grass.jpg") repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
table {
	margin: 0px;
	padding: opx;
}
td {
	vertical-align: top;
}
.green {
	color: green;
}
.bodycenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container {
	margin: 0px;
	padding: 0px;
	text-align: left;	
}
#container img {	
	margin: 10px 10px 10px 0px;
	background: #FFFFFF;
	padding: 3px;
	border: 3px dashed #CCC;
}
#padcontainer {
	margin: 0 60px 0 60px;
	text-align: left;	
}
#padcontainer img {	
	margin: 10px 10px 10px 0px;
	background: #FFFFFF;
	padding: 3px;
	border: 3px dashed #CCC;
}
#padcontainer img.noborder {
	margin: 10px 10px 10px 0px;
	background: transparent;
	padding: 3px;
	border: none;
}
#container img.noborder {
	margin: 10px 10px 10px 0px;
	background: transparent;
	padding: 3px;
	border: none;
}
ul { 	 
	margin: 0 0 20px; 40px;
	padding: 0px;
	list-style-position: outside;		
	list-style-image: url("images/arrow.png");
}
ul li { 	 
	margin: 0 0 20px 40px;
	padding: 5px;
	line-height: 18px;
}
.bluetable {
	background-color: #e9eeff; 
	border: 3px #98adf7 solid;
	padding: 5px;	
	width: 80%;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bluetable td {
	background-color: #e9eeff; 
	border: none;
	padding: 5px;		
	text-align: center;
}
.greentable {
	background-color: #d2ffdc; 
	border: 3px #a8ffbb solid;
	padding: 5px;	
	width: 80%;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.greentable td {
	background-color: #d2ffdc; 
	border: none;
	padding: 5px;		
	text-align: center;
}
.pawbg {
	background: url("images/bg.jpg") repeat 0px;
}
.leftborder {
	border-left-width: 1px;
	border-left-color: #CCC;
	border-left-style: solid;
}
.v9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.a9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.borders {
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #CCCCCC;	
}
.a10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.abka {
	font-size: 18px;
}
.bottomtext {
	color: #006d50;
	text-decoration: none;	
	font-size: 12px;
	background: #d5efd8;
	height: 22px;
	padding: 5px;
}
.bottomlinks {
	color: #006d50;
	text-decoration: none;	
	font-size: 12px;
	font-weight: bold;
}
.bottomlinks:hover {
	color: #006d50;
	text-decoration: underline;	
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
}

/* Menu Rollovers */
a.rollover_home {
	display:block;
	width: 123px;
	height:60px;	
	text-decoration: none; 
	background: url("images/menu_home.jpg");	
}
a.rollover_home:hover { 
	background-position: 0 -60px;
}
a.rollover_aboutus {
	display:block;
	width: 119px;
	height:60px;
	text-decoration: none; 
	background: url("images/menu_about.jpg");	
}
a.rollover_aboutus:hover { 
	background-position: 0 -60px;
}
a.rollover_prices {
	display:block;
	width: 120px;
	height:60px;
	text-decoration: none; 
	background: url("images/menu_prices.jpg");	
}
a.rollover_prices:hover { 
	background-position: 0 -60px;
}
a.rollover_contact {
	display:block;
	width: 131px;
	height:60px;
	text-decoration: none; 
	background: url("images/menu_contact.jpg");	
}
a.rollover_contact:hover { 
	background-position: 0 -60px;
}
a.rollover_friends {
	display:block;
	width: 116px;
	height:60px;
	text-decoration: none; 
	background: url("images/menu_friends.jpg");	
}
a.rollover_friends:hover { 
	background-position: 0 -60px;
}
a.rollover_reservations {
	display:block;
	width: 118px;
	height:60px;
	text-decoration: none; 
	background: url("images/menu_reservations.jpg");	
}
a.rollover_reservations:hover { 
	background-position: 0 -60px; 
}
