* {
	padding:0px;
	margin:0px;
	border:0px;
}
body{
	background-color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/images/bodyBackground.gif);
	background-repeat: repeat;
}
a:link, a:active {
	color:#F6170F;
}
a:hover, a:visited {
	color:#F57200;
}
#wrapper{
	width:800px;
	position:relative;
	left: 50%;
	margin-left:-400px;
	margin-top:25px;
	background-color:#FFFFFF;
	border: 1px solid #000000;	
}
#poster {
	width:325px;
	padding-left:10px;
	float:left;
}
#sidebar {
	width:200px;
	float:left;
	font-size:13px;
	padding-top:13px;
}
#sidebar ul {
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	padding-left:20px;
}
#sidebar li {
	line-height:18px;
	margin-bottom:12px;
}
#sidebar ul a {
	text-decoration:none;
}
#sidebar ul a:hover {
	text-decoration:underline;
}
body.about #sidebar a.about,
body.notes #sidebar a.notes,
body.cast #sidebar a.cast,
body.prodGallery #sidebar a.prodGallery,
body.rehearsalGallery #sidebar a.rehearsalGallery,
body.rochPremiere #sidebar a.rochPremiere,
body.wease #sidebar a.wease,
body.contact #sidebar a.contact
 {
	color:#666666;
	cursor:default;
	text-decoration: none;
}
#video{
	width:425px;
	padding-right:10px;
	padding-top:10px;
	float:right;
}
#content {
	width:580px;
	float:right;
	padding-top:10px;
}
#credits{
	clear:both;
	text-align: center;
	font-size:13px;
	padding-top:18px;
	font-weight:bold;
	color:#333333;
}
#navigation {
	clear:both;
	text-align:left;
	padding-left:216px;
	padding-top:55px;
	padding-bottom:5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-image: url(/images/cloudNav.gif);
	background-repeat: repeat-x;
	height: 60px;
	_height: 110px;
}
#navigation2 {
	clear:both;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:15px;
	margin-left:216px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	height:60px;
}
#home #navigation2, 
#clips #navigation2 {
	margin-left:140px;
}
#navigation a, #navigation2 a {
	text-decoration:none;
	padding-top:17px;
	padding-bottom:10px;
	width:85px;
	height:47px;
	text-align:center;
	display:block;
	float:left;
}
#navigation a:hover, #navigation2 a:hover {
	text-decoration:underline;
}
#home #navigation a.home, #home #navigation2 a.home, 
#about #navigation a.about, #about #navigation2 a.about,
#clips #navigation a.clips, #clips #navigation2 a.clips,
#gallery #navigation a.gallery, #gallery #navigation2 a.gallery,
#showings #navigation a.showings, #showings #navigation2 a.showings,
#press #navigation a.press, #press #navigation2 a.press,
#links #navigation a.links, #links #navigation2 a.links,
#contact #navigation a.contact, #contact #navigation2 a.contact {
	cursor:default;
	color:#666666;
	text-decoration: none;
	background-image: url(/images/navCloud.gif);
	background-repeat: no-repeat;
}
.articles{
	font-size:11px;
	font-weight:normal;
}
#footer {
	width:798px;
	position:relative;
	left: 50%;
	margin-left:-399px;
	font-size:10px;
	padding:2px;
	color:#ffffff;
	background-color: #354952;
}
#footer p {
	margin-left:7px;
	margin-right:7px;
}
#content h1, #video h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
	color:#F6170F;
	padding-right:20px;
}
#poster h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
	color:#F6170F;
	padding-right:20px;
	margin-top:25px;
}
#content h2, #video h2, #poster h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #0B3447;
	padding-right:20px;
}
#content p, #video p, #poster p {
	font-size: 13px;
	margin-bottom: 12px;
	padding-right:20px;
	line-height:18px;
}
#content ul, #video ul, #video ol, #poster ul {
	font-size: 13px;
	margin-bottom: 12px;
	padding-right:20px;
	line-height:18px;
	margin-left: 25px;
}
#poster li {
	margin-bottom:6px;
}
#video #clipLinks {
	text-align:center;
	font-size: 13px;
	font-weight: bold;
}
#video #clipLinks a {
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#video #clipLinks a:hover {
	text-decoration: underline;
}
body.trailer #video #clipLinks a.trailer, body.mjAntidrug #video #clipLinks a.mjAntidrug{
	cursor:default;
	color: #ffffff;
	text-decoration: none;
	background-color: #0B3447;
}
div.photoRight {
	width:202px;
	margin-left:25px;
	float:right;
}
div#sidebar div.photoLeft {
	width:200px;
	margin-left:18px;
}
#content div.photoRight img, #content div.photoRight p {
	margin-left:20px;
	margin-right:20px;
	font-size:11px;
} 
#content img.photoBorder, #video img.photoBorder {
	border: 1px solid #000000;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
#contact p#email {
	margin-bottom:45px;
}
hr {
	clear:right;
	color: #354952;
	background-color:#354952;
	height: 4px;
	margin-top:10px;
	margin-bottom:10px;
}