body
{
	background: #fff url(images/bgstripe_878a9c.gif);
	color: #666;
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	line-height: 120%;
	font-family: arial, helvetica, sans-serif; 	
	width: 100%;
}

p
{
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

h1
{
	font-size: 175%; 
	margin: 10px 20px 5px 20px;
	padding: 0px;
	letter-spacing: 2px;
	color: #5B5F6E; 
}

h1 a
{
	text-decoration: none;
	color: #333; 
}


h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #f60; 
}

h2
{
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0px -12px 0px;
	padding: 0px;
	letter-spacing: 2px;
	color: #666; 
}

h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 110%;
	color: #bBbFcE; 
	letter-spacing: 1px;
}

a, a:link, a:visited
{
	color: #f60;
}

a:hover, a:active
{
	color: #878a9c;
}

img
{
	vertical-align: middle;
	border: none;
}

/* Need container or navbar doesn't work in IE6 */
#container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.paintings-table, .thumbnails-table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.thumbnails-table
{
	margin-top: 20px;
}

.paintings-table th, .paintings-table td, .thumbnails-table th, .thumbnails-table td
{
	text-align: center;
	vertical-align: bottom;
	padding: 5px 10px;
}

#series-content
{	margin: 0px;
	padding: 0px 5px 10px 5px;
	vertical-align: top;
	text-align: center;
	position: relative;
}

#series-content
{
	text-align: center;
}

#main-image
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
/*	height: 400px; */	/* Height can be specified to keep imageDescription in fixed location */
	height: auto;
}

#targetImage
{
/*	height: 100%; */	/* Image will expand or contract to fit height of #main-image if specified */
}

#imageName, #imageDescription, #imageSize
{
	vertical-align: bottom;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	display: inline;
}

#imageDescription, #imageSize
{
	font-size: 90%;
	font-weight: normal;
}

#imageNumber
{
	text-align: center;
	font-size: 90%;
}

ul#navbar
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-size: 100%;
}

ul#navbar li 
{	
	margin: 0px;
	padding: 0px;
	background: none;
	list-style-type: none;
	display: inline;
}

ul#navbar li a
{	
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;
	margin: 0px;
	padding: 5px 20px;
	font-size: 110%;
}

ul#navbar li a:hover, ul#navbar li a:active
{
	color: #000;
}

.arrow-wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	padding-bottom: 20px;	/* Margin doesn't work in Safari */
	font-size: 120%;
}	

.arrow-previous
{
/*
	float: left; 
	margin: 0px 0px 0px 50px;
	padding: 0px;
	text-align: center;
*/

	position: absolute; 
	left: 0px; 
	width: 15em; 		/* Width needed for IE5 Mac */
	top:0px; 
	margin: 0px; 
	padding: 0px;
	text-align: left;
}

.arrow-next
{
/**
	float: right; 
	margin: 0px 50px 0px 0px;
	padding: 0px;
**/

	position: absolute; 
	right: 0px; 
	margin: 0px; 
	padding: 0px;
	width: 15em; 		/* Width needed for IE5 Mac */
	text-align: right;
}	

.arrow-previous a:link, .arrow-next a:link, .arrow-previous a:visited, .arrow-next a:visited
{
	text-decoration: none;
	color: #777;
	font-weight: bold;
	font-size: 80%;
}

.arrow-previous a:hover, .arrow-next a:hover, .arrow-previous a:active, .arrow-next a:active
{
	text-decoration: none;
	color: #ed8030;
	display: inline;
}

.copyright
{
	font-size: 80%;
}

.copyright p
{
	padding: 0px; 
	margin: 0px;
}

.copyright a
{
	color: #999;
}

.copyright a:hover, .copyright a:active
{
	color: #333;
}

#bio p
{
	padding: 0px 0px 10px 0px;
}

.thumbnail
{
 	float: left;
	width: 120px;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

.thumbnail img
{
/**
	margin-left: auto;
	margin-right: auto;
	text-align: center;
*/
}

.resume-heading
{
	text-align: left;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width: 500px;
}

.resume-table
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 500px;
}

.resume-table th, .resume-table td
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.resume-table th
{
	width: 50px;
}

.resume-table td p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.contact
{
	margin: 10px 0px 20px 0px;
}

.contact p
{
	margin: 5px 0px;
	padding: 0px;
}