/*-----------------------------------------------------------------------------
version:   1.0
author:    John Anderson
email:     janderson@soaringpenguin.co.uk
website:   http://www.soaringpenguin.co.uk/
date:      2007 November 07
page:	   home

Copyright 2007 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/
/* =Structural
-----------------------------------------------------------------------------*/
	#content {
		margin-top: 459px;
		width: 1024px;
		height: 320px;
	}
		#header {
			width: 620px;
			height: 93px;
			background: #10151b url(../images/3.png);
			float: left;
			margin:0;
			
		}
			#navigation {
				width: 620px;
			}
		#film {
			float: right;
			width: 404px;
			height: 103px;
		}
			 



/* =Typography
-----------------------------------------------------------------------------*/



/* =Headings
-----------------------------------------------------------------------------*/
	h1 {
		color: #ffffff;
		width: 620px;
		height: 86px;
		position: relative;
	}
		h1 span {
			background: #39404a url(../images/2.png) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
		}

/* =Main Nav
-----------------------------------------------------------------------------*/
	#header img {
		float: right;
	}
	#navigation ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		background: #39404a url(../images/136.png);
		width: 620px;
	}
		#navigation ul li {
			float: left;
		}
			#navigation ul li a {
				text-decoration: none;
				display: block;
				line-height: 17px;
				padding-left: 43px;
			}
				#navigation ul li a#about {
					background: url(../images/213.png) no-repeat top left;
					width: 60px;
				}
				#navigation ul li a#news {
					background: url(../images/213.png) no-repeat top left;
					width: 60px;
				}
				#navigation ul li a#portfolio {
					background: url(../images/213.png) no-repeat top left;
					width: 60px;
				}
				#navigation ul li a#biography {
					background: url(../images/213.png) no-repeat top left;
					width: 60px;
				}
				#navigation ul li a#contact {
					background: url(../images/213.png) no-repeat top left;
					width: 60px;
				}
                                #navigation ul li a#vacancies {
                                	background: url(../images/213.png) no-repeat top left;
					width: 60px;    
                                }
	
