/* CSS Document */

* html body {
	f\ont-size: medium; /* for other IE versions */
	font-size: small; /* for IE5/Win */
}

a {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #CB1009;
	font-weight: normal;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 25px;
	padding: 0;
}

h1 {
	font-size: 130%;
  	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	padding:0;
	margin:0;
}

#banner{
	background-image: url(../images/animation_header_final.gif);
	background-repeat: no-repeat;
	width: 815px;
	height: 258px;
	margin: auto auto;
}

#banner h1 {
	display: none;
	height: 0px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#container {
	background-color: #f5f5f5;
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 100%;
	margin: auto auto;
	width: 765px;
	height: 150%;
	min-height: 600px;
	clear: both;
}

#container_home {
	background-color: #f5f5f5;
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 100%;
	margin: auto auto;
	width: 765px;
	height: 150%;
	min-height: 700px;
	clear: both;
}

#container_play {
	background-color: #f5f5f5;
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 100%;
	margin: auto auto;
	width: 765px;
	height: 150%;
	min-height: 1630px;
	clear: both;
}

#content {
	margin-top: 25px;
	padding: 20px;
	width: 700px;
}

#content_home {
	margin-top: 25px;
	padding: 20px;
	width: 380px;
}

#content_members {
	margin-top: 25px;
	margin-left: 250px;
	padding: 20px;
	width: 460px;
}

#dancers_photo {
	float:right;
}

#footer {
	font-size: 85%;
	margin: auto auto;
	padding: 5px;
	text-align: center;
	width: 765px;
	clear: both;
}

#members_menu{
	background-color: #f5f5f5;
	float: left;
	padding: 30px;
}

#testimonials{
	background-color: #f5f5f5;
	background-image:  url("../images/testimonials_bg.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 395px;
	margin-right: 7px;
	margin-top: 10px;
	width: 313px;
	clear: both;
}

#testimonials p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 85%;
	margin: 50px 40px 0px 20px;
}

#animation  {
	float: right;
	/* margin: 30px 40px 0px 10px;*/
	margin-top: 10px;
}

#topmenu {
	margin: auto auto;
	width: 765px;
	padding: 0;
}
	
#topmenu  ul {
	background-color: #FF0000;
	border-bottom: 3px solid #CB1009;
	border-top: 3px solid #CB1009;
	color: #FFFFFF;
	float: left;
	font-family: arial, helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	margin:0px;
	width: 765px;
}

#topmenu  ul li {
	display: inline;
}

#topmenu  ul li a {
	background-color: #FF0000;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
	text-decoration: none;
}

#topmenu  ul li a:hover {
	background-color: #CB1009;
	color: #FFFFFF;
	font-weight: bold;
}
	
table {
  	width: 100%;
  	}
	
 table tr .members{
	text-align: left;
	background: #E2E2E2;
	padding: 10px;
	font-weight: normal;
	border-bottom:10px solid #f5f5f5;
  	}
	
.instrument {
	color: #333;
	font-weight: normal;
	font-size: small;
}

#instrument {
	margin-top: 25px;
	padding: 20px;
	width: 580px;
	clear: inherit;
}

#instrument dl {
  	float: left;
  	margin: 0;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#instrument dt {
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: bold;
  	}
#instrument dd {
 	margin: 0;
  	padding: 0;
  	font-size: 90%;
  	line-height: 1.5em;
  	}
/* reverse float */

#instrument .alt dt {
	margin: 0;
  	padding: 0;
  	}
#instrument .alt dd.img img {
  	float: right;
  	margin: 0 0 0 0;
  	}
	
#navlist { list-style-image: url(../images/bullet.gif); } 
