﻿html {height: 100%;}
body {
	margin: 0px 0 0 0;
	padding: 0px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: relative;
	background-image: url('../images/sheetmusicbackground.jpg');
	background-attachment: fixed;
}
#slimites {
	border: 2px solid #990033;
	position: relative;
	width: 732px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff;
	top: 0px;
	left: 0px;
	text-align: center;
	height: auto;
	z-index: 1;
}
#navigation {
	position: relative;
	text-align: center;
	float: left;
	width: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #990033 none;
	color: #990033;
	top: auto;
	height: 352px;
	left: 2px;
	clear: both;
	z-index: 1;
}
#footer {
	border: 2px solid #990033;
	position: relative;
	width: 732px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff;
	top: 0px;
	left: 0px;
	text-align: center;
	height: auto;
	z-index: 1;}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #990033 outset;
	background-color: #FFFF00;
	color: #990033;
}
#navigation a {
	color: #990033;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFFF00;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
	font-size: xx-large;
	text-decoration: blink;
}
h4 {
	font: normal normal normal 100% "Trebuchet MS";
	color: #000000;
	text-align: left;
	position: relative;
	padding: 0px;
	font-style: normal;
	text-align: center;
}
h2 {
	padding: 1px;
	margin: 1px;
	color: #000000;
	width: 569px;
}
#content h1 {
	color: #990033;
}
/* Footer Styles */
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	text-align: center;
	z-index: 1;
}