@import url("http://fonts.googleapis.com/css?family=IM+Fell+French+Canon:400,400italic");
@charset "utf-8";
/* CSS Document */

body,html {
	background:#dcdcdc url(images/bg.jpg) 50% 0 no-repeat;
	font-family: 'IM Fell French Canon', serif;	font-size:14px;
	margin:0;
	padding:15px 0px 50px 0px;}
	
td,p {
	font-size:1.1em;
	line-height:20px;}

h1,h2,h3,h4,h5,h6 {
	text-transform:uppercase;}

a:link, a:active, a:visited {
	color:#104a98;
	text-decoration:none;}

a:hover {
	color:#104a98;
	text-decoration:underline;}

#container {
	width:960px;
	margin:0 auto;
	background:#ededed;
	border:10px solid #FFF;}

#header {
	text-indent:-999em;
	height:70px;
	background: #ededed url(images/header.jpg) 0 0 no-repeat;}
	
	#header h1 {
		margin:0;
		padding:0;}

#nav {
	height:40px;
	background: #ededed;}
	
	#nav ul {
		width:720px;
		margin:0 auto;
		list-style:none;}
	
		#nav ul li {
			text-align:center;
			font-size:20px;
			padding:0px 40px 0px 0px;
			float:left;}
			
			#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
				color:#999;
				text-decoration:none;}
				
			#nav ul li a:hover {
				color:#000;
				text-decoration:none;}

#content {
	padding:20px;
	min-height:440px;}
	
	#content table {
	padding-bottom:20px;
	border-bottom: 2px solid #ccc;}
	
		#content table tr td {
		padding-bottom:10px;
		vertical-align:top;}
		
	#content #gallery {
	width:780px;
	height:500px;
	margin:0 auto;}
	
	#content #galleryHome {
	width:910px;
	height:450px;
	margin:0 auto;}
	
	#content #showreel {
	width:720px;
	height:480px;
	margin:0 auto;}

#footer {
	height:111px;
	text-align:center;
	background: #ededed url(images/footer.jpg) 0 0 no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 0 10px 0;}
	
#credit {
width:960px;
margin:0 auto;
text-align:right;
font-size:12px;
padding-top:10px;}

.right {
	float:right;
	padding-bottom:20px;
	padding-left:20px;}
	
.left {
	float::left;
	padding-bottom:20px;
	padding-right:20px;}
	
.clear {
	clear:both;}
	

#credit1 {
	text-align:right;
	float:left;
	width:250px;
	display:block;
	margin:0 50px 0 200px}
#credit2 {
	text-align:left;
	float:left;
	width:250px;
	display:block;}
	
.imgBorder {
	border:5px solid #dcdcdc;
	float:right;
	margin:0 0 20px 20px;
	}
