/*	html elements	*/
body	{
	margin: 0px;
	background-color: #3E4B4B;
	font-family: arial;
	font-size: 14px;
	color: #898989;
	color: #FFF;
	text-align: center;
}
img	{
	border: 0px;
}
ul {
	width: 780px;
	height: 20px;
	list-style: none;
	margin: 40px 5px 10px 6px;
	text-indent: 0px;
}
a:link, a:visited, a:active	{
	color: #A2ACAD;
	text-decoration: none;
}
a:hover	{
	color: #FFF;
	text-decoration: underline;
}
.title	{
	color: #A2ACAD;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

/*	html elements end	*/
#container	{
	width: 960px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#center	{
	float: left;
	width: 955px;
	height: 650px;
}
#menu	{
	background-color: #000;
	width: 938px;
	width: expression("955px");
	height: 27px;
	height: expression("39px");
	clear: both;
	float: left;
	color: #FFF;
	padding: 10px 6px 2px 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A2ACAD;
}
	a:link.menu, a:visited.menu, a:active.menu	{
		color: #A2ACAD;
		padding: 0px 3px 0px 3px;
		font-weight: bold;
		float: left;
		background-color: #000;
		padding: 2px 6px 3px 6px;
		font-size: 12px;
	}
	a:hover.menu	{
		float: left;
		padding: 2px 6px 3px 6px;
		background-color: #3E4B4B;
		text-decoration: none;
		font-size: 12px;
	}
	.menuSpacer	{
		float: left;
		width: 1px;
		height: 12px;
 		background-color: #A2ACAD;
		margin: 4px 12px 0px 12px;
	}
	span.selected	{
		float: left;
		background-color: #3E4B4B;
		padding: 2px 6px 3px 6px;
		font-size: 12px;
	}
#header	{
	background-color: #0F0;
	width: 955px;
	height: 143px;
	clear: both;
}
	#biography #header	{
		background: #000000 url("../images/header_biography.jpg") top center no-repeat;
	}
	#concerts #header	{
		background: #000000 url("../images/header_concerts.jpg") top center no-repeat;
	}
	#discography #header	{
		background: #000000 url("../images/header_discography.jpg") top center no-repeat;
	}
	#filmography #header	{
		background: #000000 url("../images/header_filmography.jpg") top center no-repeat;
	}
	#home #header	{
		background: #000000 url("../images/header_home.jpg") top center no-repeat;
	}
	#other_works #header	{
		background: #000000 url("../images/header_other_works.jpg") top center no-repeat;
	}
	#links #header	{
		background: #000000 url("../images/header_links.jpg") top center no-repeat;
	}
	#reviews #header	{
		background: #000000 url("../images/header_reviews.jpg") top center no-repeat;
	}
	#television #header	{
		background: #000000 url("../images/header_television.jpg") top center no-repeat;
	}
	#flashQuote	{
		width: 400px;
		height: 134px;
		margin-left: 555px;
	}
	
