* {
	margin:0;
	padding:0;
}

body {
	background: #000;
	color: #FFFFFF;
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #a86edf;
	font-weight: bold;
}


#wrapper {
	width:900px;
	height:700px;
	position: relative;
	top: 30px;
	background: url(images/COMMON/homebg.jpg) no-repeat center center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#insidewrapper {
	width:900px;
	height:700px;
	position: relative;
	top: 30px;
	margin: 0 auto;
	background: url(images/COMMON/insidebg.jpg) no-repeat center center;
}
#navigation {
	position:relative;
	top:40px;
	left: 40px;
	width: 570px;
	border:3px solid #000;
	padding-bottom:10px;
	background-color:#171616;
	text-align:center;
	height: 30px;
}
.clearthefloat {
	clear: left;
}

#navigation ul {
	font-size:1.6em;
	margin:10px 0px 20px 10px;
	position: relative;
	z-index: 5;
}

#navigation ul li {
	list-style-type:none;
	float:left;
	margin-right: 12px;
	position:relative;
	height: 1%;
}

#navigation a {
	color: #a86edf;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: center;
}

#navigation a:visited {
	color: #a86edf;
}

#navigation a:hover {
	color:#fff;
}

#navigation a.current {
	text-decoration:underline;
}

#navigation ul li ul {
	margin:0;
	width: 10em;
	font-size:.9em;
	position:absolute;
	text-align:left;
	background-color:#171616;
	left: -1px;
	display:none;
}

#navigation ul li ul li {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
}

#navigation ul li ul li:first-child {
	border-top: 1px solid #000;
}

#navigation ul li:hover ul, #navigation ul li ul:hover {
	display:block;
}


/*--INSIDE PAGES--*/

#content {
	position:relative;
	top: 100px;
	width: 800px;
	margin: 0 0 0 40px;
	padding:1em;
	background: #171616;
	border:thin solid #666666;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	float: left;
}

#contentblack {
	position:relative;
	top: 180px;
	width: 800px;
	margin: 0 0 0 40px;
	padding:1em;
	background: #000;
	border:thin solid #666666;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	float: left;
}
		
#content h2 {
	color: #895BB4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}

#contentblack h2 {
	color: #895BB4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}

#content h1 {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#contentblack h1 {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#content h3 {
	text-decoration: underline;
	color: #9999CC;
}
#content h4 {
	color: #B39E96;
	margin-bottom: -1em;
}

#contentblack h3 {
	text-decoration: underline;
}

#contentleft {
	float: left;
	width: 50%;
}

#contentblackleft {
	float: left;
	width: 25%;
}

#contentright {
	float: right;
	width: 50%;
	padding-top: 3.5em;
}

#contentblackright {
	float: right;
	width: 75%;
	padding-top: 3.5em;
}

#content dt {
	font-weight: bold;
	color: #A86EDF;
	font-size: 1em;
}

#content dd {
	font-size: .9em;
}

#content dl {
	margin-bottom: 1em;
}

#content p {
	margin:1em 1em 1em 0em;
	line-height:1.4em;
}
.blacktext {
	color: #000000;
}
#breastpumpposter {
	position: relative;
	top: 0px;
	padding-top: -3.5em;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#synopsis p {
	font-size: 0.9em;
}
#credits {
	color: #FFFFFF;
	width: 460px;
	padding: .5em 0em .5em 1em;
	margin-top: 2em;
	border: thin solid #999999;
}

#credits a:link {
	color: #000;
}

.creditheader {
	font-weight: bold;
	text-decoration: underline;
}

#credits table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#filmnav a.current {
	color: #000000;
}

#credits img {
	border: thin solid #FFFFFF;
	padding: 5px;
}
.ginnyposterpadding {
	padding-bottom: 400px;
}
.pumpbg {
	background: url(images/FILM/pumpbg.jpg) repeat;
	margin-bottom: 20px;
}
#clicktoplay {
	position: absolute;
	height: 50px;
	width: 200px;
	right: 62px;
	bottom: 0px;
}
#synopsis a {
	color: #BB99B4;
}

#synopsis a:visited {
	color: #FFFFFF;
}

#synopsis a:hover {
	color: #FFFFFF;
}

.whitetext {
	color: #FFFFFF;
}

.redtext {
	color: #B21C23;
}
#filmnav {
	background: #B21C23;
	border: thin solid #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

#filmnav ul {
	margin-left:20px;
}

#filmnav ul li {
	float:left;
	list-style-type:none;
	margin:.5em 3em .5em 0;
}

#filmnav a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#filmnav a:visited {
	color:#000;
}

#filmnav a:hover {
	text-decoration:underline;
}
#contentleft a {
	color: #000000;
}

#contentleft a:visited {
	color: #A86EDF;
}

#contentleft a:hover {
	color: #CCCCCC;
}
#arttable {
	text-align: left;
}
.screeninginfo {
	font-size: .9em;
	text-align: left;
}
.biopadding {
	padding: 10px;
}
#laurel {
	position: relative;
	right: 0px;
	bottom: 10px;
	width: 150px;
}
.screeninginfo {
	margin-top: -3em;
	padding-top: 0px;
}
#content h5 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#screeningtext a {
	color: #000000;
}
#insidewrapper #insidewrapper2 #content #credits .screeninginfo a {
	color: #000000;
}

.screeninginfo a {
	color: #000000;
}

screeninginfo strong {
	color: #000000;
}

#contentleft a {
	color: #a86edf;
}
