body
{
	background: #fff url(../images/bgstripe_878a9c.gif) repeat-y;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	line-height: 120%;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
}

p
{
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-size: 110%;
}

h1
{
	font-size: 130%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	letter-spacing: 18px;
	color: #5B5F6E;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:visited
{
	text-decoration: none;
	color: #f60;
}

h2
{
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	letter-spacing: 2px;
	color: #f60;
}

h2 span
{
	margin: 0px 25px 0px 0px;
	padding: 2px 5px 5px 5px;
	font-weight: normal;
}

h2 span.urhere
{
	background: #ff6600;
	color: #fff;
}

h3
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 120%;
	color: #bBbFcE;
	letter-spacing: 10px;
}

h4
{
	margin: 10px 0px -5px 0px;
	padding: 0px;
	font-size: 110%;
	color: #333;
}

a, a:link, a:visited
{
	color: #f60;
}

a:hover, a:active
{
	color: #878a9c;
}

img
{
	vertical-align: middle;
	border: none;
}

hr
{
	height: 1px;
	color: #999;
	background-color: #999;
}

ul, ol { margin: 5px 0px 15px 0px; padding: 0px 0px 0px 25px; font-size: 110%;}

ul li { margin: 0px 0px 0px 0px; padding: 0px; }

ol li { margin: 0px 0px 5px 0px; padding: 0px; }

table
{
	font-size: 110%;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

#hp-image
{
	margin-top: 15px;
	margin-left: 90px;
	margin-bottom: 0px;
}

/* Need container or navbar doesn't work in IE6 */
#container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{	margin: -10px 0px 0px 150px;
	padding: 0px;
/* 	width: 600px; */
	width: 700px;
/*	border: 1px dashed #ddd; */
}

html>body #main			/* To handle IE 3px margin bug */
{
/*	width: 603px; */
	width: 703px;
}

#main-content, #series-content
{	margin: 0px;
	padding: 0px 5px 10px 5px;
	vertical-align: top;
	text-align: left;
	position: relative;
}

#main-content
{
	color: #666;
	line-height: 150%;
	font-size: 80%;
	padding: 0px 5px 10px 35px;
}

#series-content
{
	text-align: center;
}

#main-image
{
	margin: 20px 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, #imageYear, #imagePrintAvailable, #imageCode
{
	vertical-align: bottom;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	display: block;
}

#imageDescription, #imageSize, #imageYear, #imagePrintAvailable, #imageCode
{
	font-size: 80%;
	font-weight: normal;
}

#imageNumber
{
	text-align: center;
	font-size: 90%;
}

#sidebar
{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

ul#navbar
{
	padding: 0px;
	text-decoration: none;
	margin: 20px 9px 0px 0px;
	clear: left;

/*
	border-left: 1px solid #789;
	border-right: 1px solid #789;
*/
	border-top: 1px solid #789;
	border-bottom: 1px solid #789;

	font-size: 85%;
}

ul#navbar li
{
	margin: 0px;
	padding: 0px;
	background: none;
	list-style-type: none;
	border-top: 1px solid #a7aabc;
	border-bottom: 1px solid #676a7c;
}

ul#navbar li a
{	display: block;
	text-decoration: none;
	background: #e66100;
	font-weight: normal;
	letter-spacing: 1px;
	background: #878a9c;
	color: #fff;
	margin: 0em 0px 0em 0px;
	padding: .4em 0.5em 0.4em 0.75em;
}

ul#navbar li a:hover, ul#navbar li a:active
{
	color: #000;
	background-color: #979aac;
}

.arrow-wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 450px;
	padding-bottom: 20px;	/* Margin doesn't work in Safari */
}

.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
{
/*	width: 450px; */
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	margin: 10px 0px;
	clear: both;
	font-size: 100%;
}

.copyright p
{
	padding: 0px;
	margin: 0px;
}

#bio h3
{
	margin-top: 20px;
	color: #000;
	letter-spacing: normal;
}

#bio h4
{
	color: #666;
	letter-spacing: normal;
	font-size: 110%;
	margin: 10px 0px;
}

#bio p
{
	padding: 0px 0px 10px 0px;
}

.thumbnail
{
	float: left;
	width: 75px;
	padding: 0px;
	margin: 15px 10px 15px 0px;
}

.thumbnail img
{
/**
	margin-left: auto;
	margin-right: auto;
	text-align: center;
*/
}

#links a, #links a:visited
{
	text-decoration: none;
}

#links a:hover, #links a:active
{
	text-decoration: underline;
}

.links-table
{
	margin: 10px -30px 20px 0px;
}

.links-table th
{
	padding: 2px 30px 2px 0px;
	vertical-align: top;
	font-size: 130%;
}

.links-table td
{
	padding: 2px 30px 2px 0px;
	vertical-align: top;
}

.table-for-sale
{
	margin: 20px 0px 20px 0px;
}

.table-for-sale th, .table-for-sale td
{
	padding: 10px;
}

.table-commissions
{
	margin: 0px 0px 20px 0px;
}

.table-commissions th, .table-commissions td
{
	padding: 3px 10px 3px 10px;
}

.price
{
	font-weight: bold;
}

.arrow
{
	margin: 0px 0.5em 0px 0px;
	vertical-align: baseline;
}

.giclee-detail
{
	float: left;
	margin: 0px 20px 20px 0px;
}

p.error
{
	padding: 2px 0 5px 0;
}

.registration-table
{
	border: 1px solid #ddc;
	margin: 10px 0px 10px 0px;
	background: #f8f8f8;
}

	.registration-table th
	{
		padding: 3px 10px;
		border-top: 1px solid #ddc;
	}
	.registration-table td
	{
		padding: 3px 10px;
		border-top: 1px solid #ddc;
	}

	.required
	{
		font-size: 150%;
		color: #f00;
		margin-left: 2px;
	}

	.registration-table input.cbox
	{
		float: left;
		clear: left;
		margin: 2px 0px 0px 0px;
		padding: 0px;
		background: #f00;
	}

	.registration-table .cbox-text
	{
		float: left;
		clear: none;
		margin: 0px 0px 5px 8px;
		padding: 0px;
	}

