body  {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}
.imgborder2 {
	border-bottom: thin solid #FCFCFC;
}


#wrap {
	margin: 0 auto;
	padding: 0;
	background-color: #999999;
	width: 850px;
	color: #333333;
}

#header {
	border: 1px solid #333333;
}
#nav {
	float: right;
	width: 375px;
	margin-right: 30px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


.indicator {
	color: #990000;
}


.style1 {color: #333333;}
.style2 {font-size: 70%;}

.img {border: 1px solid #333333;}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.img {
	border: 1px solid #333333;
}
.imglarge_border {
	border: 2px solid #666633;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgspace {
	padding-right: 8px;
	padding-bottom: -5px;
}
.fltlft-border{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #333333;
}.redtext {
	color: #900;
}
.review {
	font-size: 12px;
	font-style: italic;
}
#wrap table tr td p {
	font-style: normal;
}
#playdates {
	font-size: 12px;
	line-height: 120%;
}
.opening {
	font-size: 9px;
	color: #900;
}
.cancelled {
	color: #CCC;
}

