body {
	background-color: #fff;
	background: #fff url(../../images/cardboard.jpg) top left;
	margin: 0px;	
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size:   14px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	text-align:center;
}

img{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px none;
}

a img{
  border: 0px none;
}

a img:hover{
	color: white; /* Dummy definition to overcome IE bug */
}

a { 
	/*color: #DDFFDD; */
	color: #999;
	text-decoration:none;
	padding-bottom:1px;
}

#latestrelease a, #featuredartist a{
	color: #000;
}

a:visited {
	/* color: #fff; */
}

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

hr{
  border: 0px none;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
}

#frame{
	width:906px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	/*background: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: -4px 0px; */
	text-align:left;
	margin: 0 auto;
	padding-left: 45px;
}

#leftcolumn{
	position: relative;
	height: auto;
	float: left;
	width:	200px;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	border-right: 1px solid #ccc;

}

#rightcolumn{
	overflow: hidden;
	position: relative;
	height: auto;
	right: 1px;
	float: left;
	width: 574px;
	padding-left: 45px;
	margin: 83px 45px 0 0;
	border-left: 1px solid #ccc;
}

#header{
	text-align:center;
	margin-top:1px;
	font-weight: bold;
	padding-bottom: 5px;
}

#header a{
	padding-bottom:2px;
	height:24px;
}

.header{
	font-size: 26px;
}

.header a{
	color: #333;
}


#footer{
	width: 876px;
	border-top: 1px solid #ccc;
	clear: both;
	padding: 20px 0px 20px 0px;
}

#footer a{
	color: #333;
	text-align:center;
}

#copyright{
	float:right;
	position:relative;
	bottom: 18px;
}

.paragraph{
	margin-top: 30px;
	padding-bottom: 10px;
}

.rule{
	margin-top: 20px;
	height: 14px;
	background-color: #ddd;
}

.thinrule{
	margin-top: 20px;
	height: 6px;
	background-color: #ddd;
	margin-bottom: 15px;
}

.goldheader{
  /*actually green*/
	font-size: 24px;
	font-weight: bold;
	/*color: #CCFFCC;*/
	/*color: #77EE77; */
	color: #333;
	margin-bottom: -5px;
}

/*.post_content a{
	color: #333;
	text-decoration:underline;
}*/

.post_content a:hover{
	/*color: #ada051;*/
}

.product_number{
	padding-top: 10px;
	font-size:12px;
}

.recordtitle{
	font-size: 20px;
	line-height: 22px;
}

.recordtitle a{
	color: #333;
}

.title{
	font-size: 16px;
}


.subtitle{
	font-size: 12px;
}

.description{
	font-size: 12px;
	line-height: 15px;
}

.album_cover{
	float:left;
	padding-right: 20px;
}
	
.price{
	font-size:18px;
	float:left;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

#release_column{
	float:left;
	width: 300px;
}

#release_column div{
	line-height: 18px;
	padding: 6px 10px 6px 10px;
}

.titletext{
	/*font-family:Helvetica,Arial;*/
	font-size: 13px;
}

.blackback{
	background:#ddd;
}

.greyback{
	background:#eee;
}
.lightgreyback{
	background-color: #999;
}

#tracklist{
	font-size: 12px;
	line-height: 15px;
}

#tracklist div{
	padding: 0px;
	margin: 2px 8px 0px 8px;
}

.sidename{
	margin-top:5px;
}

.mp3{
	float:right;
}
.mp3 a{
	/*color:#ada051;*/
}


#quotes{
	float:left;
	margin: 10px 10px 0px 20px;
	font-size: 16px;
}

.quote{
	color: #b7b7b7;
	margin-bottom: 10px;
}

.source{
	margin-bottom: 25px;
}

.artist{
  margin-top: 10px;
}

.artist div{
  padding: 8px;
}

.artist img{
  margin: 0px;
}

.artist_details{
}

.artist_details img{
  margin: 0px 10px;
}


