/* HEADER FOR ARTIST SECTION */
/* ARTIST PAPER PAGE CONTAINER - THE TOP AND BOTTOM CORNER GRAPHICS AND BACKGROUND ARE IN HERE */
#artistpage{
	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 */
#artistcontainer {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

/* LEFT COLUMN */
#artistcontainer .left {
	text-align: left;
	background:url(../../assets_artists/portrait_sally_pattrick.png) no-repeat;
	padding-left: 130px;
}
/* box model hack start */
#artistcontainer .left {
	width: 407px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 277px;
}
html>body #artistcontainer .left {
  width:277px;
}
/* box model hack end */

#titlenew{
	width: 277px;
	height: 55px;
}

#titlequestions{
	width: 277px;
	height: 55px;
}

#titleprevious{
	width: 277px;
	height: 55px;
}

#titlenew h4 {
	background: url(../../assets_artists/title_sp_newwork.gif) no-repeat;
	width: 277px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
#titlenew h4 span {display:none;}

#titlequestions h4 {
	background: url(../../assets_artists/title_sp_questions.gif) no-repeat;
	width: 277px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
#titlequestions h4 span {display:none;}

#titleprevious h4 {
	background: url(../../assets_artists/title_sp_previouswork.gif) no-repeat;
	width: 277px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
#titleprevious h4 span {display:none;}

/* RIGHT COLUMN */
#artistcontainer .right {
	text-align: left;
	width: 351px;
}

/* QUESTONS PAGE CONTAINER */
#interview {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

/* QUESTONS PAGE LEFT COLUMN */
#interview .left {
	text-align: left;
	background:url(../../assets_artists/portrait_sally_pattrick.png) no-repeat;
	padding-left: 130px;
}
/* box model hack start */
#interview .left {
	width: 520px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 390px;
}
html>body #interview .left {
  width:390px;
}
/* box model hack end */

/* QUESTONS PAGE RIGHT COLUMN */
#interview .right {
	text-align: left;
	width: 238px;
}
