body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	color: #000000;
	text-align:center; /* for IE */
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
h1 {
	color: #666644;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.title {
	color: #445A71;
	font-size: 22px;
	font-weight: bold;
}
.title_acting {
	color: #FF5B53;
	font-size: 22px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.title_casting {
	color: #8DC20A;
	font-size: 22px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.title_production {
	color: #3399CC;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

.subtitle {
	color: #99B2AB;
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.copyright {
	font-size: 11px;
}

.rightphoto {
	border: 3px #666644 solid;
	margin-left: 10px;
}
.leftphoto {
	border: 3px #666644 solid;
	margin-right: 10px;
}
.lbphoto {
	border: 3px #666644 solid;
}
.lbphoto:hover {
	border: 3px #777799 solid;
}

/*maincontainer*/
#maincontainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	top: -18px;
	text-align:center;
}

/* header */
#headercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 216px;
	background: url('images/header_gray_c_wrap.jpg') top center repeat-x;
	background-color: #182029;

}
#headercontainer_acting {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 216px;
	background: url('images/header_red_c_wrap.jpg') top center repeat-x;
	background-color: #182029;

}
#headercontainer_casting {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 216px;
	background: url('images/header_green_c_wrap.jpg') top center repeat-x;
	background-color: #182029;

}
#headercontainer_production {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 216px;
	background: url('images/header_blue_c_wrap.jpg') top center repeat-x;
	background-color: #182029;

}
#headercenter {
	position: relative;
	margin: 0 auto; *//*Center container on page*/
	display:block;
	width: 1000px;
	height: 216px;
	text-align:center;

}
#logo {
	display:block;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	
}

#page_navcontainer {
	position: relative;
	top: 216px;
	width: 100%;
	height: 21px;
	background-color: #445A71;
	margin: 0 auto; */ /*Center container on page*/
	z-index:200;
	
}
#page_navcenter {
	height: 21px;
	text-align:center;
	width:950px;
	margin: 0 auto; */ /*Center container on page*/
	z-index:250;
	}


/* main content */
#contentcontainer {
	position: relative;
	top: 250px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: white;
	text-align:center;
	z-index:0;
}
#contentcenter {
	text-align:center;
	top: 0px;
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	z-index:10;
}

#leftcolumn {
	float: left;
	padding: 0px 10px 15px 10px;
	width: 640px;
	text-align:left;
	z-index:20;
}
#rightcolumn {
	float: left;
	padding: 15px 10px 15px 30px;
	width: 300px;
	text-align:left;
	z-index:20;
}
#right_nav_stack {
	width: 300px;
	height: 70px;
}

/* video */
#videodisplay {
	width: 298px;
	border-top: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
}
#videocaption {
	width: 298px;
	height: 25px;
	background: url('images/subnav_bg.gif') bottom center repeat-x;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
	text-align: center;
}

/* endorsement */
#endorsement {
	width: 282px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #999977;
	font-size: 12px;
	background-color:#EEEEEE;
}
#endorsement_link {
	width: 282px;
	padding: 8px 8px 8px 8px;
	background: url('images/subnav_bg.gif') bottom center repeat-x;
	border-bottom: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
	font-size: 11px;
	font-weight: bold;
}


#footercontainer {
	height: 165px;
}



