/* HEADER FOR ARTIST SECTION */
h1 {
	background: url(assets_main/title_thewebdesigner.png) no-repeat;
	width: 149px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;	
	left: 0px; top: 0px;
}
h1 span {display:none;}

/* 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_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 */
#artistcontainer {
	width: 760px;
	color: #5E411D;
	font-size: 90%;
}

/* LEFT COLUMN */
#artistcontainer .left {
	text-align: left;
	background:url(eskymo/portrait_eskymo.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(eskymo/title_eskymo.gif) no-repeat;
	width: 277px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
#titlenew h4 span {display:none;}

/* RIGHT COLUMN */
#artistcontainer .right {
	text-align: left;
	width: 351px;
}