#ItemContainer
{
	display:block;
}

#UpperContainer
{
	height:auto;
	position:relative;
	border:1px dashed #333;
}

#LeftContent
{
	width:260px;
	float:left;	
}

#RightContent
{
	width:400px;
	float:left;
	padding:5px;
}

#AlbumCover
{
	width:250px;
	height:250px;
	padding:2px;
	border: solid black 1px;
	background-color: #666;
	
}

#TrackListing
{
	width:325px;
	margin-left: 10px;
}	

#TrackListing ul
{
	border: none;
	list-style-type:decimal;
}

#AlbumInfo
{
	border-bottom:1px solid #333;
	padding-bottom:5px;
	padding-top:45px;
}

#AlbumInfo h1
{
	font-size:24px;
	text-decoration:bold;
	display:inline;
	font-family:sans-serif;
}	

#AlbumInfo h2
{
	font-size:20px;
	text-decoration:bold;	
	display: inline;
	font-family:sans-serif;	
	color:#a41f1a;
}

#AlbumDescription
{
	clear:both;
	font-size:14px;
	padding:10px;
}

/*release date etc.*/
h3{
	display: inline;
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: normal;
}





