html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
} 

.hide {
	display: none;
}

a img {
	border: none;
}


table.center {
	width: 100%;
	height: 100%;
}

table.center td {
	vertical-align: middle;
}

div#border {
	position: relative;
	background-color: #ededed;
	width: 874px;
	height: 528px;
	margin: 15px auto;
	padding: 0;
	padding-top: 23px;
}

div#content_area {
	position: absolute;
	width: 828px;
	height: 505px;
	left: 23px;
	top: 23px;
	margin: 0;
	padding: 0;
	background-color: white;
/*
	border: 1px solid blue;
*/
}

#about div#border {
	height: 1350px;
}

#about div#content_area {
	height: 1327px;
}

#title {
	position: absolute;
	right: 10px;
	top: 285px;
	margin: 0;
	padding: 0;
	z-order: 100;
}

#about #title {
	top: 20px;
}

#border_links {
	position: absolute;
	bottom: 0;
	left: 15px;
}

#border_links img {
	margin: 0 20px;
}

#section_links {
	float: left;
	padding: 0 12px;
	margin: 0;
	margin-top: 35px;
/*
	border: 1px solid red;
*/

}

#home #section_links a {
	height: 250px;
	width: 173px;
	display: block;
	float: left;
	padding: 0 14px;
	margin: 0;
/*
	border: 1px solid green;
*/
}

#section_links a#portraits:hover {
	background: url(images/portraits_script.gif) no-repeat bottom center;
}

#section_links a#jazz:hover {
	background: url(images/jazz_script.gif) no-repeat bottom center;
}

#section_links a#fineart:hover {
	background: url(images/fineart_script.gif) no-repeat bottom center;
}

#section_links a#recent_work:hover {
	background: url(images/recent_work_script.gif) no-repeat bottom center;
}

/* -- About page -- */
#resume {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	padding-top: 40px;
}

#resume h1 {
	color: #888;
	clear: right;
	font-style: italic;
}

#resume h2 {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	clear: left;
}

#resume ul {
	list-style: none;
}

#resume li {
	line-height: 1.35em;
}

#subject {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 600px;
	margin: 0;
	padding-left: 0;
/*
	border: 1px solid red;
*/
}

#subject #nav_row {
	height: 40px;
}

#subject #thumb_row {
	height: 42px;
}

#photo_frame {
	height: 178px;
}

table#navigator {
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

table#navigator td {
	font-family: times, helvetica, serif;
	font-size: 12px;
	width: 45px;
	text-align: center;
}

#photo_frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#photo_frame td {
	vertical-align: top;
}

.main_subject {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#thumbnails img {
	margin: 2px;
	width: 42px;
	height: 42px;
}

#thumbnails img.current_thumb, #thumbnails a:hover img {
	margin: 0;
	border: 2px solid black;
}

.vertical {
	padding-left: 10px;
	padding-top: 10px;
}

.horizontal {
	padding-top: 5px;
	z-index: 2;
}

.photo_grid {
	margin: 9px;
	width: 600px;
}

.photo_grid img {
	margin: 0;
	padding: 6px;
}

#jazz_index .photo_grid {
	width: 450px;
}

#jazz_index .photo_grid img {
	width: 147px;
	height: 147px;
}

#book_covers_index .photo_grid {
	width: 400px;
	margin: 48px;
}

#portraits_index #section_links {
	width: 425px;
	margin: 0;
	margin-top: 8px;
	padding: 0;
	padding-left: 175px;
/*
	border: 1px solid red;
*/
}

#portraits_index #section_links a {
	display: block;
/*
	border: 1px solid blue;
*/
	background: white no-repeat 147px center;
}

#section_links a#studio:hover {
	background-image: url(images/studio_script.gif);
}

#section_links a#children:hover {
	background-image: url(images/children_script.gif);
}

#section_links a#on_location:hover {
	background-image: url(images/on_location_script.gif);
}

#portraits_index #section_links img {
	margin: 8px 0;
}










