body{
	background: #8F6542 url(images/gradient.png) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
h1{
	color: #fff;
	height: 36px;
	width: 525px;
	text-indent: -9999px;
	background: transparent url(images/title.png) no-repeat;
	position: relative;
	top: 40px;
	left: 205px;
}
h2{
	font-size: 20px;
}
a img{
	border: none;
}
#nav{
	list-style: none;
	position: relative;
	top: 25px;
	left: 280px;
	width: 500px;
	
}
#nav li{
	float: left;
	margin: 0 5px;
}
#nav a{
	text-indent: -9999px;
	display: block;
	height: 26px;
	overflow: hidden;
}
#nav a:hover{
	background-position: 0 -24px;
}
#home a{
	background: transparent url(images/nav/home.png) no-repeat;
	width: 48px;
}

#bio a{
	background: transparent url(images/nav/bio.png) no-repeat;
	width: 32px;
}

#synopsis a{
	background: transparent url(images/nav/synopsis.png) no-repeat;
	width: 71px;
}
#trailer a{
	background: transparent url(images/nav/trailer.png) no-repeat;
	width: 49px;
}
#stills a{
	background: transparent url(images/nav/stills.png) no-repeat;
	width:33px;
}
#press a{
	background: transparent url(images/nav/press.png) no-repeat;
	width: 48px;
}
#contact a{
	background: transparent url(images/nav/contact.png) no-repeat;
	width: 62px;
}

#container{
	margin: 60px auto;
	position: relative;
	background: transparent url(images/home.png) no-repeat;
	width: 768px;
	height: 640px;
}
#content{
	position: relative;
}
div.innerContent{
	width: 400px;
	position: absolute;
	left: 300px;
	top: 100px;
	color: #000;
	background: rgba(255,255,255, .6);
	padding: 5px 10px 10px;
}

/* contact form */
#contactForm{
	width: 350px;
	position: absolute;
	height: 500px;
	left: 380px;
	top: 120px;
}
	#contactForm label, #contactForm button{
		display:block;
	}
	#contactForm label{
		color: #fff;
		font-size: 16px;
		margin-top: 5px;
	}
	#contactForm input, #contactForm textarea{
		width: 300px;
		height: 20px;
		border: 1px solid #ddd;
		outline: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-box-shadow: 2px 3px 5px rgba(0,0,0, .5);
		-moz-box-shadow: 2px 3px 5px rgba(0,0,0, .5);
		font-size: 16px;
		padding: 2px 5px;
		background: #fff;
		background: rgba(255,255,255, .8);
	}
	#contactForm textarea{
		height: 125px;
	}
	#contactForm #captchaResponse{
		width: 120px;
		margin-top: -10px;
	}
	#contactForm img.captcha{
		position: relative;
		top: 6px;
	}
	#contactForm #submit{
		width: 150px;
		display: block;
		padding: 0;
		margin-top: 5px;
		font-size: 14px;
		height: 22px;
		background: #fff;
		cursor: pointer;
	}
	
/* videos */

#videoBox{
	text-align: center;
	position: absolute;
	top: 100px;
	left: 300px;
	width: 400px;

}
	#videoBox a{
		color: #fff;
		text-decoration: none;
	}
	#videoBox a:hover{
		text-decoration: underline;
	}
	#videoBox object, #videoBox embed{
		width: 400px;
		height: 225px;
		display: block;
	}

/*photos */
#photos{
	list-style: none;
	width: 400px;
	position: absolute;
	top: 90px;
	left: 300px;
}
	#photos li{
		margin: 5px;
		border: 5px solid #fff;
		float: left;
		width: 100px;
	}
	#photos img{
		border: 1px solid #888;
		padding:0;
		margin: 0;
		display:block;
	}

/* laurels */
#laurels{
	list-style: none;
	position: absolute;
	top:480px;
	left: 320px;
}
	#laurels li{
		float: right;
		margin: 0 5px;
	}
	
/* footer */

#footer{
	text-align: center;
	position: relative;
	top: 530px;
	margin-bottom: 20px;
}
	#footer ul{
		margin: 0 auto;
	}

		#footer ul li{
			list-style: none;
			float: left;
			margin: 0 5px;
			color: #444;
			font-size: 18px;
		}
	#footer #ads{
		margin-top: 10px;
	}
	#footer img{
		display: inline;
		clear: both;
		padding: 0 10px;
	}
#moon{
	position:absolute;
	z-index:-1;
	top: -10px;
	left: -200px;
}

#earth{
	position:absolute;
	z-index:-1;
	top: 350px;
	left: 930px;
}
.error{
	font-size: 14px;
	margin-left: 20px;
}
.cleared{
	clear: both;
}
