/* Piano Lab 2010 styles for screen display */
body  {
	background-color: #576d67;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	font: 1em Georgia, Palatino, "Times New Roman", serif;
	text-align: center; 
	color: #000000;
}
h1 {
	margin: 10px 0 2px 0;
	padding: 0;
	font: 1.6em Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	margin: 10px 0 2px 0;
	padding: 2px;
	font: 1.2em Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	background-color: #d9e6d2;
	margin: 2px 0 0 0;
	padding: 2px;
	font: 1.2em Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}
p {
	margin: 10px 0 5px 0;
}
.jumpup {
	text-align: right;
	font-size: .8em;
}
.small {
	font-size: .8em;
}
.special {
	color:#0000cc;
	font-weight: bold;
}
.box {
	background-color: #ffffff;
	border-style: double;
	border-color: #006699;
	border-width: medium;
	padding: 5px;
	text-align: center;
	margin: 10px;
}
.indent1 {
	padding: 0px 3px 0px 10px;
}
.shaded {
	background-color: #e5d591;
}
.fltright {
	position: relative;
	float: right;
	padding: 10px;
}
.fltleft {
	position: relative;
	float: left;
	padding: 10px;
}
.center {
	text-align: center;
	margin: auto;
}
.left {
	text-align: left;
}
.vcenter {
	vertical-align: middle;
}
a:link {
	color: #003399;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #000000;
	background-color: #ffff99;
	text-decoration: none;
}
img  {
	border: none;
	border-style: none; 
	background: none;
}
img a:link {
	border: none;
	background: none;
}
img a:hover {
	border: none;
	background: none;
}
.noborder {
	border: none;
	border-style: none; 
	background: none;
}
.noborder a:link {
	border: none;
	text-decoration: none;
	background: none;
}
.noborder a:hover {
	border: none;
	background: none;
}
#wrapper { 
	width: 780px; 
	background: #ffffff;
	background-image: url(../images/wrapperbg.gif);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#border {
	width: 740px; 
	background: none;
	margin: 0 auto;
	border: 2px solid #6c7a77;
	padding: 0px 10px 10px 10px;
}
#header { 
	width: 740px; 	
	margin: 0 auto;
} 
#topmenu {
	width: 740px; 
	height: 30px;
	margin: 0 auto;
	padding: 4px 0px 0px 0px;
	font: 12pt bold Arial, Helvetica, sans-serif;
	line-height: 16pt;
	text-align: left; 
}
#menu {
	margin: 0 auto;
}
#menu li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	border: none;
	padding: 2px
}
#menu a:link {
	color: #003300;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
}
#menu a:visited {
	color: #003300;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
}
#menu a:hover {
	display: block;	
	color: #ffffff;
	background-color: #576d67;
	text-decoration: none;
}
#main {
	width: 720px;
	background-color: #d9e6d2;
	margin: 0;
	padding: 10px;
}
#musiclessons {
	background: #ffffff; 
	width: 720px; 
	border: none;
}
#content {
	text-align: left;
	/*zoom: 1;  this proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
}
#contentleft {
	float: left;
	text-align: left;
	width: 480px;
	/*zoom: 1; /* this proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
}
#sidebar {
	position: relative;
	float: right;
	background-color: #ffffff;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}
#sidebarlist {
	margin: 5px 0px 10px 9px;
	list-style: square;
	color: #576d67;
	padding: 0px 0px 0px 5px;
}
#sidebarlist li {
	padding: 2px;
}
#sidebar a:link {
	display: block;
	color: #003300;
	background: none;
	font-weight: bold;
}
#sidebar a:visited {
	display: block;
	color: #003300;
	background: none;
	font-weight: bold;
}
#sidebar a:hover {
	display: block;
	background-color: #CC99FF;
	text-decoration: none;
}
#sidebar2 {
	float: right;
	background-color: #ffffff;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}
.quote {
	font-style: italic;
}
#footer {
	clear:both;
	width: 740px; 
	margin: 0;
	font-size: .8em;
	color: #666666;
	text-align: center;
}
#footer a:link {
	color: #666666;
	font-weight: bold;
}
#footer a:visited {
	color: #666666;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	background-color: #576d67;
	text-decoration: none;
}
#anniv {
	position: absolute;
	top: 240px;
	right: 10%;
	width: 128px;
	z-index: 99;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noshow {
	visibility: hidden;
}
#credits {
	width: 780px; 
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: .8em;
}
