<style type="text/css">


	*{margin:0;padding:0}
	body{padding:20px;background:white;text-align:center;background:white;color:#bba;font:80%/140% verdana,serif;}
	h1,h2{font:Geneva, Arial, Helvetica, sans-serif; font:letter-spacing:3px; font-size: 80%;}
	a{color:#666666;text-decoration:none;outline:none; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px;}
	a:hover{color:#696969;}
	.caption { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#666666; padding:20px;}
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
	p { font-size:.9em;}
	
	 #sitenav ul {
	 background-image:url(images/site/button_bar.png);
	 }
		#sitenav, #sitenav li {
			width:190px;
			margin:0;
			padding:0;
			list-style:none;
			
		}
		
		#sitenav li a {
			display:block;
			width:190px;
			height:78px;
			background:top left no-repeat #E6E7E6;
			text-decoration:none;
		}
		
		#sitenav li a.places { background-image:url(images/site/bton_places_ltgray.png); }
		#sitenav li a.places:hover { background-image:url(images/site/bton_placesON_ltgray.png); }
		#sitenav li a.people { background-image:url(images/site/bton_people_ltgray.png); }
		#sitenav li a.people:hover { background-image:url(images/site/bton_peopleON_ltgray.png); }
		#sitenav li a.tabletop { background-image:url(images/site/bton_tbltop_ltgray.png); }
		#sitenav li a.tabletop:hover { background-image:url(images/site/bton_tbltopON_ltgray.png); }
		#sitenav li a.shelter { background-image:url(images/site/bton_shelter_ltgray.png); }
		#sitenav li a.shelter:hover { background-image:url(images/site/bton_shelterON_ltgray.png); }
		#sitenav li a.lightform { background-image:url(images/site/bton_lt+form_ltgray.png); }
		#sitenav li a.lightform:hover { background-image:url(images/site/bton_lt+formON_ltgray.png); }
		#sitenav li a.bio { background-image:url(images/site/bton_bio_ltgray.png); }
		#sitenav li a.bio:hover { background-image:url(images/site/bton_bioON_ltgray.png); }
		
		
	

	
#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:center;
		height:800px;
		}
		
	#contentleft {
		width:56px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:920px;
		padding:0px;
		float:left;
		/*border:1px dashed grey;*/
		text-align:center;
		}
	
	#contentright {
		width:24px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
		#siteNav {
			width:192px;
			height:500px;
			/*border:1px solid grey;*/
			text-align:center;
			float:left;
			 background-image:url(images/site/button_bar.png);
			 background-repeat:no-repeat;
		
			 padding-left:3px;
			 padding-top:18px;
				}

.contentPanel {
width:600px; float:left; margin:25px; padding-right:20px;
font:Geneva, Arial, Helvetica, sans-serif;
color:#696969;
text-align:left;
font-size:12px;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	

	/* custom decorations 
	border:1px solid #ddd;*/
	background:url(http://static.flowplayer.org/tools//img/global/gradient/h300.png) repeat-x;
	
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px;
	background-color:#fff;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:85px;
	height:85px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	/*border:2px solid #000;*/
	z-index:9999;
	position:relative;
	opacity:0.4;filter:alpha(opacity=40);
}





/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    width:540px;
   
 
    /* centered */ 
    text-align:center;
	
    /* some "skinning" */ 
    background-color:#ffffff; 
    /*border:2px solid #fff; 
    outline:1px solid #ddd; */
    -moz-ouline-radius:4px; 
	float:left;
	
	
}


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 500px;	 
	width: 130px;
	float:left;
	/*border:1px dotted grey;*/
	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
	
	left:0px;
	padding-left:15px;

}

/* single scrollable item */
.items div {
	/*border-bottom:1px solid #ddd;*/
	margin:1px;;
	padding:1px;
	font-size:12px;
	height:80px;
	
}

/* elements inside single item */
.items img {
	float:left;
	height:80px;
	width:80px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:200px;
	margin:5px;;
	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

#footer {
padding:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;
color:#666666
}
#mailLink {
padding-top:40px;
}

#footerLine {
background-color:#000000;
width:916px;
height:2px;
position:relative;
top:630px;
left:-16px;
vertical-align:bottom;
}


/*everything below is part of the jQuery tools demo for slideshow */

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/site/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/site/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


    </style>