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: white; 
}
body { margin: 0; background-color: #000000; }

#landingpic {
	height: 450px;
	display: block;
	margin-top: -225px;
	left: 220px;
	top: 50%;
	position: absolute;
}
#pics {
	height:500px;
	display: block;
	margin-left:230px;
	margin-right:20px;
	margin-top:-250px;
	position:absolute;
	top:50%;
}
	
.aboutbox {
	position: absolute;
	top: 50%;
	margin-top: -202px;
	height: 405px;
	margin-right: 20px;
	margin-left: 195px;
}

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

/* new shit */

#nav {
	display:block;
	height:276px;
	margin-left:30px;
	margin-top:-138px;
	position:absolute;
	top:50%;
	width:164px;
}
	#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: #000000;
	float: left;
	padding: 0;
}

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

/* scroll stuffs */

a.jScrollArrowLeft {
	background: url(buttonleft.jpg) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -10px;
}
a.jScrollArrowRight {
	background: url(buttonright.jpg) 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: 195px;
	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(portraits_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
		margin-top: 25px;
	}
		.navlist a.portraits:hover {
			background-position: 0 0;
		}
	.navlist a.buildings { 
		background:transparent url(buildings_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.buildings:hover {
			background-position: 0 0;
		}
	.navlist a.lifestyle { 
		background:transparent url(lifestyle_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.lifestyle:hover {
			background-position: 0 0;
		}
	.navlist a.editorial { 
		background:transparent url(editorial_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.editorial:hover {
			background-position: 0 0;
		}
	.navlist a.travel { 
		background:transparent url(travel_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.travel:hover {
			background-position: 0 0;
		}
	.navlist a.projects { 
		background:transparent url(projects_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.projects:hover {
			background-position: 0 0;
		}
	.navlist a.personal { 
		background:transparent url(personal_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.personal:hover {
			background-position: 0 0;
		}
		
	.navlist a.tears { 
		background:transparent url(tears_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.tears:hover {
			background-position: 0 0;
		}
		
	.navlist a.about { 
		background:transparent url(about_on.jpg) 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.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.blog:hover {
			background-position: 0 0;
		}
		
		.navlist a.contact { 
		background:transparent url(contact_on.jpg) no-repeat scroll 0 -11px;
		display:block;
		height:11px;
		display: block;
	}
		.navlist a.contact:hover {
			background-position: 0 0;
		}
		
.projects-home {
	display:block;
	height:250px;
	left:50%;
	margin:-125px auto auto -250px;
	position:absolute;
	top:50%;
}

