/* Body */
body {
	background-color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Layout Sytles */
#container {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:800px;
	position:relative;
}
#header {
	width: 800px;
}
#menu {
	width: 800px;
	margin: 0px;
	padding: 10px 0px;
}
#content {
	width: 800px;
}
#contentLeft {
	width: 150px;
	float: left;
}
#subNav {
	background-color: #333333;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/bg_subMenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	margin-top: 10px;
}
#contentRight {
	width: 640px;
	float: right;
	padding-left: 10px;
}
#footer {
	width: 800px;
}
#bio_content {
}
#crew_photo {
	float: left;
	width: 180px;
	padding: 15px 0px 0px 3px;
	text-align: right;
}
#crew_bio {
	float: right;
	width: 434px;
	padding-left: 10px;
}
#cast_photo {
	float: left;
	width: 203px;
	padding: 10px 0px 0px 3px;
	text-align: right;
}
#cast_bio {
	float: right;
	width: 424px;
	padding-left: 10px;
}

#clear{
	clear: both;
}

/* Link Styles */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#subNav a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
#subnav a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#subNav a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
#subNav a:active {
	color: #E288AB;
	text-decoration: underline;
}

/* Text Styles */
h1 {
	font-size: 18px;
	color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}
h3{
	font-size:14px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
}
#subNav h1 {
	font-size: 14px;
	font-weight: bolder;
	text-align: right;
	color: #CCCCCC;
}
#subNav h2 {
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	color: #CCCCCC;
}
#subNav h3 {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
}
#subNav h4 {
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	color: #CCCCCC;
}
.subNav_small {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
}
