@charset "utf-8";
/* CSS Document */

@import "global.css";
@import "artist_main.css";

/*******Content Body*******/
#contWrap	{
	width: 917px;
	height: 866px;
	margin-top: 70px;
	padding-bottom: 0px;
}

/***************************************/

/*****Left Column*****/
.col_l {
	float: left;
	width: 588px;
	margin-left: 28.53px;
	z-index: 0;
}

.lcol_cont {
}

#lcol_block1{
	color: #CCC;
	width: 588px;
	height: 295px;
	margin-bottom: 0px;
}
#cont_hd {
	background: url(../images/artist/main/colCont_header.png) no-repeat;
	width: 588px;
	height: 32px;
	margin: 0;
	padding: 0;
}
#cont_hd p {
	font: medium bold Tahoma, Geneva, sans-serif;
	color: #F5F5F5;
	text-align: left;
	margin-left: 5px;
	padding: 5px;
}
#cont_body {
	background: url(../images/artist/main/colCont_body.png) repeat-y;
}
#cont_foot {
	background: url(../images/artist/main/colCont_footer.png) no-repeat;
}


#lcol_block2 {
	color: #000000;
	background-color: ;
	width: 588px;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
#lcol_block2 a{
	color: #06C;
	text-decoration: none;
}

#lcol_block2 a:hover {
	color: #C60;
	text-decoration: underline;
}
/*
#lcol_block3{
	color: #CCC;
	background-color: #000;
	width: 588px;
	height: 161px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#lcol_block4{
	color: #CCC;
	background-color: #000;
	width: 588px;
	height: 161px;
	margin-top: 8px;
	margin-bottom: 8px;

}

#lcol_block5{
	color: #CCC;
	background-color: #000;
	width: 588px;
	height: 161px;
	margin-top: 8px;
}
*/
/*****Right Column*****/
.col_r {
	float: right;
	width: 261px;
	margin-right: 28px;
	z-index: 1;
}

.rcol_cont {	
	margin-top: 0px;
}

#rcol_block1{
	color: #CCC;
	background-color: #000;
	width: 261px;
	height: 220px;
}
/*
#rcol_block2{
	color: #CCC;
	background-color: #000;
	width: 261px;
	height: 242px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rcol_block3{
	color: #CCC;
	background-color: #000;
	width: 261px;
	height: 89px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#rcol_block4{
	color: #CCC;
	background-color: #000;
	width: 261px;
	height: 89px;
	margin-top: 6.5px;
	margin-bottom: 8px;
}

#rcol_block5{
	color: #CCC;
	background-color: #000;
	width: 261px;
	height: 161px;
	margin-top: 8px;
}*/

/***************************************/