body {
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	}

body.disco {
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	}
	
#container {
	width: 700px;
	height: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}

#container2 {
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	}

#iframe {
	background-color: #ffffff;
	}
	
a {
	text-decoration: none;
	color: #333333;
	}

a:hover {
	text-decoration: underline;
	color: #333333;
	}


/* MENU */

td.menu {
	width: 175px;
	height: 30px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	}

td.menu_copy {
	height: 25px;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 9px;
	color: #333333;
	white-space: nowrap;
	}


/* BIO */

.bio_text {
	padding: 10px 0px 20px 10px;
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	}

.bio_photo {
	padding: 10px 10px 20px 10px;
	}

.bio {
	padding: 5px;
	font-size: 12px;
	line-height: 120%;
	}

.bio_history {
	margin: 5px 3px 5px 3px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 130%;
	}

.bio_history_e {
	margin: 20px 3px 5px 3px;
	padding: 20px 5px 20px 5px;
	border-top: 3px double #666666;
	line-height: 130%;
	}

/* DISCO */

#iframe_left {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0px;
	background-color: #ffffff;
	}
	
#iframe_right {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0px;
	background-color: #ffffff;
	}

.artist_list {
	padding: 5px 0px 10px 5px;
	font-size: 10px;
	line-height: 180%;
	text-align: left;
	color: #333333;
	}

.artist_list a:hover {
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
	}

table.item {
	width: 490px;
	margin: 10px 0px 30px 15px;
	padding: 0;
	background-color: #ffffff;
	}

td.jacket {
	width: 160px;
	}
	
td.info {
	width: 345px;
	padding-left: 10px;
	text-align: left;
	line-height: 110%;
	font-size: 14px;
	}

p {
	margin-top: 5px;
	text-align: left;
	line-height: 105%;
	font-size: 10px;
	}
	
img.jk {
	margin-right: 10px;
	border: 1px solid #666666;
	}

ol {
	list-style: none;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	}

li {
	list-style: decimal;
	margin: 5px 0px 0px 10px
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
	}

li.lg {
	list-style: decimal;
	margin: 5px 0px 0px 10px
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
	color: #999999;
	}
	
.track_no {
	margin: 0;
	padding: 0;
	width: 10px;
	font-size: 10px;
	line-height: 120%;
	text-align: right;
	float: left;
	}

.track_title {
	margin: 0;
	padding: 0;
	width: 315px;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	float: right;
	}