#content	{
	background-color: #1D1D1D;
	width: 955px;
	height: 435px;
	clear: both;
	position: relative;
	z-index: 1;
}
	#biography #content	{
		background: #3E4B4B url("../images/content_biography.jpg") top center no-repeat;
	}
	#filmography #content	{
		background: #3E4B4B url("../images/content_filmography.jpg") top center no-repeat;
	}
	#home #content	{
		background: #1D1D1D url("../images/background_home.jpg") top left no-repeat;
	}
	#other_works #content	{
		background: #3E4B4B url("../images/background_other_works.jpg") top left no-repeat;
	}
	#television #content	{
		background: #3E4B4B url("../images/background_television.jpg") top left no-repeat;
	}
	#concerts #content	{
		background: #3E4B4B url("../images/background_concerts.jpg") top left no-repeat;
	}
	#reviews #content	{
		background: #3E4B4B url("../images/background_reviews.jpg") top left no-repeat;
	}
	#links #content	{
		background: #3E4B4B url("../images/background_links.jpg") top left no-repeat;
	}
	#discography #content	{
		background: #3E4B4B url("../images/background_discography.jpg") top left no-repeat;
	}
	#contentImage	{
		clear: both;
		z-index: 1;
		position: absolute;
		left: 0px;
		top: 0px;
	}
		#home #contentImage	{
			width: 550px;
			height: 435px;
			background: #1D1D1D url("../images/main_home.jpg") top left no-repeat;
		}
		#filmography #contentImage	{
			width: 283px;
			height: 435px;
			background: #3E4B4B url("../images/main_filmography.jpg") top left no-repeat;
		}
		#biography #contentImage	{
			width: 350px;
			height: 435px;
			background: #3E4B4B url("../images/main_biography.jpg") top left no-repeat;
		}
		#other_works #contentImage	{
			width: 307px;
			height: 435px;
			background: #3E4B4B url("../images/main_other_works.jpg") top left no-repeat;
		}
		#television #contentImage	{
			width: 534px;
			height: 435px;
			background: #3E4B4B url("../images/main_television.jpg") top left no-repeat;
		}
		#concerts #contentImage	{
			width: 377px;
			height: 408px;
			background: #3E4B4B url("../images/main_concerts.jpg") top left no-repeat;
		}
		#reviews #contentImage	{
			width: 378px;
			height: 435px;
			background: #3E4B4B url("../images/main_reviews.jpg") top left no-repeat;
		}
		#links #contentImage	{
			width: 375px;
			height: 435px;
			background: #3E4B4B url("../images/main_links.jpg") top left no-repeat;
		}
		
		#discography #contentImage	{
			width: 300px;
			height: 435px;
			background: #3E4B4B url("../images/main_discography.jpg") top left no-repeat;
		}

	#navButtons	{
	}
		#navLeft	{
			background-image: url('../images/left_arrow.png');
			background-image: expression("url('images/left_arrow.gif')");
			position: absolute;
			width: 25px;
			height: 35px;
			/*	right defined below	*/
			top: 3px;
		}
			#filmography #navLeft	{
				right: 301px;
			}
			#biography #navLeft	{
				right: 252px;
			}
			#other_works #navLeft	{
				right: 304px;
			}
			#television #navLeft	{
				right: 263px;
			}
			#concerts #navLeft	{
				right: 232px;
			}
			#reviews #navLeft	{
				right: 197px;
			}
			#links #navLeft	{
				right: 153px;
			}
			#discography #navLeft	{
				right: 300px;
			}
		#navRight	{
			background-image: url('../images/right_arrow.png');
			background-image: expression("url('images/right_arrow.gif')");
			position: absolute;
			width: 25px;
			height: 35px;
			right: 5px;
			top: 3px;
		}

#footer	{
	background-color: #000;
	width: 955px;
	height: 33px;
	clear: both;
/*	background: url('../images/footer_background.jpg') repeat-x;	*/
}
#counter	{
	float: right;
	padding: 10px 20px 0px 0px;
	color: #A2ACAD;
	font-weight: bold;
	font-size: 12px;
}

#right	{
/*
	background: url('../images/background_right.jpg') repeat-y;
*/
	float: left;
	width: 5px;
	height: 650px;
}

/*	news begin	*/
	#frame	{
	}
	iframe#newsContent	{
		width: 600;
		height: 410px;
		position: relative;
		float: right;
		top: 15px;
		right: 15px;
		padding: 0px 0px 0px 0px;
		background-color: #000;
		color: #A2ACAD;
	}

	#news	{
		width: 580;
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		padding: 15px 6px 15px 6px;
		padding: 0px 0px 0px 0px;
		background-color: #000;
		color: #A2ACAD;
	}

	#newsArticle	{
		width: 475;
		top: 0px;
		right: 0px;
		padding: 15px 6px 15px 6px;
		padding: 0px 0px 0px 0px;
		background-color: #000;
		color: #A2ACAD;
	}

	a:link.news, a:visited.news, a:active.news	{
		color: #D5F5EA;
		text-decoration: none;
	}
	a:hover.news	{
		text-decoration: underline;
	}
	.newsSection	{
		border: 1px solid #FFF;
		padding: 5px 10px 0px 10px;
	}
	.newsSectionHeader	{
		font-weight: bold;
	}
	.newsSectionTitle	{
		font-weight: bold;
	}
	.newsSectionSpacer	{
/*
		height: 1px;
		padding: 0px 5px 5px 5px;
		padding: 0px;
		margin: 0px;
		padding-bottom: -10px;
		border-top: 1px solid #D2E3EB;
*/
	}
	#newsHeader	{
		color: #000;
		padding: 3px 0px 4px 10px;
		font-weight: bold;
	}
	#newsHeaderSpacer	{
		height: 1px;
/*		border-bottom: 2px solid #D2E3EB;	*/
	}
	#newsList	{
	}
	.newsItem	{
		padding: 0px 0px 8px 0px;
	}
	.newsItemTitle	{
		font-weight: bold;
	}
	.newsItemBody	{
	}

