/* initialize and formatting */




/* siteBanner  */

div#disco_siteBanner{
	width: 100%;
	height:200px;
	margin: 0 auto;
	color:#000000;
	background:#000;
	overflow:hidden;
}

div#sideBar{
	float:left;
	margin:0 auto;
	width:190px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	text-align:left;
}

div#discType{
	margin:0 0 30px 0;
}

div#discType p{
	font-weight:bold;
	border-bottom:2px solid #000;
}

div#contents {
    float: left;
    width: 580px;
    margin-left:30px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	text-align:left;
}

div#disc {
	display: block;
  	margin-bottom: 20px;
}

div#detail {
	float: left;
    margin-right: 10px;
    width: 120px;
}

#detail p.buy{
 margin-top: 10px;
}

div#info{
   float: left;
    width: 450px;
}

#info h3{
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 0 10px 0;
	border-bottom:4px solid #000;
}

#info p.songlist {
    line-height: 1.8;
}

#info p.caption{
    border-top: 1px dotted #999999;
    margin: 20px 0 20px 0;
    padding-top: 20px;
}

#pageTop{
  margin-bottom: 50px;
    text-align: right;
}


/*disco_profile */

div#disco_profile{
	width:800px;
	height:auto;
	margin:0px 0px 50px 0px;
	padding:0 0 0 0;
	text-align:left;
}

div#bio_profile h1{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	list-style-type: none;
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	border-bottom:4px double #000;
}

div#bio_profile p{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
	padding:10px 5px 10px 5px;
	margin:0 0 0 0;
	border-bottom:4px double #000;
}

/*history */

div#bio_history {
	width:800px;
	height:auto;
	margin:10px 0px 10px 0px;
}


div#year{
	margin:0 auto;
	border-bottom:1px dotted #000;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	padding:10px 5px 5px 5px;
	text-align:left;
}

div#activity{
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding:5px 5px 10px 5px;
	text-align:left;
}


/* CSS Document */