/* HEADER FOR ARTIST SECTION */
h1 {
	background: url(assets_main/label_exhibitioninfo.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 */
#findoutmorepage{
	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;
}

h4 span {
	display: none;
	margin: 0px;
	padding: 0px;	
}

.exhibitioninfo{
	background: url(assets_main/title_exhibition_info.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}


.museumsinvolved{
	background: url(assets_main/title_themuseumsinvolved.gif) no-repeat;
	width: 220px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.mentoringscheme{
	background: url(assets_main/title_thementoringscheme.gif) no-repeat;
	width: 220px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.maincontacts{
	background: url(assets_main/title_maincontacts.gif) no-repeat;
	width: 220px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.padding {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}



/* CONTAINER FOR THE LEFT AND RIGHT COLUMNS */
#findoutmorecontainer {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

/* LEFT COLUMN */
#findoutmorecontainer .left {
	text-align: left;
	padding-left: 40px;
}
/* box model hack start */
#findoutmorecontainer .left {
	width: 480px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 440px;
}
html>body #findoutmorecontainer .left {
  width:440px;
}
/* box model hack end */

/* RIGHT COLUMN */
#findoutmorecontainer .right {
	text-align: left;
	padding-right: 40px;
}
/* box model hack start */
#findoutmorecontainer .right {
	width: 258px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 218px;
}
html>body #findoutmorecontainer .right {
  width:218px;
}
/* box model hack end */