	body {
		background: white;
		font: normal 11px Helvetica, Arial, Verdana, sans-serif;
		color: #333;
	}
	
	a:link, a:visited {
		color: #333;
		text-decoration: none;
	}
	
	a:hover {
		color: #0072bc;
		text-decoration: none;
	}
	
	h1 {
	font: bold 24px Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	color: black;
	margin-bottom: 0;
	}
	
	h2 {
	font: normal 24px Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	color: black;
	text-align: left;
	}
	
	h3 {
	font: normal 18px Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	color: black;
	margin-top: 0;
	}
	
	#container {
		width: 960px;
		padding: 70px 20px 10px 20px;
		_width: 1000px;
	}
		
	#header {
		height: 100px;
	}
	
	#header img {
		border: none;
	}
	
	#nav {
		padding: 50px 0 0 0;
		width: 70px;
		height: 230px;
		float: left;
		_width: 120px;
	}
	
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#nav li {
		list-style: none;
		width: 70px;
		height: 29px;
		margin: 0;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		width:70px;
		height: 29px;
	}
	
	li#services, li#services a {
		background: white url("/images/nav/services.gif") 0 0 no-repeat;
	}
	
	li#work, li#work a {
		background: white url("/images/nav/work.gif") 0 0 no-repeat;
	}
	
	li#people, li#people a {
		background: white url("/images/nav/people.gif") 0 0 no-repeat;
	}
	
	li#contact, li#contact a {
		background: white url("/images/nav/contact.gif") 0 0 no-repeat;
	}
	
	#nav li a span {
		display: none;
	}
	
	li#services a:hover, li#work a:hover, li#people a:hover, li#contact a:hover, li#services a.active, li#work a.active, li#people a.active, li#contact a.active {
		background-position: 0 -29px;
	}

	#content {
		float: left;
		padding: 0;
		width: 890px;
	}
	
	#footer {
		display: block;
		clear: both;
		text-align: right;
		font: normal 10px Helvetica, Arial, Verdana, sans-serif;
		color: #999;
		padding: 10px 0;
	}
	
	.sp {
		clear: both;
	}
	
	/* Styles for headers - Start */
	/* ************************** */
	
	
	/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
		font-size: 24px;
		font-weight: bold;
	}
	
	.sIFR-hasFlash h2 {
		visibility: hidden;
		font: normal 24px Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
		margin: 10px 0 0 0;
		padding: 0 0 10px 0;
	}
	/*
	.sIFR-hasFlash h2 {
		visibility: hidden;
		font-size: 24px;
		margin: 5px 0 0 0;
		padding: 0 0 10px 0;
	}*/
	
	.sIFR-hasFlash h3 {
		/*visibility: hidden;*/
		font-size: 18px;
	}
	
	.sIFR-hasFlash h4 {
		visibility: hidden;
		letter-spacing: -5px;
		font-size: 21px;
	}
	
	.sIFR-hasFlash h5#pullquote {
		letter-spacing: -4px;
		visibility: hidden;
		font-size: 24px;
	}

	/* Styles for headers - End */
	/* ************************ */

