body {
	background-image: url('../images/ddd_bg_gradient.jpg');
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

img, img a {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #872068;
}

a:hover, a:active {
	text-decoration: underline;
	color: #872068;
	outline: none;
}

a:focus { -moz-outline-style: none; } /* FIREFOX HACK */

#container {
	width: 950px;
	height: 600px;
	margin: 0px auto 0px auto;
}

#container-inside {
	/*background-image: url('../images/container-bg.gif');
	background-repeat: repeat;*/
	width: 950px;
	height: 570px;
	margin: 0px;
}

#logo {
	background-image: url('../images/ddd-logo.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 50px;
	margin: 0px;
	padding-top: 70px;
}

#footer {
	font-weight: bolder;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #872068;
	padding: 10px 0px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #872068;
}

/* NAV BARS */

#navbar {
	width: 900px;
	height: 20px;
	padding-top: 25px;
	margin-left: -15px;
}

ul#nav  { margin: 0px; text-align: left }

#nav li {
	float: left;
	padding: 0px;
	list-style: none;
	font-size: 10.5px;
	line-height: 20px; /* height of the tab */
}

#nav li a {
	display: block; /* Combines with #nav li float:left to display inline */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
}

#nav-meet a:link, #nav-meet a:visited  { background: url('../images/nav-meet.gif') no-repeat 0px 0px; width: 100px; margin-right: 92px; }
#nav-meet a:hover, #nav-meet a:active { background: url('../images/nav-meet.gif') no-repeat 0px -20px; width: 100px; margin-right: 92px; }
#nav-meet a#current { background: url('../images/nav-meet.gif') no-repeat 0px -20px; width: 100px; margin-right: 92px; }

#nav-about a:link, #nav-about a:visited  { background: url('../images/nav-about.gif') no-repeat 0px 0px; width: 125px; margin-right: 63px; }
#nav-about a:hover, #nav-about a:active { background: url('../images/nav-about.gif') no-repeat 0px -20px; width: 125px; margin-right: 63px; }
#nav-about a#current { background: url('../images/nav-about.gif') no-repeat 0px -20px; width: 125px; margin-right: 63px; }

#nav-episodes a:link, #nav-episodes a:visited  { background: url('../images/nav-episodes.gif') no-repeat 0px 0px; width: 140px; margin-right: 235px; }
#nav-episodes a:hover, #nav-episodes a:active { background: url('../images/nav-episodes.gif') no-repeat 0px -20px; width: 140px; margin-right: 235px; }
#nav-episodes a#current { background: url('../images/nav-episodes.gif') no-repeat 0px -20px; width: 140px; margin-right: 235px; }

#nav-links a:link, #nav-links a:visited  { background: url('../images/nav-links.gif') no-repeat 0px 0px; width: 50px }
#nav-links a:hover, #nav-links a:active { background: url('../images/nav-links.gif') no-repeat 0px -20px; width: 50px }
#nav-links a#current { background: url('../images/nav-links.gif') no-repeat 0px -20px; width: 50px }

/* SEASON NAV */

#navbar-seasons {
	z-index: 200;
	width: 200px;
	height: 20px;
	margin: -2px 0px 0px 565px;
	overflow: hidden;
}

.seasons, .seasons a {
	padding-right: 5px;
	font-size: 10.5px;
	line-height: 17px; /* height of the tab */
}

.seasons a:link, .seasons a:visited { color: #767372; text-decoration: none }
.seasons a:hover, .seasons a:active { color: #872068; text-decoration: none }
.seasons a#on { color: #872068; text-decoration: none }

/* EPISODE SUB-NAV */

#subnav {
	width: 360px;
	height: 70px;
	float: left;
	margin: 5px 0px 0px 405px;
	overflow: hidden;
}	

#episodes-s1, #episodes-s2 {
	font-size: 10.5px;
	line-height: 14px;
	color: #767372;
}

ul.episodes { margin: 0px 0px 0px -40px; text-align: left }

ul.episodes li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10.5px;
	line-height: 14px;
}

html ul.episodes li { position: relative; } /*IE FIX*/

ul.episodes li.col1 { /* put the first column to the far-left*/
	margin-left: 0px;
}
ul.episodes li.col2 { /* put the second column to the right of the first*/
	margin-left: 200px;
}
ul.episodes li#item6 { /*vertically align the second column with the the first*/
	margin-top: -70px;
}

.episodes li a:link, .episodes li a:visited { color: #767372; text-decoration: none; }
.episodes li a:hover, .episodes li a:active { color: #872068; text-decoration: none; }
.episodes li a#selected { color: #872068; text-decoration: none; }

/* DIVAS ON THE LINE */

#divas-home, #divas-episodes {
	z-index: 100;
	position: relative;
	left: 38px;
	top: 240px;
	background-image: url('../images/divas/1.png');
	background-repeat: no-repeat;
	width: 245px;
	height: 330px;
}

#divas-about {
	z-index: 100;
	position: relative;
	left: 655px;
	top: 368px;
	background-image: url('../images/divas/2.png');
	background-repeat: no-repeat;
	width: 275px;
	height: 260px;
}

#divas-links {
	z-index: 100;
	position: relative;
	left: 10px;
	top: 265px;
	background-image: url('../images/divas/3.png');
	background-repeat: no-repeat;
	width: 192px;
	height: 300px;
}