body{
	margin: 0px;
	padding: 0px;
	background: #F1D9DE; /*logo pink 50% */
	color: #663300; /* dark brown */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, p{
	margin: 20px;
}
h1{
	font-size: 150%;
	font-weight: normal;
	color: #EA730D;
}
h2{
	font-size: 125%;
	font-weight: normal;
}
h3{
	font-size: 90%;
	color: #AB285C;
}
p, li{
	font-size: 80%;
	line-height: 150%;
}
li{
	margin-right: 20px;
}
a{
	color: #EA730D;
}
a:hover{
	color: #EA730D;
}
b{
	color: #AB285C;
}
.bb{
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB285C;
}
img, object{
	display: block;
	border: 0px;
}
.img-align-right{
	float: right;
	margin-left: 20px;
}
.img-align-left{
	float: left;
	margin-right: 20px;
}
hr{
	margin: 0px 20px;
	border: 0px;
	height: 1px;
	border-bottom: 2px dotted #EA730D;
}
.infotable, .formtable{
	margin: 0px 20px;
	font-size: 80%;
	line-height: 150%;
}
.infotable td, .formtable td{
	padding-right: 20px;
}
.formtable td{
	padding-bottom: 10px;
}
#page{
	margin: 0px auto;
	width: 1002px;
	background: #F7F2DA;
	text-align: left;
}
#body{
	margin: 0px;
	border-left: 20px solid #AB285C;
}
#sidecol, #maincol{
	float: left;
}
#sidecol{
	padding: 20px;
	width: 180px;
}
#sidecol img{
	margin: 20px 0px;
}
#sidecol hr{
	margin: 0px;
	border: 0px;
	width: 180px;
	height: 10px;
	background: #EA730D;
}
#nav, #nav li, #subnav, #subnav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav a, #subnav a{
	display: block;
	width: 180px;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
#nav a{
	padding: 5px 0px;
	color: #EA730D;
	border-top: 2px dotted #AB285C;
	text-align: right;
}
#subnav a{
	padding: 10px 0px;
	background: url(images/btn-arrowbg.gif) no-repeat 163px 10px;
	color: #AB285C;
	border-bottom: 2px dotted #EA730D;
}
#subnav a:hover{
	background: url(images/btn-arrowbg-over.gif) no-repeat 163px 10px;
}
#nav a:hover, #subnav a:hover{
	color: #663300;
}
#contactinfo{
	color: #AB285C;
}
#contactinfo p{
	margin: 10px 0px;
	text-align: right;
}
#maincol{
	padding-bottom: 150px;
	width: 760px;
	background: url(images/footerbg.jpg) no-repeat bottom center;
	border-left: 2px dotted #AB285C;
}
.main-features{
	float: left;
	margin-left: 20px;
	padding: 1px 0px;
	width: 225px;
	height: 150px;
}
.main-features p{
	margin: 10px;
	font-size: 70%;
}
.main-features h2{
	margin: 0px;
	padding: 5px 10px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#performances h2{
	background: #334887;
}
#performances{
	background: #CCD1E1;
}
#giftcertificates h2{
	background: #75851B;
}
#giftcertificates{
	background: #BAC28D;
}
#specials h2{
	background: #613A8E;
}
#specials{
	background: #D7CDE2;
}
.content_col1, .content_col2{
	width: 380px;
	float: left;
}
.bio{
	width: 230px;
	font-size: 80%;
	line-height: 150%;
}
.scheduletable{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 80%;
	line-height: 150%;
}
.scheduletable th{
	padding: 5px;
	background: #663300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.scheduletable td{
	padding: 5px;
	width: 164px;
}
.schedule_belly{
	background: #D7CEE3;
}
.schedule_belly b{
	color: #613A8E;
}
.schedule_hulahoop{
	background: #FADCC3;
}
.schedule_hulahoop b{
	color: #EA730D;
}
.schedule_misc b{
	color: #613A8E;
}
.schedule_misc{
	background: #D7CEE3;
}



}
.contact_details p{
	margin-right: 0px;
}

.credit{
	clear: both;
	margin: 0px;
	padding: 5px;
	background: #663300;
	color: #F7F2DA;
	text-align: right;
}
.credit p{
	font-size: 70%;
}
.credit a{
	color: #F7F2DA;
	text-decoration: none;
}
.credit a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}