/**
 * @=Layout styles
 */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: trebuchet ms, tahoma, arial, verdana;
}
#page {
	width: 100%;
	height: 100%;
}
#header {
	height: 85px;
	border-bottom: 3px solid;
}
#content {
}
#content-main {
	padding: 1.5em;
	width: 35em;
	height: 355px;
	overflow: auto;
	background-attachment: fixed;
}
#footer {
	padding: .1em .5em;
	font-size: 10pt;
}

/** Page Images **/
#home #content-main {
	background: url(../images/layout/keys_wpiano.jpg) no-repeat;
	padding-left: 205px;
	height: 350px;
}

#about #content-main {
	background: url(../images/layout/about_inset.jpg) no-repeat;
	padding-left: 235px;
}

#artists #content-main {
	background: url(../images/layout/bstrings_inset.jpg) no-repeat;
	padding-left: 220px;
}

#patrons #content-main {
	background: url(../images/layout/bstrings_inset.jpg) no-repeat;
	padding-left: 220px;
}


#pianos #content-main {
	background: url(../images/layout/hammers-gold.jpg) no-repeat;
	padding-left: 220px;
}

#services #content-main {
	background: url(../images/layout/bstrings_inset3.jpg) no-repeat;
	padding-left: 295px;
}

#resources #content-main {
	background: url(../images/layout/hammers-hands_r.jpg) no-repeat;
	padding-right: 220px;
}

#contact #content-main {
	background: url(../images/layout/grand_strings.jpg) no-repeat;
	padding-left: 205px;
}

#thanks #content-main {
	background: url(../images/layout/grand_strings.jpg) no-repeat;
	padding-left: 205px;
}


/** Main navigation **/
#nav-main {
	border-bottom: 3px solid;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
	#nav-main ul{
		margin: 0 auto;
		height: 1.8em;
	}
		#nav-main li {
			float: left;
			list-style-type: none;
		}
			#nav-main li a {
				text-decoration: none;
				padding: .2em .9em;
				display: block;
			}

			
/** Sub navigation **/
#nav-sub {
	border-bottom: 1px solid;
	font-size: 10pt;
}
	#nav-sub ul{
		margin: 0 auto;
		height: 1.6em;
	}
		#nav-sub li {
			float: left;
			list-style-type: none;
		}
			#nav-sub li a {
				text-decoration: none;
				padding: .1em .9em;
				display: block;
			}


/**
 * @=Element Styles
 */
h1, h2, h3, h4, h5, h6 {
	font-family: times, georgia;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 6px;	
	margin-bottom: .3em;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 15pt;
}

p {
	font-size: 10pt;
	line-height: 1.3em;
	margin-bottom: .8em;
	text-indent: 0em;
}

.spacer {
	clear: both;
}

.ctable {
  padding:1em;
  font-size:9pt;
}
