/* HOME */

#container-home {
	background-image: url('../images/quotation_bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 550px;
	height: 400px;
	float: left;
	margin: 0px 0px 0px 345px;
	overflow: hidden;
}

#quotes { height: 335px; width: 470px; margin: 50px 0px 0px 57px; overflow: hidden }
#quotes img { padding: 0px; border: none }

#premiereLink {
	position: relative;
	z-index: 200;
	width: 115px;
	height: 35px;
	left: 25px;
	top: -340px;
}

/* MEET THE DIVAS */

#container-meet {
	width: 975px;
	height: 500px;
	float: left;
	margin-left: -5px;
}

/* Additional "Meet the Divas" styles are located in CSS file
	'jquery/hrzAccordian.css' */

/* ABOUT THE SHOW */

#container-about {
	width: 400px;
	height: 350px;
	float: left;
	margin: 20px 0px 0px 217px;
}

#about .intro { font-size:15px; } 
#about #cap { float:left; margin-bottom:-10px; display:inline }
#about #cap img { border: none; padding: 0px }
#about .credits { font-size: 10px; font-weight:normal; line-height:140%; }
#about .credits ul { list-style-type: none; margin: 15px 0px 0px -40px; }
#about .credits li { list-style-type: none; margin: 0px 0px 5px 0px; }

/* EPISODES */

#container-episodes {
	width: 540px;
	height: 350px;
	float: left;
	margin: 25px 0px 0px 405px;
}

#video { /*bounding box for videos*/
	width: 540px;
	height: 328px;
	padding: 0px;
	overflow: hidden;
}

#video-splash, #video-player { /*inner box for splash image + video player*/
	width: 540px;
	height: 328px;
	padding: 0px;
}

#container-episodes .description { /*episode description & credits*/
	font-size:10px;
	line-height: 140%;
}

/*LINKS*/

#container-links {
	background-image: url('../images/links_bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 710px;
	height: 480px;
	float: left;
	margin: -20px 0px 0px 215px;
}
	
#links {
	width: 400px;
	height: 350px;
	margin-top: 40px;
}

#container-links a:link, #container-links a:visited { }
#container-links a:hover, #container-links a:active { }