@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: corbel, verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: black;
	text-align: left;
	color: white;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}

#container { 
	position: relative;
  	margin: auto;
  	width: 950px;
	text-align: left;
	background-color: black;
	}

#container:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

.hidden {
	visibility: hidden;
}

.clearfloat {
	clear: both;
}

#header {
  	width: 950px;
	height: 298px;	
	background-image: url('../images/mainheader.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1 {
  	width: 336px;
	height: 126px;	
	background-image: url('../images/sarah-lyn-bloor.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 47px;
}

#headercontent {
  	width: 400px;
	height: 126px;	
	padding: 30px 0px 0px 48px;
}

#headercontent h2 {
	font-size: 1.3em;
}

#headercontent p {
	font-size: 0.9em;
}

#mainnav {
  	width: 922px;
	height: 30px;
	margin: auto;
	background-image: url('../images/navbar.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#mainnav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 55px;
}

#mainnav ul li {
	display: inline;
	background-image: url('../images/bp.gif');
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px 29px 0px 29px;
	padding: 0px 0px 0px 0px;
}

#mainnav ul li a {
	text-decoration: none;
	color: #171717;
	font-size: 1.1em;
}

#mainnav ul li a:hover {
	text-decoration: underline;
}

#contenttop {
	width: 922px;
	height: 5px;
	margin: 20px auto auto auto;
	background-image: url('../images/contenttop.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#contentbottom {
	width: 922px;
	height: 5px;
	margin: auto auto 20px auto;
	background-image: url('../images/contentbottom.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	width: 900px;
	margin: auto;
	background-color: #494949;
	padding: 0px 10px 0px 10px;
	border: 1px solid #494949;
}

#footer {
	margin: auto;
  	width: 871px;
	color: white;
	font-size: 0.9em;
}

#footerleft {
	width: 380px;
	float: left;
}

#footerleft a {
	color: white;
	text-decoration: none;
}

#footerleft a:hover {
	text-decoration: underline;
}

#footerleft blockquote {
	font-size: 0.8em;
	padding-top: 5px;
	color: #494949;
}

#footerleft blockquote a {
	color: #494949;
}

#footerright {
	width: 400px;
	height: 40px;
	float: right;
	text-align: right;
	color: white;
}

#footerright ul {
	list-style-type: none;
}

#footerright ul li {
	display: inline;
}

#footerright ul li a {
	text-decoration: none;
	color: white;
}

#footerright ul li a:hover {
	text-decoration: underline;
}

#footerright p {
	font-size: 0.8em;
	padding-top: 5px;
	color: #494949;
}

.homepanel {
	position: relative;
	float: left;
	width: 252px;
	height: 192px;
	margin: 17px 5px 17px 12px; 
	background-repeat: no-repeat;
	background-position: top left;
	padding: 53px 14px 0px 14px;
	font-size: 0.9em;
}

.homepanel h2 {
	height: 1px;
}

.homepanel img {
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: none;
}

#homefilms {
	background-image: url('../images/films.jpg');
}

#homegallery {
	background-image: url('../images/gallery.jpg');
}

#homebiography {
	background-image: url('../images/biography.jpg');
	width: 136px;
	padding: 54px 130px 0px 14px;
}

.sectionpanel {
	position: relative;
	float: left;
	width: 280px;
	height: 247px;
	margin: 17px 5px 17px 12px; 
	background-image: url('../images/sectionpanel.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.9em;
}

.sectionpanel h2 {
	margin: 14px 0px 0px 14px;
	background-repeat: no-repeat;
	background-position: top left;
}

.sectionpanel img {
	margin: 10px 0px 0px 13px;
	border: none;
}

.viewbutton img {
	position: absolute;
	right: 11px;
	bottom: 9px;
	border: none;
}

#pagetitle {
	width: 860px;
	margin: 13px 0px 0px 25px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}

#pagetitle a {
	color: white;
	text-decoration: none;
}

#pagetitle a:hover {
	text-decoration: underline;
}

.filmstitle {
	background-image: url('../images/films.gif');
}

#film1 h2 {
	background-image: url('../images/film1.gif');
}

#film2 h2 {
	background-image: url('../images/film2.gif');
}

#film3 h2 {
	background-image: url('../images/film3.gif');
}

#film4 h2 {
	background-image: url('../images/film4.gif');
}

#film5 h2 {
	background-image: url('../images/film5.gif');
}

#film6 h2 {
	background-image: url('../images/film6.gif');
}

.gallerytitle {
	background-image: url('../images/gallery.gif');
}

.biographytitle {
	background-image: url('../images/biography.gif');
}

.skillstitle {
	background-image: url('../images/skills.gif');
}

.creditstitle {
	background-image: url('../images/credits.gif');
}

.contacttitle {
	background-image: url('../images/contact.gif');
}

.sitemaptitle {
	background-image: url('../images/sitemap.gif');
}

.privacypolicytitle {
	background-image: url('../images/privacypolicy.gif');
}

