body
{	font-family: arial, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background: #aaa;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
/*	position: relative; */
}

p
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 140%;
}

h1, h2, h3, h4
{
	color: #333;
	text-align: left;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif
}

h1
{
	font-size: 200%;
	line-height: 140%;
	margin-top: 0px;
}

	h1#portfolio-heading
	{
		text-align: center;
	}

h2
{
	font-size: 170%;
	letter-spacing: 0px;
	color: #c13303;
	line-height: 120%;
	margin-bottom: 0px;
}

a, a:link
{
	color: #333322;
}

a:visited
{	color: #555544;
}

a:hover, a:active
{	color: #000;
}

ul.link
{
	padding-bottom: 0px;
}

ul.link li
{
	margin: 0px;
	padding: 5px 0px 3px 20px;
	background: 10px 0.6em no-repeat url(../images/list_link.gif);
	list-style: none;
	line-height: 1.25em;
}

ul.link li a, ul.link li a:visited
{
}

ul.link li a:hover, ul.link li a:active
{
	text-decoration: none;
}

#container
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 1px 0px;		/* Need bottom padding for space at bottom of page */
	text-align: center;
	width: 800px;
	background: #c4c4c4 url(../images/banner.jpg) no-repeat;

/*	float: left; */
}

#banner
{
/*	font-size: 0px;	*/					/* Need to get rid of extra space in Netscape 6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0px;
	width: 800px;
	height: 70px;
	position: relative;
}

#banner img
{
	margin: 20px 0px 20px 0px;
}

#banner #banner-link
{
	position: absolute;
	left: 120px;
	top: 0px;
	width: 500px;
	height: 55px;
}

#navbar, #footer
{	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

#footer
{
	clear: both;
	padding: 5px 0px 15px 0px;
}

#navbar ul, #footer ul
{	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 35px;
	width: 800px;
}

#navbar ul li, #footer ul li
{
	margin: 0px;
	display: inline;
	background-image: none;
	padding: 0px 5px 0px 5px;  /* Works for most browsers */
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#navbar li a, #footer li a
{	display: inline;
	text-decoration: none;
	white-space: nowrap;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

#footer li a
{
	background: transparent;
}

#navbar li a:hover, #navbar li a:active, #footer li a:hover, #footer li a:active
{
	color: #000;
	text-decoration: underline;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
/*	float: right; */
}

#main-content
{
	vertical-align: top;
	padding: 0px;
	margin: 15px 70px 20px 70px;
	text-align: left;
	padding: 20px;
	background: #ddd;
	border: 5px #fff solid;
}

#main-content h1
{
	font-size: 170%;
}

p#last-update
{
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#credit
{
	font-size: 80%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* These are from Jane O'Hara's site */
.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
{
	position: absolute;
	left: 0px;
	width: 15em; 		/* Width needed for IE5 Mac */
	top:0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.arrow-next
{
	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: #666;
	font-weight: bold;
	font-size: 100%;
}

.arrow-previous a:hover, .arrow-next a:hover, .arrow-previous a:active, .arrow-next a:active
{
	text-decoration: none;
	color: #000;
	display: inline;
}

#portfolio-numbers
{
	margin: 0px 0px 10px 0px;
	white-space: nowrap;
}

#image-numbers
{
	margin: 10px 0px 0px 0px;
	white-space: nowrap;
}

#main-image
{
	margin: 10px 0px 10px 0px;
}

#imageName
{
	margin: 0px;
}

/* These are from Jeannie's site */
.number
{
	display: inline;
	font-size: 90%;
}

a.num-link, a:link.num-link, a:visited.num-link, a.arrow, a:visited.arrow
{
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	color: #666;
}

a.arrow
{
	font-size: 100%;
}

a:hover.num-link, a:active.num-link, a:hover.arrow, a:active.arrow
{
	color: #000;
	background-color: rgb(164, 179, 200);
}

a.num-selected, a:visited.num-selected
{
	color: #394a63;
	background-color: rgb(164, 179, 200);
	padding: 3px 4px 3px 4px;
	text-decoration: none;
}


.thumbnail-table
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
}

	.thumbnail-table img
	{
		margin: 0px;
		padding: 0px;
	}

	.thumbnail-table th, .thumbnail-table td
	{
		vertical-align: middle;
		text-align: center;
		width: 33%;
		padding: 0px 0px 0px 0px;
	}

	.thumbnail-table td
	{
		padding: 5px 0px;
	}

		.thumbnail-table th p, .thumbnail-table td p
		{
			vertical-align: bottom;
			margin: 0px;
			padding: 0px 0px 20px 0px;
			line-height: 130%;
		}

.form-table
{
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	background: #f0f2f4;
}

	.form-table th
	{
	/*	background: #e0e4e8; */
		padding: 5px 10px;
		vertical-align: top;
		border: 1px solid #ddd;
		font-size: 100%;
		width: 100px;
		width: 30%;
	}

		.form-table th.heading
		{
			color: #fff;
			background: #cc9;
			font-size: 120%;
		}

	.form-table td
	{
		padding: 5px 10px;
		vertical-align: top;
		border: 1px solid #ddd;
	}

	.required
	{
		font-size: 150%;
		color: #f00;
	}

	.form-table input.cbox
	{
		float: left;
		clear: left;
		margin: 2px 0px 0px 0px;
		padding: 0px;
		width: 20px;
		background: #f00;
	}

	.form-table .cbox-text
	{
		float: left;
		clear: none;
		width: 360px;
		width: 300px;
		width: 69%;
		width: 90%;
		margin: 0px 0px 5px 8px;
		padding: 0px;
	}

.purchase-table
{
}

	.purchase-table th, .purchase-table td
	{
		padding: 2px 15px 2px 0px;
	}



.portfolio-selection
{
	float: left;
	text-align: center;
	font-weight: bold !important;
}

	.portfolio-selection p
	{
		font-weight: bold;
	}

.portfolio-selection-1
{
	margin: 20px 15px 20px 30px;
	width: 256px;
}

.portfolio-selection-2
{
	margin: 20px 15px 20px 15px;
	width: 168px;
}

.portfolio-selection-3
{
	margin: 20px 30px 20px 15px;
	width: 256px;
}

#portfolio-links
{
	margin: 0px 0px 20px 0px;
}

#portfolio-links a
{
	margin: 0px 20px;
}
