body {
	margin: 0px;
	padding: 0px;
	background: url(../images/back.gif);
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #643B01;
}

img{
	padding: 0px;
	margin: 0px;
	display: block;
	border: none;
}

a{
	color: #000;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 25px 0px 40px 0px;
	background: url(../images/header_back.gif) no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

hr{
	color: #643B01;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: #643B01;
}

#container{
	width: 739px;
	margin: auto;
	padding-top: 30px;
}

#topMenu{
	margin: 0px;
	padding: 0px;
	display: block;
}

#topMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#topMenu ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 39px;
	text-indent: -5000px;
	overflow: hidden;
}

#topMenu ul li a{
	display: block;	
	text-decoration: none;
	height: 39px;	
}

#topMenu ul li#home, #topMenu ul li#home a:hover, #topMenu ul li#home a.current{
	width: 144px;
	background-position: 0px 0px;
}

#topMenu ul li#members, #topMenu ul li#members a:hover, #topMenu ul li#members a.current{
	width: 180px;
	background-position: -144px 0px;
}

#topMenu ul li#repertoire, #topMenu ul li#repertoire a:hover, #topMenu ul li#repertoire a.current{
	width: 190px;
	background-position: -324px 0px;
}

#topMenu ul li#contact, #topMenu ul li#contact a:hover, #topMenu ul li#contact a.current{
	width: 177px;
	background-position: -514px 0px;
}

#topMenu ul li{
	background: url(../images/menu/menu_off.gif) no-repeat;
}

#topMenu ul li a:hover, #topMenu ul li a.current{
	background: url(../images/menu/menu_on.gif) no-repeat;
}

#left{
	background: url(../images/left.gif);
}

#right{
	background: url(../images/right.gif);
}

#contentWrap{
	background: #FCE8D5;
}

#content{
	padding: 5px 30px 50px 30px;
}

#headshot{
	padding: 0px 20px 15px 0px;
	float: left;
}
