/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #efe2c2;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #816036;
	font-size: x-small;}
	
#back {background: #efe2c2 url(../images/treble-clef.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left; 0;}
	
#wrap {width: 770px;
	margin: 0;
	padding:0;
	text-align: left;
	overflow: visible;}

#nav {width: 165px;
	float: left;
	margin: 173px 0 0 75px;
	padding: 10px 0 10px 0;
	background:url(../images/treble-clef-nav.gif) top left no-repeat;
	position:absolute;}
	
#container {
	width: 515px;
	float: right;
	position: static;
	background:url(../images/back_01.jpg) repeat-y;
	overflow: visible;
	}
	
#header {
	margin: 0;
	padding: 0;
	position: static;
	background:url(../images/back_01.jpg) repeat-y;
	}

#latest {
	float: right;
	width: 145px;
	border-left: 1px solid #816036;
	margin: 20px 0 0 10px;
	padding: 0 10px;
	clear: right;
	position: static;
	}

#content {
	margin: 0;
	width: 310px !important;
	padding: 15px;
	position: static;
	background:url(../images/back_01.jpg) repeat-y;
	}

td.contentheading {	font-size: 220%;
	margin: 0em 0em 1.2em 0em;
	font-weight: lighter;
}

td {	font-size: 120%;
	margin: 0em 0em 1.2em 0em;
	font-weight: lighter;
}
	
#footer {
	background: url(../images/back_02.png) no-repeat;
	margin:0;
	padding: 8px 25px 0 0;
	overflow: hidden;
	position: absolute;
	width: 515px;
	text-align: right;}



/* LINK STYLES */
	
a:link {
	color: #816036;
	}
a:visited {
	color: #9d7c53;
	text-decoration: none;
	}
a:active {
	color: #9d7c53;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
	

/* GENERIC STYLES */
	
h1 {
	font-size: 160%
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}

h2 {
	font-size: 150%;
	margin: 0em 0em 1.2em 0em;
	font-weight: lighter;
	}

h3 {
	font-size: 140%;
	margin: 1.2em 0em 0.5em 0em;
	font-weight: normal;
	}

h4 {
	font-size: 130%;
	margin: 0em 0em 1.2em 0em;
	font-weight: normal;
	}

h5 {
	font-size: 120%;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 120%;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	}

img {
	border: 0;
	}

ol, ul {/*
	list-style: none;*/
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	}
li {font-size: 120%;
	line-height: 1.8em;
	}
	

p {
	font-size: 120%;
	line-height: 1.4em;
	margin: 0em 0em 1.2em 0em;
	}
	
/* NAV STYLES */

#nav ul {
	list-style: none;
	margin-top: 1.3em;
	margin-bottom: 1.3em; 
	padding-left: 0px;
	margin-left: 10px;
	}
#nav li {
	padding: 0 0 1px 0;
	font-size: 140%;
	line-height: 170%;}
#nav li a {
	display:block;
	padding: 3px 0 3px 20px;
	margin: 0 10px 0 0;
	background:url(../images/bass-clef-off.gif) top left no-repeat;
	position:static;
	color: #9d7c53;
	text-decoration:none;
	}
#nav li a:hover {
	display: block;
	padding: 2px 0 2px 20px;
	background:url(../images/bass-clef-on.gif) top left no-repeat;
	color: #816036;
	border-top: 1px solid #816036;
	border-bottom: 1px solid #816036;}

#nav h3, #nav form {
	margin: 0 0 0 10px;}
