body {
	color:      	#333;
	font-family:	Arial, sans-serif;
	font-size:		12px;
	line-height:	16px;
}

a:link {
	color: #006699; 
	text-decoration: none
} 

a:hover {
	text-decoration: underline
} 

p {
	margin: 0 0 16px 0;
}

h1 {
	font-weight:	bold;
	margin:				16px 0 0 0;
}

strong {
	font-weight:	bold;
}

.container {
	width:			700px;
	margin:			0 auto;
	padding:		20px 0 0 0;
}

	.homeimg {
		width:		398px;
		margin:		0 auto;
		padding:	80px;
	}
	
	.bio {
		width:		500px;
		margin: 	0 auto;
		padding:	20px 0 0 0;
	}

	.portfolio {
		padding:	20px 0 0 0;
	}
	
		.portfolio li {
			display:	inline;
			float:		left;
			padding:	0 3px 5px 2px;
			margin:		0px;
		}
		
		.portfolio .nopadding {
			padding: 0;
		}
		
		.photo {
			width:		521px;
			margin:		0 auto;
			padding: 	15px 0 35px 0;
		}

		.photo700 {
			width:		700px;
			margin:		0 auto;
			padding: 	15px 0 35px 0;
		}

	.clear {
	  clear:      both;
	  font-size:  1px;
	  margin:     0;
	  padding:    0;
	}
	
	.nav {
		margin: 	30px 0 0 0;
		padding:	0 0 50px 0;
	}
	
		.nav li {
			display:	inline;
			float: 		left;
			padding:	0px;
			margin:		0px;
		}



/*------------NAV ITEMS------------*/
			
#nav-images {
  display: block;
  width: 66px;
  height: 14px;
  background: url("../images/nav-images.gif") no-repeat 0 0;
}

	#nav-images:hover { 
	  background-position: 0 -14px;
	}

	#nav-images:active { 
	  background-position: 0 -28px;
	}

	#nav-images span {
	  display: none;
	}

#nav-bio {
  display: block;
  width: 42px;
  height: 14px;
  background: url("../images/nav-bio.gif") no-repeat 0 0;
}

	#nav-bio:hover { 
	  background-position: 0 -14px;
	}

	#nav-bio:active { 
	  background-position: 0 -28px;
	}

	#nav-bio span {
	  display: none;
	}

#nav-contact {
  display: block;
  width: 78px;
  height: 14px;
  background: url("../images/nav-contact.gif") no-repeat 0 0;
}

	#nav-contact:hover { 
	  background-position: 0 -14px;
	}

	#nav-contact:active { 
	  background-position: 0 -28px;
	}

	#nav-contact span {
	  display: none;
	}

#nav-previous {
  display: block;
  width: 27px;
  height: 14px;
  background: url("../images/nav-previous.gif") no-repeat 0 0;
}

	#nav-previous:hover { 
	  background-position: 0 -14px;
	}

	#nav-previous:active { 
	  background-position: 0 -28px;
	}

	#nav-previous span {
	  display: none;
	}

#nav-index {
  display: block;
  width: 59px;
  height: 14px;
  background: url("../images/nav-index.gif") no-repeat 0 0;
}

	#nav-index:hover { 
	  background-position: 0 -14px;
	}

	#nav-index:active { 
	  background-position: 0 -28px;
	}

	#nav-index span {
	  display: none;
	}

#nav-next {
  display: block;
  width: 27px;
  height: 14px;
  background: url("../images/nav-next.gif") no-repeat 0 0;
}

	#nav-next:hover { 
	  background-position: 0 -14px;
	}

	#nav-next:active { 
	  background-position: 0 -28px;
	}

	#nav-next span {
	  display: none;
	}
