body 	
	{ 
	width: 97%;
	color: #000; 
	background: #FFF;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif; 
	font-size: small; 
	text-align: left;
	}

a 	
	{ 
	color: #990066; 
	font-weight: bold; 
	text-decoration: none; 
	}
hr
  { 
	noshade: noshade;
	size: 2
	}
	
img
  {
	border: 0;
	}	
	
a:hover 
	{ 
	color: #990066;
	}

#id-container 
	{ 
	position: relative;
	top: 0%;
	left: 0%;
	max-width: 95%;
	min-height: 100%; 
	display: block;
	}

#id-banner 
	{
	position: absolute;
	top: 0px; 
	left: 1%; 
	height: 0px;
	width: 100%;
	display: block;
	text-align: left;
	}

#id-logo.cl-logo  
	{ 
	position: absolute;
	top: 0;		
	left: 0;	
	width: 213px;
	height: 36px;
	display: block;
	background: transparent url("images/logo.gif") no-repeat top; 
	}

#id-line.cl-line  
	{ 
	position: absolute;
	top: 36px;		
	left: 0;	
	width: 100%;
	height: 6px;
	display: block;	
	}

#id-nav.cl-nav  
	{ 
	position: absolute;
	top: 50px;		
	right: 0px;	
	width: 509px;
	height: 20px;
	display: block;
/*	background: transparent url("images/nav.gif") no-repeat top;*/ 
	}
	
#id-main-text 
	{ 
	position: absolute; 
	top: 90px; 
	left: 40px;  
	width: 40%;	
	float: left;
  word-wrap: break-word;	
/*	border: 1px solid #ff0000;*/	 
	display: block; 
	}
.cl-main-text 
	{
	text-align: left;
	}

#id-right-text 
	{
  position: absolute;
	top: 90px; 
	right: 0;
	width: 40%;
	min-width:300px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	 
	float: right;
/*	border: 1px solid #0000ff;*/
	display: block; 
	}
.cl-right-text 
	{
	text-align: center;	
	}	

#id-copyright 
	{
	position: relative;
	bottom: 0;
	right: 0; 
	width: 100%;
/*	border: 1px solid #000;*/
	display: block;		
	vertical-align: baseline;	
	background: transparent url("images/copy.gif") no-repeat top; 	
	}
	
.cl-copyright  
	{
	text-align: right; 	
	}
	
#id-artists 
	{
  position: absolute;
	top: 90px; 
	right: 0;
	width: 100%;
	min-width:300px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;	 
	float: left;
/*	border: 1px solid #0000ff;*/
	display: block; 
	}
	
table.cl-artist-thumbnails 
	{
	text-align: center;
/*	border: outset 10pt; 
  border-collapse: separate;
  border-spacing: 15px; */ 
	}		
table.cl-artist-thumbnails td 
	{
	padding: 10px; 
	}		

table.cl-artist-names
	{
	width: 100%;
	text-align: center;
	vertical-align: top;
/*	border: outset 10pt; 
  border-collapse: separate;
  border-spacing: 15px;*/  
	}		
table.cl-artist-names td 
	{
	padding: 20px; 
	}	
	
#id-art-left-text 
	{ 
	position: absolute; 
	top: 90px; 
	left: 1%;  
	width: 50%;  
	float: left;
/*	border: 1px solid #ff0000;*/
	display: block; 
	}
.cl-art-left-text 
	{
	text-align: center;
	}

#id-art-right-text 
	{
  position: absolute;
	top: 90px; 
	right: 1%;
	width: 40%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	 
	float: right;
/*	border: 1px solid #0000ff;*/
	display: block; 
	}
.cl-art-right-text 
	{
	text-align: left;	
	}	

.cl-text-bold
  {
	text-decoration: bold;
	}
