@import url(main.css);
/*
	IO main styles

	Contents:
		Basic tags
		Layout
		Navigation list
		Type
		Product list
		Form

*/



/* Basic tags
----------------------------------------------- */

body {
	background-repeat:repeat-y;
	background-color: #e1edf1;
	margin: 0;
	background-image: url(../general_images/home_bg.gif);
	font-family: Arial, Helvetica, san-serif;
}
/* Layout
----------------------------------------------- */

#homeImage {
	float: left;
	width: 570px;
}


#artist_image {
	padding-left: 30px
}

#artistCaption {
	position: absolute;
	top: 49px;
	left: 262px;
	z-index: 3;
	width: 220px;
	color: #464646;
	font-size: 12px;
	line-height: 15px;
}

#homeColThree {
			float: left;
			width: 280px;
			}	
#bigCaption{
	padding: 0 0 0 20px;
	width:550px;
	clear:both;
}

/* Type
----------------------------------------------- */

	
#copyright {
	padding: 20px 0 0 0;
	margin: 120px 10px 40px 20px; 
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	color: #333;
	width:540px;
	clear:both;
	border-top: 1px solid #333;
}
#credit {
	float: right;
	font: normal 12px Arial;
	color: #333;
	padding-right:10px;
	;
}
#mainCredit {
	float: right;
	font: normal 12px Arial;
	color: #333;
	padding-right: 240px
}
#credit a {
	color: #333
}
#credit a:hover {
	color: #fff
}
#caption {
	position: absolute;
	top: 555px;
	left: 344px;
	z-index: 4;
	width: 197px;
	color: #fff;
	font: normal 12px/16px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
