/* *****************************************************************************
	Created by Pixel Envy (http://www.pixelenvy.co.uk) on .
	Contact nick@pixelenvy.co.uk
**************************************************************************** \*/

/*
	Globals
------------------------------- \*/

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
/*
	Base Typography
------------------------------- \*/

	body {
		font: normal normal normal .625em/1.5 Helvetica, Arial, sans-serif; /* .625em = 10px */
		background: #201a1f;
		color: #fff;
		text-align: center;
	}
	
	h1 {
		height: 271px; width: 268px;
		margin: 0 auto;
		position: relative;
	}
	
	h1 span {
		background: transparent url(../_images/logo.png) no-repeat 0 0;
		display: block;
		height: 271px; width: 268px;
		position: absolute;
		 top: 0; left: 0;
	}
	
	h2 {
		color: #ff4200;
		font-size: 160%; font-weight: normal;
	}
	
	p {
		font-size: 150%;
	}
	
	a {		
		color: #ff4200;
		text-decoration: none;
	}
	
	ul {
		list-style: none;
		font: normal normal normal 100%/1.5 AJenson, Georgia, Serif;
		text-align: center;
	}
	
	li {
		display:inline;
		margin: 0 5px; padding: 0;
	}
	
	li a {
		background: none;
		color: #a19c9c;
		padding: 0;
	}
	
/*
	Containers
------------------------------- \*/

	div#wrapper {
		width: 100%;
		height:750px;
		min-width: 1005px;
		/*margin: 3em auto;*/
		}
	
	div#footer {
	}

/*
	Safari Specific (body.safari *)
------------------------------- \*/

	


