html,body{
	background:#ffffff;
	font-family:helvetica, arial, tahoma, sans-serif, sans;
	font-size:90%;
	
	margin:0;
	padding:0;
}
body{
	padding:20px;
}
p{
	line-height:22px;
}
a{
	outline:none;
}
#header,
#content,
#footer{
	width:900px;
	margin:0 auto;
}
#header{
	background:url('/images/common/logo_small.gif') 0 0 no-repeat;
	height:52px;
	margin-bottom:20px;
}
#header h1{
	margin:0 0 0 70px;
	padding:4px 0;
}
#header h1 a{
	background:url('/images/common/peter_leach_photography.gif') 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	width:304px;
	height:23px;
}
ul#navigation{
	list-style:none;
	margin:0 0 0 70px;
	padding:0;
}
ul#navigation li{
	float:left;
	padding:2px 20px 2px 0;
}
ul#navigation li a{
	height:18px;
	text-indent:-9999px;
	display:block;
	outline:none;
}
ul#navigation li a:hover{
	border-bottom:1px solid #333;
}
ul#navigation li#work a{
	background:url('/images/common/work.gif') 0 0 no-repeat;
	width:43px;
}
ul#navigation li#digital-manipulation a{
	background:url('/images/common/digital_manipulation.gif') 0 0 no-repeat;
	width:155px;
}
ul#navigation li#about a{
	background:url('/images/common/about.gif') 0 0 no-repeat;
	width:47px;
}
ul#navigation li#contact a{
	background:url('/images/common/contact.gif') 0 0 no-repeat;
	width:58px;
}
	ul#image_gallery_controls{
		list-style:none;
		margin:0;
		padding:0;
	}
	ul#image_gallery_controls li{
		float:left;
		margin-right:20px;
	}
	ul#image_gallery_controls li a{
		color:#222;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		text-decoration:none;
	}
	ul#image_gallery{
		display:block;
		list-style:none;
		padding:0;
		height:600px;
	}
	ul#image_gallery li{
		margin:0 0 10px 0;
		padding:0;
	}
	ul#image_gallery_active{
		display:block;
		list-style:none;
		position:relative;
		width:900px;
		height:600px;
		padding:0;
		background:#fff;
		overflow:hidden;
	}
	ul#image_gallery_active li{
		margin:0;
		padding:0;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
.toggle_set{
	position:relative;
}
.toggle_set_active img{
	position:absolute;
	top:0;
	left:0;
}
.transition_label{
	display:block;
	color:#222;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
.vcard .fn{
	display:none;
}
.vcard .org{
	font-size:110%;
	font-weight:bold;
}
.vcard .adr{
	margin-top:6px;
}
#footer{
	margin:20px auto;
}
#footer a{
	color:#333333;
}
#footer a:hover{
	color:#000000;
}

#about img{
	float:right;
	margin:0 0 50px 50px;
}
/* CLEARING */ 
.clearfix:after,#images:after,#image_gallery_controls:after,#about:after,#content:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix,#images,#image_gallery_controls,#about,#content{display:inline-block;}
* html .clearfix,* html #images,* html #image_gallery_controls,* html #about,* html #content{height:1%;}
.clearfix, #images, #image_gallery_controls, #about, #content{display:block;}
