/* CSS Document */


#wrapp-artists {	
	position: relative;	/* hack against ie/mac \*/	
	clear: both;	/* end hack */		
	width: 1150px;	
	height: auto;	
	margin-top: 35px;	
	margin-left: 0px;	
	margin-right: auto;	
	overflow: hidden !important;	
	overflow: visible;	
	padding: 0px;	
}

#artists_project {
	position: relative;	/* hack against ie/mac \*/	
	clear: both;	/* end hack */	
	width: 750px;	
	height: auto;	
	margin: 0px; 
	padding: 0px 3px;
	line-height: 19px;		
}

#artists_colab {
	position: relative;	/* hack against ie/mac \*/	
	clear: both;	/* end hack */	
	width: 725px;	
	height: auto;	
	margin: 30px 0px 0px 0px; 
	padding: 0px 3px;
	line-height: 18px;
}

#artists_gda {
	position: relative;	/* hack against ie/mac \*/	
	clear: both;	/* end hack */	
	width: 725px;	
	height: auto;	
	margin: 30px 0px 0px 0px; 
	padding: 7px 3px 0px 0px;
	border-top: 1px #cccccc solid;		
}

.margin-top {
	margin-top: 7px;
}

/* FOOTER */
#pie {	
	position: relative;	/* hack against ie/mac \*/	
	clear: both;	/* end hack */		
	width: 740px;	
	height:  75px;	
	margin-top: 15px;	
	margin-left: auto;	
	margin-right: auto;	
	overflow: hidden !important;	
	overflow: visible;
	padding-top: 0px;		
	border-top: 1px #333333 solid;	
}


