html, body {
	height:100%;
	}

.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}
td, body, form { 
	font-family: helvetica, sans-serif; font-size: 11px; color: black; 
}
body { margin: 0 }

#landingpic {
	height: 450px;
	display: block;
	margin-top: -225px;
	left: 25%;
	top: 50%;
	position: absolute;
}
#pics {
	height:500px;
	display: block;
	margin-left:230px;
	margin-right:20px;
	margin-top:-250px;
	position:absolute;
	top:50%;
}
	
.infobox {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	height: 600px;
	margin-right: 20px;
	margin-left: 250px;
}

.about-holder {
	width: 1300px;
}
.infopic {
	display: block;
	float: left;
	margin-right: 20px;
	width: 252px;
}
.infotext {
	float:left;
	line-height:14px;
	margin-right:20px;
	width:300px;
}
	.infotext a {
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
		.infotext a:hover {
			color: #67765b;
		}
input { 
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	background-color: #FFFFFF;
	border: 1px solid black;
}

/* new shit */

#nav {
	display:block;
	height:400px;
	margin-left:30px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	width:150px;
}
	#nav img {
		margin: 5px 0px;
		border: 0;
	}
		#nav img a { 
			text-decoration: none; 
		}
			#nav img a:hover {
				text-decoration: none;
			}
			
.scroll-pane {
	width: 200px;
	background: #FFFFFF;
	float: left;
	padding: 0;
}

#pane1 {
	height: 502px;
	width: 100%;
	padding: 0;
	display: block;
	_overflow: hidden;
}

/* scroll stuffs */

a.jScrollArrowLeft {
	background: url(buttonleft.gif) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -10px;
}
a.jScrollArrowRight {
	background: url(buttonright.gif) no-repeat 0 0;
}
a.jScrollArrowRight:hover {
	background-position: 0 -10px;
}
/*a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
} */

.centerplz {
	width:1px;
	height:50%;
	margin-bottom:-240px;
	float:left;
}
.holder {
	margin-left: 250px;
	position: relative; /* puts container in front of distance */
	height:502px;
	clear:left;
	margin-right: 15px;
}
.navlist {
	display: block;
	margin-bottom: 10px;
}
	.navlist a.portraits { 
		background:transparent url(portraitsi_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
		margin-top: 25px;
	}
		.navlist a.portraits:hover {
			background-position: 0 0;
		}
	.navlist a.portraitsii { 
		background:transparent url(portraitsii_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.portraitsii:hover {
			background-position: 0 0;
		}


	.navlist a.musicians { 
		background:transparent url(musicians_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.musicians:hover {
			background-position: 0 0;
		}
	.navlist a.lifestyle { 
		background:transparent url(lifestyle_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.lifestyle:hover {
			background-position: 0 0;
		}
	.navlist a.reportage { 
		background:transparent url(reportage_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.reportage:hover {
			background-position: 0 0;
		}
	.navlist a.fashion { 
		background:transparent url(fashion_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.fashion:hover {
			background-position: 0 0;
		}
	.navlist a.projects { 
		background:transparent url(projects_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.projects:hover {
			background-position: 0 0;
		}
	.navlist a.tearsheets { 
		background:transparent url(tearsheets_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.tearsheets:hover {
			background-position: 0 0;
		}
	.navlist a.about { 
		background:transparent url(about_on.gif) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
		margin-top: 25px;
	}
		.navlist a.about:hover {
			background-position: 0 0;
		}
	
	.navlist a.blog { 
		background:transparent url(blog_on.gif) no-repeat scroll 0 -14px;
		display:block;
		height:14px;
		display: block;
	}
		.navlist a.blog:hover {
			background-position: 0 0;
		}
.projects-home {
	display:block;
	height:250px;
	left:50%;
	margin:-125px auto auto -250px;
	position:absolute;
	top:50%;
}
