/* H1 TAG - HOLDS THE HOMEPAGE LABEL IMAGE AS A BACKGROUND IMAGE */
h1 {
	background: url(assets_main/label_home.png) no-repeat;
	width: 149px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;	
	left: 0px; top: 0px;
}
h1 span {display:none;}

/* THIS HOLDS THE 'WELCOME' IMAGE IN A A FANCY FONT */
h4 {
	background:url(assets_main/title_welcome.png) no-repeat;
	width: 380px;
	height: 49px;
	margin: 0;
	padding: 0;
}
h4 span {display:none;}

#lefttext {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
	width: 380px;
}

#lefttext p{
	padding-left: 10px;
	margin-top: 0px;
}


/* ############## */
/* RIGHT ELEMENTS */
/* ############## */
h5 {
	background: url(assets_artists/select_an_artist.png) no-repeat;
	width: 350px;
	height: 50px;
	padding: 0px;
	margin: 0px;	
}
h5 span {display:none;}

/* ########################### */
/* ANDREA AND MARIE NAVIGATION */
/* ########################### */
#artiststop {
 width: 351px;
 height: 225px;
 background: url(assets_artists/nav_artiststop.png);
 margin: 0;
 padding: 0;
 position: relative;
}

#artiststop span {display:none;}

#artiststop li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}

#artiststop a {
	display: block;
	outline: none;
}

#andrea {left: 33px; top: 15px; width: 145px; height: 179px;}
#marie {left: 178px; top: 15px; width: 143px; height: 179px;}

#andrea a {height: 179px;}
#marie a {height: 179px;}

#andrea a:hover {background: url(assets_artists/nav_artiststop.png) -384px -15px no-repeat; height: 179px; width: 145px;}
#marie a:hover {background: url(assets_artists/nav_artiststop.png) -529px -15px no-repeat; height: 179px; width: 143px;}


/* ########################### */
/* SALLY AND LOUISE NAVIGATION */
/* ########################### */
#artistsbottom {
 width: 351px;
 height: 254px;
 background: url(assets_artists/nav_artistsbottom.png);
 margin: 0;
 padding: 0;
 position: relative;
}

#artistsbottom span {display:none;}

#artistsbottom li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}

#artistsbottom a {
	display: block;
	outline: none;
}

#sally {left: 33px; top: 24px; width: 143px; height: 195px;}
#louise {left: 176px; top: 24px; width: 145px; height: 195px;}

#sally a {height: 195px;}
#louise a {height: 195px;}

#sally a:hover {background: url(assets_artists/nav_artistsbottom.png) -384px -24px no-repeat; height: 195px; width: 143px;}
#louise a:hover {background: url(assets_artists/nav_artistsbottom.png) -527px -24px no-repeat; height: 195px; width: 145px;}