@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #F7F7F7;
}
#container {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
}
#inner_container {
	width: 965px;
	margin: 0 auto;
	background: #FFF;
}
#pic {
	width: 300px;
	float: left;
}
#content_a {
	width: 1000px;
	float: left;
	background:  #FFF;
}
#content_a .text {
	margin-top: 10px;
}
#header {
	background: url(images/header.jpg);
	width: 1000px;
	height: 218px;
	float: left;
}
#nav {
	float: left;
	width: 1000px;
	height: 72px;
}
#logo {
	background: url(images/watersidedancelogo.jpg);
	height: 72px;
	width: 465px;
	float: left;
}
#home {
	background: url(images/home.jpg);
	height: 72px;
	width: 99px;
	float: left;
}
#home:hover {
	background: url(images/home_hover.jpg);
}
#events {
	background: url(images/events.jpg);
	width: 89px;
	height: 72px;
	float: left;
}
#events:hover {
	background: url(images/events_hover.jpg);
}
#products {
	background: url(images/products.jpg);
	width: 103px;
	height: 72px;
	float: left;
}
#products:hover {
	background: url(images/products_hover.jpg);
}
#gallery {
	background: url(images/gallery.jpg);
	width: 80px;
	float: left;
	height: 72px;
}
#gallery:hover {
	background: url(images/gallery_hover.jpg);
}
#hire {
	background: url(images/hire.jpg);
	width: 72px;
	height: 72px;
	float: left;
}
#hire:hover {
	background: url(images/hire_hover.jpg);
}
#contact {
	background: url(images/contact.jpg);
	width: 92px;
	height: 72px;
	float: left;
}
#contact:hover {
	background: url(images/contact_hover.jpg);
}


#footer {
	width: 1000px;
	background: url(images/footer.jpg);
	height: 24px;
	float: left;
}