@charset "utf-8";
body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 13px;
}
.productionImage {
	float: right;
	margin-left: 10px;
}

h1 {
	color: #FD0A98;
	margin-top: 15px;
	font-weight: bold;
}
h3 {
	color: #FD0A98;
	margin-top: 18px;
	font-weight: bold;
}
p {
	line-height: 148%;
	margin-top:20px;
}
.authorCode {
	font-size:12px;
	}
a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}
a:hover{
	color:#FD0A98;
}

a.pink  {
	color: #FD0A98;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}
 a:hover.pink{
	color:#999;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}
h2 {
	margin-top:10px;
	font-weight:bold;
	}
	

/* CSS Document */

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#pageHeader {
	height: 89px;
	width: 760px;
	text-align: right;
	font-size: 20px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

#leftSide {
	float: left;
	width: 205px;
	padding-right: 15px;
	height: 100%;
}
#leftSide h1 {
	margin-bottom: 20px;
}

.quote {
	font-size: 17px;
	color: #FD0A98;
	text-align: center;
}
.press {
	color: #FD0A98;
}

#latestProductions {
	float: left;
}
#latestProductions a h2 {
	line-height: 100%;
	margin-top: 10px;
}
#latestProductions li {
	text-decoration: none;
	display: inline;
	width: 220px;
	float: left;
	margin-right: 33px;
	margin-top: 20px;
}
#vid_holder {
	width: 342px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 410px;
}

#previousProductions ul {
	margin-top: 20px;
}
#previousProductions {

}

#previousProductions  li  {
	text-decoration: none;
	list-style:none;
	float: left;
	width: 220px;
	margin-right: 33px;
}

.websiteLinks a:link, websiteLinks a:visited, websiteLinks a:active  {
	text-decoration:none;
	color:#fff;
}
.websiteLinks a:hover,.websiteLinks a:hover:visited {
	color:#999999;
}

table td{
	padding:0;
	margin:0;
	}