/*	news end	*/
/*	filmography begin	*/
div#filmography	{
	position: relative;
	left: 284px;
	top: 0px;
	width: 672px;
	height: 435px;
	background: url('../images/background_filmography.jpg') top right repeat-y;
}
.filmographySpacer	{
	width: 1px;
	height: 35px;
}
#filmographyTitle	{
	width: 672px;
	height: 35px;
	float: left;
	background: url('../images/title_filmography.jpg') top right no-repeat;
}
iframe#filmographyContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 621px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#filmographyContent	{
	width: 575px;
	height: 375px;
}
/*	filmography end	*/
/*	biography begin	*/
div#biography	{
	position: relative;
	left: 351px;
	top: 0px;
	width: 605px;
	height: 435px;
	background: url('../images/background_biography.jpg') top right repeat-y;
}
.biographySpacer	{
	width: 1px;
	height: 35px;
}
#biographyTitle	{
	width: 605px;
	height: 35px;
	float: left;
	background: url('../images/title_biography.jpg') top right no-repeat;
}
iframe#biographyContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 554px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#biographyContent	{
	width: 508px;
	height: 375px;
}
/*	biography end	*/
/*	other_works begin	*/
div#other_works	{
	position: relative;
	left: 308px;
	top: 0px;
	width: 648px;
	height: 435px;
	background: url('../images/background_other_works.jpg') top right repeat-y;
}
.other_worksSpacer	{
	width: 1px;
	height: 35px;
}
#other_worksTitle	{
	width: 648px;
	height: 35px;
	float: left;
	background: url('../images/title_other_works.jpg') top right no-repeat;
}
iframe#other_worksContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 597px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#other_worksContent	{
	width: 551px;
	height: 375px;
}
/*	other_works end	*/
/*	television begin	*/
div#television	{
	position: relative;
	left: 535px;
	top: 0px;
	width: 421px;
	height: 435px;
	background: url('../images/background_television.jpg') top right repeat-y;
}
.televisionSpacer	{
	width: 1px;
	height: 35px;
}
#televisionTitle	{
	width: 421px;
	height: 35px;
	float: left;
	background: url('../images/title_television.jpg') top right no-repeat;
}
iframe#televisionContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 390px;
	height: 380px;
	position: relative;
	left: 30px;
	top: 20px;
}
div#televisionContent	{
	width: 324px;
	height: 375px;
}
/*	television end	*/
/*	concerts begin	*/
div#concerts	{
	position: relative;
	left: 378px;
	top: 0px;
	width: 578px;
	height: 435px;
	background: url('../images/background_concerts.jpg') top right repeat-y;
}
.concertsSpacer	{
	width: 1px;
	height: 35px;
}
#concertsTitle	{
	width: 578px;
	height: 35px;
	float: left;
	background: url('../images/title_concerts.jpg') top right no-repeat;
}
iframe#concertsContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 527px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#concertsContent	{
	width: 481px;
	height: 375px;
}
/*	concerts end	*/
/*	discography begin	*/
div#discography	{
	position: relative;
	left: 301px;
	top: 0px;
	width: 655px;
	height: 435px;
	background: url('../images/background_discography.jpg') top right repeat-y;
}
.discographySpacer	{
	width: 1px;
	height: 35px;
}
#discographyTitle	{
	width: 655px;
	height: 35px;
	float: left;
	background: url('../images/title_discography.jpg') top right no-repeat;
}
iframe#discographyContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 655px;
	height: 380px;
	position: relative;
	left: -1px;
	top: 20px;
}
div#discographyContent	{
	width: 558px;
	height: 375px;
}
img.discographyThumb	{
	width: 125px;
	height: 125px;
	margin-bottom: 20px;
}
/*	television end	*/

/*	reviews begin	*/
div#reviews	{
	position: relative;
	left: 379px;
	top: 0px;
	width: 577px;
	height: 435px;
	background: url('../images/background_reviews.jpg') top right repeat-y;
}
.reviewsSpacer	{
	width: 1px;
	height: 35px;
}
#reviewsTitle	{
	width: 577px;
	height: 35px;
	float: left;
	background: url('../images/title_reviews.jpg') top right no-repeat;
}
iframe#reviewsContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 526px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#reviewsContent	{
	width: 480px;
	height: 375px;
}
/*	reviews end	*/
/*	links begin	*/
div#links	{
	position: relative;
	left: 376px;
	top: 0px;
	width: 580px;
	height: 435px;
	background: url('../images/background_links.jpg') top right repeat-y;
}
.linksSpacer	{
	width: 1px;
	height: 35px;
}
#linksTitle	{
	width: 580px;
	height: 35px;
	float: left;
	background: url('../images/title_links.jpg') top right no-repeat;
}
iframe#linksContent	{
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #898989;
	width: 529px;
	height: 380px;
	position: relative;
	left: 50px;
	top: 20px;
}
div#linksContent	{
	width: 483px;
	height: 375px;
}
/*	links end	*/


