#content{
	height: 589px;
}

#content .page{
	width: 466px;
	height: 578px;
	padding: 0px 5px 0px 0px;
	color: #402200;
	background-image: url(../images/text_bg.jpg);	
	overflow: hidden;
}

#content .page .page_header{
	background-image: url(../images/albums.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 0.5em;
}

h1{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#content .page .content{
	display: block;
	overflow: auto;
	height: 552px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 10px 10px;
	
	scrollbar-base-color: #ebd9ab;
   scrollbar-face-color: #ebd9ab;
   scrollbar-3dlight-color: #402200;
   scrollbar-arrow-color: #402200;
   scrollbar-track-color: #ebd9ab;
}

#content .page .albums{
	clear: both;
}

#content .page .albums .album{
	float: left;
	width: 144px;
	height: 177px;	
	padding: 3px;	
	overflow: hidden;
}

#content .page .albums .album a img{
	border: 1px #ebd9ab solid;
}

#content .page .albums .album a img:hover{
	border: 1px #402200 solid;
}

#content .page .albums .album h2{
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content .page .albums .album h2 a{
	font-weight: normal;
}

#content .page .album_pict{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #402200 solid;
}

#content .page h3{
	font-size: 1.1em;
	padding: 0px;
	margin: 1em 0px 1em 0px;
}

#content .page ol{
	margin-top: 2px;
	padding-top: 0px;
}

#content .page .tracks a{
	font-weight: bolder;
}
