
body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;			
	background-color: #fff;
	color: #666;
	padding-top: 0px;
	text-align: center;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 680px;
	/* width: 940px; */
	text-align: left;
}

/*
div#header {
}
*/

div#scroll {
	float: right;
	height: 580px;
	width: 150px;
	background-color: #e7e7ce;
	text-align: center;
}

#scroll_box_margin {
	float: right;
	height: 580px;
	width: 86px;
	background-color: transparent;
	text-align: center;
}

div#pixScroll {
	overflow: auto;
	height: 504px;
}

div.pix_space {
	line-height:2px;
}

div#output_cage {
	float: left;
	height: 580px;
	width: 520px;
	background-color: #e7e7ce;
	font-size: 9pt;
	font-style: italic;
	line-height: 18px;
}

div#titles {
	overflow: auto;
	height: 550px;
	font-size: 8pt;
	font-style: italic;
	margin-top: 14px;
	margin-left: 20px;
}

div#pix {
	height: 520px;
	margin-top: 14px;
	margin-left: 20px;
}

div#bio {
	font-size: 8pt;
	font-style: normal;
	margin: 20px;
	text-align: justify;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	color: #600;
	font-size: 12pt;
	font-weight: normal;
}

.categories {
	color: #600;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

.thumbs {
	color: #600;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

h4 {
	color: #336;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

a {
	color: #666;
	text-decoration: none;
	line-height: 16px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #336;
	text-decoration: underline;
}

#footer {
	position: absolute;
	top: 670px;
	width: 100%;
	font-size: 7pt;
	line-height: 24px;
	text-align: center;
	align: auto;
}

div.hr {
	width: 100%;
	background-color: #999;
	height: 1px;
}

div.hr hr {
	display: none;
}

div.hr4 {
	width: 100%;
	background-color: #336;
    height: 4px;
}

div.hr4 hr {
	display: none;
}

div#header {
  clear: both;
  padding-top: 10px;
  }

div#header div.left {
  float: left;
  text-align: left;
  }

div#header div.right {
  float: right;
  text-align: right;
  }

div.spacer {
  clear: both;
  }

div.h1 {
	margin-left: 0px;
	font-size: 14pt;
	font-weight: normal;
}

div.h1 h1 {
	display: none;}

div.h2 {
	color: #600;
	margin-left: 0px;
	font-size: 12pt;
	font-weight: normal;
	line-height: 48px;
}

div.h2 h2 {
	display: none;
}


