@charset "UTF-8";
html, body, #wrap {
   min-height: 100%; /*Viewport height*/
   width: 100%;
   height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body, html>body #wrap {
   height: auto; /*Hides IE hack from IE with child selector*/
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #364026;
	background-color: #333;
}
#wrap {
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	width: 80%;
	max-width:1024px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	min-height: 1050px;
	background-color: #FFF;
	padding-bottom: 36px;
}
#foot {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* [disabled]color: #687356; */
	visibility: visible;
}
#header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	/* [disabled]padding-bottom: 24px; */
}
#header td {
	text-align: center;
}
#header img {
	border-bottom: 1px solid #717463;
	padding-bottom: 4px;
}
#header .caption {
	font-size: 16px;
	padding-top: 21px;
	color: #999;
}
#records {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	margin-top: 21px;
	margin-bottom: 6px;
	border-top: 1px solid #999;
	padding-top: 24px;
	border-bottom: 1px solid #999;
}
.cover {
	width: 241px;
	vertical-align: top;
}
.cover img {
	margin-bottom: 24px;
	margin-left: 1px;
	margin-top: 2px;
}
.descrip {
	padding-left: 24px;
	vertical-align: top;
	padding-bottom: 24px;
}
.descrip p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
.descrip p strong {
	color: #555;
}
.descrip .artist {
	font-size: 14px;
	color: #222;
}
.descrip .title {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 6px;
}
.nowrap {
	white-space: nowrap;
}
