html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #DADADB;
	font-family: arial, sans-serif;
	font-size: 12px;
}
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 785px;
	height: auto !important; /* for standards-compliant browsers */
	height: 100%; /* treated as min-height in IE6 */
	min-height: 100%; /* real (!!!) browsers */
	background: url(../images/tile_y2.jpg) repeat-y;
}
.clear { 
	clear: both;
	height: 1px;
	line-height: 0px;
	overflow: hidden;
}
div#footer {
        position: relative;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 18px;
        padding: 0em 0px 25px 0px;
        width: 785px;
        color: #8F97B1;
}
/* ----------------------------------------------------- */
#header_title {
        position: absolute;
        top: 0px;
        right: 25px;
        height: 85px;
        width: 350px;
        background-image: url(../images/title.jpg);
        background-repeat: no-repeat;
}
#header_top {
	position: absolute;
	top: 0px;
	left: 25px;
	height: 149px;
	width: 304px;
	background-image: url(../images/ph_top.jpg);
	background-repeat: no-repeat;	
}
#header_mid {
	position: absolute;
	top: 149px;
	left: 25px;
	height: 150px;
	width: 304px;
	background-image: url(../images/ph_mid.jpg);
	background-repeat: no-repeat;
}
#header_bot {
	position: absolute;
	top: 299px;
	left: 25px;
	height: 149px;
	width: 304px;
	background-image: url(../images/ph_bot.jpg);
	background-repeat: no-repeat;
}
/* ----------------------------------------------------- */
#menudiv {
	position: absolute;
	top: 90px;
	right: 28px;
	float: right;
	height: auto;
	width: 430px;
	display: inline;
	text-align: right;
	color: #8F97B1;
	font-size: 16px;
	margin: 0px;
	padding: 12px 0px;
	border-top: 1px dotted #B7BBC7;
	z-index: 1;
}
a.menudefault {
    font-size: 16px;
    font-weight: bold;
    color: #5B483A;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 3px 0px 3px;
    height: 0px;
    }
a.menuoption {
    font-size: 16px;
	font-weight: bold;
    color: #8F97B1;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 3px 0px 3px;
    height: 0px;
    }
a.menuoption:hover {
    font-size: 16px;
    font-weight: bold;
    color: #4F5F7F;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 3px 0px 3px;
    height: 0px;
    }
/* ----------------------------------------------------- */
#content_shell {
	position: relative;
	top: 140px;
	left: 310px;
	height: auto;
	width: 470px;
	padding: 0px;
	margin: 0px 0px 15em 0px;
	color: #6B778F;
	background-image: url(../images/contentbox_mid.jpg);
	background-repeat: repeat-y;
}
#content_top {
	position: relative;
	height: 40px;
	width: 470px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/contentbox_top.jpg);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	height: auto;
	width: 400px;
	margin: 0px;
	padding: 0px 30px 0px 34px;
	/*text-align: justify;*/ 
}
#content_bot {
	position: relative;
	height: 52px;
	width: 470px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/contentbox_bot.jpg);
	background-repeat: no-repeat;
}
#textcap {
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/titlecornice.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
* html #textcap { /* extra love for IE6 */
	height: 30px;
	width: auto;
	padding: 0px;
	margin: 16px 0px;
	background-image: url(../images/titlecornice.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#sb1 { /* sandbag div */
	float: left;
	clear: left;
	margin-right: 5px;
	border: 0px solid #000;
	width: 25px; 
	height: 45px;
}
.heading {
    font-size: 16px;
    font-weight: bold;
    color: #5B483A;
    text-decoration: none;
    margin: 0px;
    padding: 2px 3px 14px 3px;
    border-bottom: 1px dotted #B7BBC7;
    }
/* ----------------------------------------------------- */
#col_left {
	float: left;
	width: 80px;
	padding: 10px;
	}
#col_right {
	margin-left: 90px;
	padding: 10px;
	}
* html #col_left {
	margin-right: -3px;
	}
* html #col_right {
	height: 1%;
	margin-left: 0;
	}
#col_right div {
	float: left;
	width: 100px;
	margin-right: 20px;
}
/* ----------------------------------------------------- */
.dyncol_left {
	float: left;
	width: 100px;
	padding: 0px;
	}
.dyncol_right {
	margin-left: 120px;
	padding: 0px;
	}
* html .dyncol_left {
	margin-right: -3px;
	}
* html .dyncol_right {
	height: 1%;
	margin-left: 0;
	}
