/*** RESET ***/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4 { font-weight: normal; }

/*** RESET ***/

body {
	font: .9em/1.4em Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background: #fff url("i/Sheet-Music-Image.jpg") repeat-x;
    /*background-color: #fff;*/
}
.body2 {
	background: #f2da7a url("i/background2.jpg") repeat-x;
}
.body3 {
		background: #b15b1b url("i/background3.jpg") repeat-x;
}
p { margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	/*padding-left: 15px;*/
}
a img {
	border: none;
}
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	color: #063;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #6CF;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border: 0px solid #3f3f3f;
	min-height: 700px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}
#footer {
	width: 960px;
	margin: 20px auto;
	font-size: .7em;
	text-align: left;
}
#footer, #footer a { color: #666; }
.content {
	/*padding: 10px 0;*/
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*.nav { 
	margin: 0 auto; 
	text-align: center; 
	padding: 4px 0;
	background-color: #333;
}
.nav li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #666;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 10px;
}
.nav li:last-child, .nav li:last-child a, .nav li:last-child:hover {
	border-right: 0;
	padding-right: 0;	
}
.nav li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.nav li a:hover, .nav li:hover {
	background-color: #D2AC6B;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav li a:hover {
	text-decoration: none;
}
.nav li:hover {
	padding-left: 6px;
	background-color: #D2AC6B;
}*/

#list{
   
}
#list h2{
   margin-top:20px;
}
#list p {
   margin:5px 0px; 
}
#copy {
	margin: 0 auto;
	width: 780px;
	padding-top: 20px;
}
.leftBox {
	float: left; 
	width: 290px; 
	margin-right: 10px;	
	margin-left: 20px;
}
.clear { clear: both; }
.red { color: #c00; font-weight: bold;}
#contact-table {
	margin-top: 15px;	
}
#contact-table td {
	padding: 5px;
	white-space: nowrap;
}

#photos {
	width: 100%;
	border-collapse: collapse;	
}
#photos td { padding: 6px; }
.icons { float: right; display: inline; margin-top: 6px; padding-right: 10px; }

