@charset "utf-8";



#header-wrapper {
	
	width: 100%;
	height: auto;
	float: left;
}



/* NAVIGATION.................................................................. */


#nav {
		
	width: 950px;
	height: auto;
	float: right;
	margin: 20px 0 20px 0;
}

#nav ul {
	
	margin: 0;
}

#nav ul li {

	float: left;
	list-style-type: none;
}

#nav ul.nav li a:link,
#nav ul.nav li a:visited {

	font: normal 0.96em 'Nobile', Helevtica, Arial, serif;
	letter-spacing: 1px;
	color: #000;
	height: 30px;
	padding: 0 6px;
	text-decoration: none;
}

#nav ul.nav li a:hover,
#nav ul.nav li a:active,
#nav ul.nav li a:focus {

	color: #fff;
	text-shadow: #fff 0px 0px 3px;
}



/* CONTENT........................................................... */



#content-wrapper {
			
	width: 960px;
	height: auto; /* Dependant upon height of content */	
	float: left;
	margin: 15px 5px 70px 5px;
}

#content-wrapper h1 {

	font-family: 'Hammersmith One', Helevtica, Arial, serif;
	font-size: 1.1em;
	color: #f1e054;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 0;
}



#content-wrapper h2 {

	font-family: 'Hammersmith One', Helevtica, Arial, serif;
	font-size: 1.1em;
	color: #f1e054;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 0;
}

#content-wrapper p {

	font-family: 'Nobile', Georgia,"Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	line-height: 140%;	
}

