.dyncol_right div {
	float: left;
	width: 100px;
	margin-right: 0px;
}
/* ----------------------------------------------------- */
#content p {
	line-height: 16px;
}
/* ----------------------------------------------------- */
.italic_mus {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.subhead {
	font-weight: bold;
	font-size: 16px;
	color: #8F97B1;
}
.bullet {
	list-style-image: url(../images/bullet.jpg);
	font-size: 12px;
	color: #8F97B1;
	text-decoration: none;
}
.indent {
	margin-left: 36px;
}
.note {
	font-size: 10px;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 24px;
}
.right {
	float: right;
}
/* ----------------------------------------------------- */
a.extlink {
    color: #9F3800;
    text-decoration: none;
    }
a.extlink:hover {
    color: #000;
    text-decoration: none;
    }
a.flink {
    color: #5F290C;
    margin: 0px 12px 0px 12px;
    text-decoration: none;
    }
a.flink:hover {
    color: #000;
    text-decoration: none;
    }
a.blink {
    color: #8F97B1;
    margin: 0px 12px 0px 12px;
    text-decoration: none;
    }
a.blink:hover {
    color: #4F5F7F;
    text-decoration: none;
    }
a.elink {
    color: #5F290C;
    text-decoration: none;
    }
a.elink:hover {
    color: #000;
    text-decoration: none;
    }
/* ----------------------------------------------------- */
span.displaynone { 
	display: none; 
	}
a:focus, a:active {
	outline: none;
	}
/* ----------------------------------------------------- */
.audiocontainer {
    height: auto;
    width: auto;
    color: #8F97B1;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #C3CBDF;
}
.audio_title {
	font-weight: bold;
	font-size: 14px;
	color: #8F97B1;
	padding-left: 0px;
	letter-spacing: 2px;
}
.audio_instr {
	font-weight: bold;
	font-size: 14px;
	color: #8F97B1;
	font-style: italic;
	padding-left: 0px;
}
.audio_info {
	margin: 8px 0px 8px 32px;
	}
object.audio {
    margin: 16px auto 0px 0px;
    padding: 0px;
    }
.object_header {
	font-weight: bold;
	font-size: 12px;
	color: #8F97B1;
	text-decoration: none;
	background-image: url(../images/ear.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 40px 34px;
}
.object_header:hover {
	font-weight: bold;
	font-size: 12px;
	color: #4F5F7F;
	text-decoration: none;
	background-image: url(../images/ear_on.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 40px 34px;
}
.object_info {
	font-size: 12px;
	font-style: italic;
	color: #8F97B1;
	text-decoration: none;
	margin-left: 35px;
}
.object_data {
	font-weight: bold;
	font-size: 12px;
	color: #8F97B1;
	text-decoration: none;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 30px 34px;
}
.object_data:hover {
	font-weight: bold;
	font-size: 12px;
	color: #4F5F7F;
	text-decoration: none;
	background-image: url(../images/info_on.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 30px 34px;
}
.object_pdf {
	font-weight: bold;
	font-size: 12px;
	color: #8F97B1;
	text-decoration: none;
	background-image: url(../images/pdf.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 40px 34px;
}
.object_pdf:hover {
	font-weight: bold;
	font-size: 12px;
	color: #4F5F7F;
	text-decoration: none;
	background-image: url(../images/pdf_on.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 40px 34px;
}
/* ----------------------------------------------------- */
.load_msg {
	font-size: 12px;
	color: #5F290C;
}
/* ----------------------------------------------------- */
.works_shell {
    height: auto;
    width: auto;
    padding-bottom: 10px;
    }
.works_data {
    height: auto;
    width: auto;
    color: #6B778F;
    margin: 20px;
    padding: 10px;
    border: 1px dotted #C3CBDF;
    }
.workscontainer {
    height: auto;
    width: auto;
    color: #8F97B1;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #C3CBDF;
    background-image: url(../images/-null-.jpg);
	background-repeat: no-repeat;
    }
.works_cat {
	font-weight: bold;
	font-size: 16px;
	color: #5B483A;
	padding: 10px 0px 10px 40px;
	border: 1px dotted #C3CBDF;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-color: #DCDFE6;
	cursor: pointer;
	/* cursor: hand; */
}
.works_cat:hover {
	font-weight: bold;
	font-size: 16px;
	color: #5B483A;
	padding: 10px 0px 10px 40px;
	border: 1px dotted #C3CBDF;
	background-image: url(../images/arrow_on.jpg);
	background-repeat: no-repeat;
	background-color: #D1D4DB;
	cursor: pointer;
	/* cursor: hand; */
}	
.works_title {
	font-weight: bold;
	font-size: 14px;
	color: #8F97B1;
	padding-left: 32px;
	letter-spacing: 2px;
}
.movements {
	font-weight: bold;
	font-size: 12px;
	color: #8F97B1;
	background-color: #F5F7FB;
	margin: 18px 0px 18px 0px;
	padding: 8px;
	border: 1px dotted #C3CBDF;
}
.movements ol {
	margin-left: -15px;
	list-style-type: upper-roman;
	}
/* ----------------------------------------------------- */