/*
	Page-specific inline styles to override the generic styles.
	
	"tab_artist_landingpg" is injected into the div thanks to the layout var, and we get it to
	override the tab_generic_extra style that adds in padding.
	
	We also override the tab_nav styles by making a more specific definition and alter it's height
	and background to make it work with the new design.
*/
.tab_contents .tab_artist_landingpg {
	padding: 0px;
}
.maincontents_generic #tab_nav {
	height: 16px;
	background-image: url(/images/thecompany/tab_artist_landingpg_bkgrnd.gif);
}
.rollover {
	display: block;
	float: left;
	width: 184px;
	margin: 0; 
	text-align: right;
}
.rollover img {
	display: block;
	float: right;
}
.tab_artist_landingpg .primary_content {
	border-left: 6px solid #000;
	width: 552px;
	padding: 50px 0 0 25px;
}

#artist_table td {
	vertical-align: top;
	padding: 0 30px 10px 0;
}
