/* HEADER FOR ARTIST SECTION */
h1 {
	background: url(assets_museums/label_themuseums.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;
}
#museumlinks {
	width: 351px;
	height: 57px;
	background: url(assets_museums/nav_museumspage.png) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

#museumlinks span {display:none;}

#museumlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}

#museumlinks a {
	display: block;
	outline: none;
}

#west {left: 102px; top: 0px; width: 75px; height: 57px;}
#central {left: 177px; top: 0px; width: 79px; height: 57px;}
#east {left: 256px; top: 0px; width: 73px; height: 57px;}

#west a {height: 57px;}
#central a {height: 57px;}
#east a {height: 57px;}

#west a:hover {background: url(assets_museums/nav_museumspage.png) -452px 0px no-repeat; width: 75px; height: 57px;}
#central a:hover {background: url(assets_museums/nav_museumspage.png) -527px 0px no-repeat; width: 79px; height: 57px;}
#east a:hover {background: url(assets_museums/nav_museumspage.png) -606px 0px no-repeat; width: 73px; height: 57px;}

#west .active {background: url(assets_museums/nav_museumspage.png) -452px 0px no-repeat; width: 75px; height: 57px;}
#central .active {background: url(assets_museums/nav_museumspage.png) -527px 0px no-repeat; width: 79px; height: 57px;}
#east .active {background: url(assets_museums/nav_museumspage.png) -606px 0px no-repeat; width: 73px; height: 57px;}

/* MUSEUM PAPER PAGE CONTAINER - THE TOP AND BOTTOM CORNER GRAPHICS AND BACKGROUND ARE IN HERE */
#museumpage{
	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.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 */
#museumcontainer {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

h4 span {
	display: none;
	margin: 0px;
	padding: 0px;	
}

.fcms{
	background: url(assets_museums/title_museumservice.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.fcac{
	background: url(assets_museums/title_fcaandc.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.eastheader{
	background: url(assets_museums/title_east.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.westheader{
	background: url(assets_museums/title_west.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.centralheader{
	background: url(assets_museums/title_central.gif) no-repeat;
	width: 308px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}


/* LEFT COLUMN */
#museumcontainer .left {
	text-align: left;
	padding-left: 40px;
}
/* box model hack start */
#museumcontainer .left {
	width: 377px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 337px;
}
html>body #museumcontainer .left {
  width:337px;
}
/* box model hack end */

/* RIGHT COLUMN */
#museumcontainer .right {
	text-align: left;
	padding-right: 40px;
}
/* box model hack start */
#museumcontainer .right {
	width: 351px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 311px;
}
html>body #museumcontainer .right {
  width:311px;
}
/* box model hack end */