/* Layout */
body {
	background-color: #DCDCDC;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	font-family: "lucide grande", helvetica, arial, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	color: #121212;
	text-align: center;
	margin:auto;
	padding:auto;
}
div#wrapper {
	float:none;
	width:720px;
	position:relative; top:20px;
	border:0px solid green;
	margin:auto;
	padding:auto;
}

div#header {
	float:none;
	width:720px;
	border:0px solid red;
}

div.nav {
	float:none;
	width:720px;
	background-color:#FFFFFF;
	opacity:.75;
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.25em
	line-height: 2em;
	color: #FF0000;
	border:0px solid blue;
	text-align:justify;
	border-top-color:#CCCCCC;
	border-top-style:double;
	border-top-width:3px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:double;
	border-bottom-width:3px;
	margin:7px 0 7px 0;
	padding:7px 0 7px 0;
}

div#content {
	float:left;
	width:648px;
	border:0px solid yellow;
	text-align:left;
	opacity:.9;
	border-top-color:#CCCCCC;
	border-top-style:double;
	border-top-width:3px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:double;
	border-bottom-width:3px;
	background-color:#FFFFFF;
	margin:0;
	padding:0 36px 0 36px;
}

div#footer {
	float:none;
	width: 720px;
	position:absolute;top:740px;
	border:0px solid green;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#bio {
	float:right;
	width:320px;
	border:0px solid blue;
	margin:auto;
	padding:auto;
}

div#laurels {
	float:left;
	width:184px;
	border:0px solid blue;
	text-align:left;
	margin:none;
	padding:24px 0 0 0;
	display:inline;
	color: #000000;
	font-size:.8em;
	line-height:1.2em;
	text-decoration:underline;
}

div#trailer {
	float:right;
	opacity:1;
	width:454px;
	border:0px solid green;
	margin:none;
	padding:24px 0 0 0;
}

div#reviews {
	float:left;
	width:672px;
	border:0px solid red;
	text-align:center;
	margin:none;
	padding:12px 0 0 0;
	display:inline;
	color: #000000;
	font-size:.8em;
	line-height:1.2em;
	text-decoration:underline;
}

table, tbody, tfoot, thead, tr, th, td {
	float:none;
	vertical-align:middle;
	text-align:center;
	border:0px solid yellow;
	margin:0 3px 0 3px;
	padding:0 3px 0 3px;
}

/* Typography */
.nav a {
	color:#000000;
	text-decoration:none;
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
}

a#active {
	color: #FF0000;
}


h1 {
	font-family: "lucide grande", helvetica, arial, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.75em;
	color:#FF0000;
	margin:3px 0 3px 0;
	padding:3px 0 3px 0;
}

#content p {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.15em;
	text-align: justify;
	padding-bottom:16px;
}

#crew p {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-size:.75em;
	line-height:1.25em;
	text-align:left;
	padding-bottom:16px;
}

#bio p {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: .75em;
	line-height: 1.25em;
	text-align: left;
}

p#copyright {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: .75em;
	line-height: 1em;
	text-align: center;
}

#press_kit img{
	display:block;
	border:0px;
	margin:auto;
	padding:auto;
}

#press_kit p{
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: .75em;
	line-height: 1.15em;
	text-align:center;
	margin:auto;
	padding:auto;
}

.nav ul{
	list-style-type:none;
	/*color: #FF0000;*/
}
.nav li{
	display:inline;
}
.nav a{
	display:inline;
	margin-left:7px;
	padding-left:7px;
}