@charset "utf-8";
#main_body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	text-align:left;
	font-size: 14px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #E6E6E6;
	background-image: url(images/stripes.png);
	background-repeat: repeat;
}
#title {
	font-size: 16px;
	font-weight: bold;
	color: #44AD46;
}
#spacer {
	background-image: url(images/space.png);
	border: none;
	display: block;
	height: 50px;
	width: 11px;
	float:left;
}
a#btn_home {
	background-image: url(images/btn_home.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
a#btn_home:hover {
	background-image: url(images/btn_home_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_home {
	background-image: url(images/btn_home_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#btn_aboutme {
	background-image: url(images/btn_aboutme.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#btn_aboutme:hover {
	background-image: url(images/btn_aboutme_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_aboutme {
	background-image: url(images/btn_aboutme_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#btn_locations {
	background-image: url(images/btn_locations.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#btn_locations:hover {
	background-image: url(images/btn_locations_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_locations {
	background-image: url(images/btn_locations_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#btn_packages {
	background-image: url(images/btn_packages.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#btn_packages:hover {
	background-image: url(images/btn_packages_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_packages {
	background-image: url(images/btn_packages_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#btn_zumba {
	background-image: url(images/btn_zumba.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#btn_zumba:hover {
	background-image: url(images/btn_zumba_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_zumba {
	background-image: url(images/btn_zumba_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#btn_contact {
	background-image: url(images/btn_contact.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#btn_contact:hover {
	background-image: url(images/btn_contact_hover.png);
	border: none;
	display: block;
	height: 55px;
	width: 146px;
	float:left;
}
#preload_contact {
	background-image: url(images/btn_contact_hover.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}
#price {
	color: #FF8000;
}
.highlight {
	color: #FFFF5E;
}
.FormFields {
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
}
.FormComment {
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
}
a .alt {
	display: none;
}
