/* DEFAULT PAGE BACKGROUND */

div#center {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
}

div#background {
	width: 80%;
	float: left;
	margin-top: 0;
	background-attachment: scroll;
	background-image: url(PianoBG.gif);
	background-repeat: repeat;
	background-position: center top;
	padding: 2.5%;
}
		
/* HEADER AREA */

div#header {
	width: 98.5%;
	float: left;
	margin-bottom: 2.5%;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 6px outset #ffbf00;
}

/* BODY AREA */

div#body {
	float: left;
	width: 65%;
	padding: 2.5%;
	background-color: #FFFFFF;
	border: 6px outset #ffbf00;
}

/* NAVIGATION AREA */

div#navigation {
	float: left;
	width: 25%;
	margin-right: 2.5%;
	margin-top: 0%;
	margin-bottom: 0%;
}

/* ANNOUNCEMENTS BOX */

div#announcements {
	width: 98.5%;
	float: left;
	margin-bottom: 2.5%;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 6px outset #ffbf00;
}
	
/* COPYRIGHT LINE AT BOTTOM OF BODY AREA */

div#copyright {
	text-align: center;
	margin-top: 2.5%;
}
	/* LINKS */

#navigation a {
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-decoration: none;
	color: #056405;
	font-weight: bold;
	font-style: italic;
	margin-top: 0%;
	margin-bottom: 0%;
}

#navigation a:link, #navigation a:visited {
	background: #ffffff;
	border: 3px outset #ffbf00;
	margin-top: 0%;
	margin-bottom: 0%;
}

#navigation a:hover, #navigation a:focus {
	background: none;
	border: 3px outset #ffbf00;
	color: #FFFFFF;
	margin-top: 0%;
	margin-bottom: 0%;
}

/* HEADER STYLES */

#header h1, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #056405;
	text-align: center;
}

#header h1 {
	font-style: italic;
	font-size: 42px;
	line-height: 60%;
}

#header h3 {
	font-size: 24px;
	line-height: 60%;
}
	
/* BODY STYLES */

#body p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#body li {
	list-style-type: square;
}

#body h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #056405;
	text-align: center;
}

#body h1 {
	font-size: 32px;
	font-style: italic;
}

#body h2 {
	font-size: 22px;
	font-style: italic;
}

#body h3 {
	font-size: 18px;
}

#body img {
	border: 3px outset #ffbf00;
}

.listImg {
	border: 3px outset #ffbf00;
	float: left;
	margin-right: 20px;
}

#body hr {
	margin-top: 30px;
	margin-bottom: 6px;
}

/* COPYRIGHT LINE */

#copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}