body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
}
body#fiction #fictionNav,
body#films #filmsNav,
body#facts #factsNav,
body#contact #contactNav,
body#links #linksNav
{
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

/*structure*/
#wrapper {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;
	padding-bottom: 55px;
}

/* Header */
#header {
	margin-bottom: 60px;
}
h1#logo {
	width: 167px;
	clear: right;
	margin: 0;
}
h1#logo a, #home h1#logo {
	display: block;
	height: 72px;
	text-indent: -9999px;
	background: url(../assets/logo_linda_niccol.gif) scroll no-repeat left top;
}
h1#logo a:hover {
	border: none;
}
#banner {
	height: 46px;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../assets/img_linda_1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#fiction #banner, #contact #banner {
	background-position: left -336px;
}
#films #banner {
	background-position: left 0;
}
#facts #banner, #links #banner {
	background-position: left -262px;
}
#mainNav {
	margin: 0;
	padding: 0;
	/*overflow: auto;
	_height: 1%;*/
	font-size: 14px;
}
#mainNav li {
	display: inline;
	margin-right: 22px;
}
#mainNav a {
	border-bottom: 1px solid #FFFFFF;
}
#mainNav a:hover {
	border-bottom: 1px solid #CC0000;
}
/* Headings */
h2.headings {
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 25px 0;
	background-image: url(../assets/headings.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#films .headings {
	background-position: left -30px;
}
#facts .headings {
	background-position: left -60px;
}
#contact .headings {
	background-position: left -90px;
}
#links .headings {
	background-position: left -120px;
}

/*Text*/
p, ul, li {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
.quote {
	font-size: 11px; line-height: 13px;
	margin-left: 30px;
}
a {
	color: #999999; text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #CC0000;
}
a img {
	border: none;
}
a.imageLink:hover {
	border: none;
}
/* Bug Fixes */
*:active, a:focus {
   -moz-outline-style: none; /* IMPORTANT - Fixes Firefox dotted-line links */
}
h1 {
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
h3 {
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 14px;
	margin: 20px 0 5px 0;
}
object {
	margin-bottom: 35px;
}
.contactText {
	font-size: 16px; line-height: 28px;
}
ul.noBullets {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	color: #CC0000;
}



/* Global */
.text-right       { text-align: right; }
.text-13          { font-size: 13px; }
strong            { font-weight:bold; }
em                { font-style:italic; }
a.noBorder        { border: none; }
.red              { color:#CC0000; }