@charset "UTF-8";
/* CSS Document */

#page_content  {
	background:			url(images/awards.png) top right no-repeat;
	width:				974px;
	margin: 			-40px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	float: 				left;
}
	
#page_title  {
	background:			url(images/DISCOGRAPHY_TITLE.gif) top left no-repeat;
	width:				879px;
	height:				125px;
	margin:				60px 0px 0px 95px;
	padding:            0px;	
}
	
#top_content  {
	width:974px;
	height:300px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(images/SPEAKERS.png) top center no-repeat;
}

#line {
	height:5px;
	width:974px;
	background:url(images/LINE.png) repeat-x;
	padding:0;
	margin:0;
}

table#album_info {
	font-family:Helvetica, Arial, sans-serif;
	width:800px;
	text-align:center;
	margin:20px 0px 0px 87px;
	border-collapse:collapse;	
}

tr#album_header {
	background:url(images/ALBUM_HEADER_BACKGROUND.png) center left repeat-x;
	font-size:12px;
}

tr#album_content {
	color: #999;
	background:url(images/ALBUM_BACKGROUND.png) bottom left repeat-x;
}

th#photo_column {
	width:100px;
}

th#artist_column {
	width:200px;
}

th#date_column {
	width:200px;
}
/****** DISCOGRAPHY NAVIGATION ***************************************************************/

#discography_nav_box {
	width:380px;
	height:160px;
	margin: 130px 0px 0px 300px;
	position:absolute;
}

ul#discography_nav {
	list-style-type:none;
}

ul#discography_nav li a {
	list-style-type:none;
	border:0px;
	display:block;
	text-decoration:none;
	overflow:hidden;
	width: 320px;
	text-indent:-9999px;
	padding:0px;
	margin:0px 0px 10px 0px;
	height:20px
	}

li#sanctuary a {
	background:url(images/TITLE_SANCTUARY.png) bottom left no-repeat;
	overflow:hidden;
}

li#sanctuary a:hover {
	background-position:0px -1px;
}

li#sanctuary_current a {
	background:url(images/TITLE_SANCTUARY.png) top left no-repeat;
	overflow:hidden;
}
	
li#sony a {
	background:url(images/TITLE_SONY.png) bottom left no-repeat;
	overflow:hidden;
}

li#sony a:hover {
	background-position:0px 0px;
}

li#sony_current a {
	background:url(images/TITLE_SONY.png) top left no-repeat;
	overflow:hidden;
}

li#geffen a {
	background:url(images/TITLE_GEFFEN.png) bottom left no-repeat;
	overflow:hidden;
}

li#geffen a:hover {
	background-position:0px -1px;
}

li#geffen_current a {
	background:url(images/TITLE_GEFFEN.png) top left no-repeat;
	width:300px;
	height:20px;
	overflow:hidden;
}

li#atlantic a {
	background:url(images/TITLE_ATLANTIC.png) bottom left no-repeat;
	width:300px;
	height:20px;
	overflow:hidden;
}

li#atlantic a:hover {
	background-position:0px 0px;
}

li#atlantic_current a {
	background:url(images/TITLE_ATLANTIC.png) top left no-repeat;
	width:300px;
	height:20px;
	overflow:hidden;
}

