/* CSS Document */
*{ margin: 0; padding: 0; }
body {
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.brk {
	clear: both;
}
.sml {
	font-size: 10px;
}
.bld {
	font-weight: bold;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
}
h2 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #cccccc;
}
h3 {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #cccccc;
}
h4 {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
}
#mainContents {
	width: 800px;
	position: relative;
}
#header {
}
#navigation {
	position: absolute;
	left: 300px;
	top: 355px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
	margin-right: 5px;
}
#navigation a {
	height: 18px;
	width: 120px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	display: block;
}
#navigation a:hover {
	background-position: 0px 0px;
}

/* contents */
#contentsArea {
	margin: 0px;
}
#contentsArea h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentsArea p {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 5px;
}
#contentsArea ul {
	list-style-type: none;
}
#contentsArea li {
}
/* information */
#infoArea {
}
/* release */
#releaseArea {
	margin-top: 15px;
	clear: both;
}
/* data */
#dataArea {}
/* outline */
#outlineArea {}
#dataArea p.data {
	color: #4e2b06;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
}
#releaseArea a.more {
	height: 15px;
	width: 100px;
	margin-right: 5px;
	text-indent: -9000px;
	float: left;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#releaseArea a:hover.more {
}
/* cast */
#castArea {
}
/* profile */
#profileArea {
}
/* profile */
#profileArea {
	clear:both;
}
#profileArea p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}
/* liner note */
#linernoteArea {
}
#linernoteArea h3 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#linernoteArea p.cmnt {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
#linernoteArea p.note {
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
#linernoteArea p.prof {
	font-size: 10px;
	line-height: 15px;
}
/* songlist */
#songlistArea {
}

.pagetop { color: #666; text-align: right; width: 700px; clear: both; margin-top: 5px; margin-bottom: 20px; border-top: 1px solid #333333; }
.pagetop a { color: #666; font-size: 10px; font-family: verdana; line-height: 10px; text-decoration: none; text-align: center; width: 40px; float: right; border-right: 1px solid #333333; border-left: 1px solid #333333; display: block; }
.pagetop a:hover { background-color: #eee; }

/* footer */
#footer {
	font-size: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#copyright a { color: #ffffff; font-size: 10px; font-family: Verdana; text-decoration: none   }
#copyright a:hover  { color: #FF6600}
