/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	/* crappy IE hack to allow div height to be less than default font-size height */
	font-size: 1px; 
}
body {
	/*background: url(collectorFolder/bgHash.gif) #E6E2AF repeat;*/
	background-image: url(images/bg.gif);
	background-color: #B69155;
	text-align: center;
}
div#roundTop {
	width: 100%;
	height: 15px;
	background: url(images/roundTop.gif) bottom no-repeat;	
	clear: both;
}
div#container {
	width: 100%;
	height: 100%;
	text-align: center;
}
div#wrapper {
	width: 780px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
div#header {
	width: 100%;
	height: 34px;
	background-color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div#header2 {
	width: 100%;
	height: 6px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #996633;
}
div.divider {
	width: 100%;
	height: 6px;
	background-color: #F6E497;
}

div#subHeader {
	width: 780px;
	height: 24px;
	margin: 0px auto;
}
div#headerText1 {
	color: #FCFAE1; /*#CCCC99;*/
	font-size: 18px;
	margin: 6px;
	position: relative;
	float: left;
	display: block;
}
div#headerText2 {
	color: #FCFAE1;/*#4C1B1B;*/
	font-size: 18px;
	margin: 6px;
	position: relative;
	float: right;
	display: block;
}
div#menu {
	height: 100px;
	width: 780px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	display: block;
	overflow: hidden;
}
div#thumbHeader {
	width: 189px;
	height: 40px;
	margin-left: 15px;
	position: relative;
	float: left;
}
div#thumbs {
	height: 480px;
	width: 110px;
	background: #FFF;
	overflow: auto;
	text-align: center;
	position: relative;
	float: right;
	display: block;
}
div#canvas {
	width: 668px;
	height: 480px;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	float: left;
	display: block;
}
div#canvas div#upper {
	width: 100%;
	height: 463px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #444444;
}

div#canvas img {
	margin: 20px auto 8px auto;
	padding: 4px;
	background-color:#FFFFFF;
	border: 1px solid #C8C598;
}

div#serialNav {
	width: 98%;
	margin: auto auto;
	padding: 2px;
	
	text-align: right;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 10px;
	color: #888888;
}

div#serialNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 10px;
	color: #888888;
	
	text-decoration: none;
}

div#serialNav a:hover {
	color:#444;
}
div.imgCon {
	margin: 5px auto;
	position: relative;
}
div.imgCon img {
	padding: 2px;
	border: none;
}
div.imgCon a {
	width: 64px !important;
	width: 64px;
	height: 64px !important;
	height: 64px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #C8C598;
	position: relative;
	display: block;
}
div.imgCon a:link {
	background-color: #FFFFFF;
}
div.imgCon a:visited {
	background-color: #FFFFFF;
}
div.imgCon a:hover{
	background-color: #E6E2AF;
	cursor: pointer !important;
	cursor: hand;
}
div.imgConHL {
	margin: 5px auto;
	position: relative;
}
div.imgConHL img {
	padding: 2px;
	border: none;
}
div.imgConHL a {
	width: 64px !important;
	width: 64px;
	height: 64px !important;
	height: 64px;
	margin: 0px auto;
	background-color: #E6E2AF;
	border: 1px solid #C8C598;
	position: relative;
	display: block;
}
div.imgConHL a:link {
	background-color: #E6E2AF;
}
div.imgConHL a:visited {
	background-color: #E6E2AF;
}
div.imgConHL a:hover{
	background-color: #E6E2AF;
	cursor: pointer !important;
	cursor: hand;
}
div#pictureTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #888888;
}
div#shadow {
	width: 100%;
	height: 5px;
	background: url(images/shadow.gif) #FFFFFF repeat-x;
	
	clear: both;
}

div#navBottom{
	clear:both;
	width: 100%;
	height: 15px;
	background: url(images/roundBottom.gif) no-repeat top;
}
div#navBottom a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B69155;	
	text-decoration: none;
	margin-right: 1em;
}
div#copyContainer {
	width: 740px !important;
	height: 500px;	
	background-color: #FFF;
	padding: 20px;
}

div#bioText {
	width: 510px;
	float: right;
	position: relative;
}
div#copyContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #444;
	border-bottom: 1px solid #B69155;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 4px;
	padding-bottom: 4px;
}

div#copyContainer p, div#copyContainer a, div#emailContainer * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	text-indent: 0px;
	line-height: 160%;	
}
div#copyContainer p {
	margin-bottom: 16px;
}
div#emailContainer {
	margin: auto;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #E6E2AF;
}
div#formContainer {
	width: 724px !important;
	margin: auto;
}
form {
	text-align: left;
}
textarea, input {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	text-indent: 0px;	
	line-height: 160%;
}
div#copyContainer img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
div#bottomPad {
	width: 100%;
	height: 40px;
}