/* HEADER FOR ARTIST SECTION */
h1 {
	background: url(assets_main/label_accessibility.png) no-repeat;
	width: 149px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;	
	left: 0px; top: 0px;
}
h1 span {display:none;}


/* TITLE FOR MUSEUM SECTION */
#pagetitle {
	margin: 0;
	padding: 0;
	width: 380px;
	text-align: left;
}

/* MUSRUM PAGE TABBED LINKS */
#links{
	clear: right;
	padding: 50px 0px 0px 0px;
}


/* MUSEUM PAPER PAGE CONTAINER - THE TOP AND BOTTOM CORNER GRAPHICS AND BACKGROUND ARE IN HERE */
#accesspage{
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:url(assets_main/middle_rpt.gif) repeat-y;
}

#topcorners{
	background: url(assets_main/topcorners_blank.gif) no-repeat;
	width: 760px;
	height: 15px;
}

#bottomcorners{
	background:url(assets_main/bottomcorners.gif) no-repeat;
	width: 760px;
	height: 15px;
}

/* CONTAINER FOR THE LEFT AND RIGHT COLUMNS */
#accesscontainer {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

h4 span {
	display: none;
	margin: 0px;
	padding: 0px;	
}

.access{
	background: url(assets_main/title_accessibility.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

/* LEFT COLUMN */
#accesscontainer .left {
	text-align: left;
	padding-left: 40px;
}
/* box model hack start */
#accesscontainer .left {
	width: 7200px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 680px;
}
html>body #accesscontainer .left {
  width:680px;
}
/* box model hack end */

/* RIGHT COLUMN */
#accesscontainer .right {
	width: 40px;
}
