* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		/*
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		*/
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		body {
			font-family: Helvetica, Sans-serif;
			background-color:#fff;
			color: #333;
			width: 1024px;
			padding-bottom: 20px;
		}
		
		/*Begin header and navigation */
		#header {
			height:61px;
			clear:both;
			}
			
		#logo {
			padding-left:153px;
			padding-top:22px;
			float:left;
			}
		#navigation {
			padding-left:42px;
			padding-top:33px;
			float:left;
			}
/*
		#navigation a{
			text-decoration:none;
			color:#898989;
			}
		#navigation a:hover{
			color:#ff5a00;
			}
*/		
		#navigation li{
			display:inline;
			padding-right:40px;
			}
		#navigation ul{
			list-style-type:none;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:8pt;
			font-weight:normal;
			} 
		a.inactive{
			text-decoration:none;
			color:#898989;
			}
		a:hover.inactive {
			color:#ff5a00;
			}	
		a.active{
			text-decoration:none;
			color:#ff5a00;
			}
		a:hover.active{
			color:#ff5a00;
			}
		/*End header and navigation*/
		
		/*Thumbnail style*/
			
		#thumbs {
			clear:both;
			float:left;
			padding-left:13px;
			padding-top:11px;
			width:86px;
			}
		#thumblink{
			display:block;
			width:39px;
			height:39px;
			float:left;
			padding-bottom:4px;
			margin-left:4px;
			background-repeat:no-repeat;
			}
		#thumblink:hover{
			background-position:-39px 0;
			}
		#thumblink a.current{
			border:1px solid #555;
			}
/*			
		.cross-link{
			display:block;
			width:39px;
			height:39px;
			float:left;
			padding-bottom:4px;
			margin-left:4px;
			background-repeat:no-repeat;
		}
		
		a:hover.cross-link{
			background-position:-39px 0;
			}
*/		
		/*Main content area*/
		
		#mainImage{
			width:800px;
			height:600px;
			display:block;
			background-repeat:no-repeat;
			}
			
		#mainContent {
			width:880px;
			height:auto;
			float:left;
			padding-left:14px;
			padding-top:11px;
			}
		
			
		/*about page style*/		
		#aboutContainer {
			clear:both;
			width:auto;
			height:auto;
			padding-top:11px;
			padding-left:218px;
			}
		#aboutContainer p{
			color:#898989;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:8pt;
			line-height:14pt;
			font-weight:normal;
			}
		*/
		.biopic {
			float:left;
			}
		#bio {
			width:600px;
			padding-top:20px;
			}
		#bio h4{
			color:#898989;
			padding-bottom:13px;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:8pt;
			font-weight:normal;
			}
		#bio a{
			color:#898989;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:8pt;
			line-height:10pt;
			font-weight:normal;
			}
		#bio a:hover{
			color:#ff5a00;
			}
	
		/*Contact page style*/			
		#contactContainer {
			clear:both;
			width:500px;
			height:auto;
			padding-top:11px;
			padding-left:218px;
			}
		#contactContainer p{
			color:#898989;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:8pt;
			line-height:14pt;
			padding-top:15px;
			font-weight:normal;
			}
		#contactContainer a{
			color:#898989;
			text-decoration:none;
			font-family:helvetica, sans-serif;
			font-size:9pt;
			font-weight:normal;
			}
		#contactContainer a:hover{
			color:#ff5a00;
			}

		#contactContainer h1{
			font-size:15pt;
			font-family:helvetica, sans-serif;
			text-decoration:none;
			color:#ff5a00;
			padding-top:60px;
			padding-bottom:30px;
			}
		
		#contactContainer h3{
			font-size:10pt;
			font-family:helvetica, sans-serif;
			text-decoration:none;
			color:#ff5a00;
			font-weight:bold;
			}
		.inline{display:inline;}
		
		#buttons{padding-top:15px;}
		
		/*start js viewer*/
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
				.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			/*display: block;*/
			padding: 0 15px;
			display:none;
		}
		
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		
/*		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */ 
/*			margin: 20px 0;
			position: relative;
			width: 100%;
		}
*/

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
						  /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 600px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 826px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 350px;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 15px;
			width: 17px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:black;
			font-size:10pt;
			text-decoration:none;
		}
		
		.stripNavL {
			left: 125px;
		}
		
		.stripNavR {
			left: 964px;
		}
		
		
		.stripNavL {
			background-image:url(../images/left_arrow.gif); background-repeat: no-repeat;
		}
		.stripNavL:hover {
			background-image:url(../images/left_arrow_hover.gif); background-repeat: no-repeat;
		}
		
		.stripNavR {
			background-image:url(../images/right_arrow.gif); background-repeat: no-repeat;
		}
		.stripNavR:hover {
			background-image:url(../images/right_arrow_hover.gif); background-repeat: no-repeat;
		}
	
/*End main content*/
		/*Footer for about and contact page*/
		#footer2{
			clear:both;
			position:absolute;
			left:217px;
			top:600px;
			}
		#footer2 p{
			text-decoration:none;
			font-family:helvetica, arial, sans serif;
			font-size:7pt;
			color:#898989;
			}
		
		/*Footer for portfolio page*/
		#footer{
			clear:both;
			position:absolute;
			left:13px;
			top:680px;
			}
		#footer p{
			text-decoration:none;
			font-family:helvetica, arial, sans serif;
			font-size:7pt;
			color:#898989;
			}


