#content{
	float:left;
}


/* Content (discs page)
----------------------------------------
*/
	#title-bar-long{
		margin-bottom:15px;
	}

	#discs-page h1{
		padding-bottom:10px;
		font-size:1.75em;
		font-weight:normal;
		text-transform:uppercase;
	}

	#discs-page h2{
		font-size:1.10em;
		font-weight:normal;
		text-transform:uppercase;
		
	}

	#discs-page div, #discs-page img{
		float:left;
	}
	
	#discs-page img{
		padding-right:15px;
	}

	#discs-page p, #discs-page ul{
		font-size:1.10em;
		
	}
	
	#dics-page img{
		width:90px;
		height:90px;
		padding-right:25px;
	}
	
	
	#discs-page p{
		width:250px;
		margin-right:50px;
		padding-bottom:10px;
		line-height:19px;
	}

	#discs-page ul{
		float:left;
		list-style:none;
		
	}
	
	#discs-page li{
		line-height:19px;

	}
	
	#discs-page .date{
		padding-bottom:3px;
	}
	
	#discs-page .info{
		font-size: 19px;
	}
	
	#discs-page .h-rule{
		width:100%;
		margin-top:15px;
		margin-bottom:15px;
		border-bottom: #CCCCCC 1px solid;
	}
	
	
