* { margin: 0; padding: 0; font-size: 100%; }
html {
	scrollbar-base-color: #bc9f92;
	scrollbar-arrow-color: #000000;
}
body {
	background-color: #d9c4b9;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 81.25%;
}
#content a:link { text-decoration: underline; color: #1657CF; }
#content a:visited { color: #1657CF; }
#content a:hover { color: #1E83E8; }
#content a:active { color: #1657CF; }
#wrap1 {
	text-align: center;
}
#wrap2 {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#wrap3 {
	border: 5px solid #bc9f92;
}
#all {
	border: 0 none;
	width: 760px;
}
td, th {
	vertical-align: top;
	text-align: left;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: top;
}
h1, h2, h3 {
	font-weight: bold;
	text-transform: lowercase;
	color: #4f2014;
}
h1 {
	font-size: 500%;
	font-weight: normal;
	text-align: right;
	background-color: #E2C8AD;
	color: #6C2C1C;
	width: 760px;
	height: 280px;
	overflow: hidden;
}
h1 a {
	text-decoration: none;
	color: #6C2C1C;
}
h2 {
	font-size: 169.2%;
}

h3 {
	font-size: 138.5%;
}
.biogheading {
	font-size: 169.2%;
	font-weight: bold;
	color: #4f2014;
	line-height: 130%;
}
p, h3 {
	margin: 1em 0 0 0;
}
ul, ol {
	margin: 1em 0 0 2em;
}
blockquote {
	margin: 0 2.5em;
}
p, h2, h3, ul, ol {
	line-height: 130%;
}
#links {
	border-top: 5px solid #bc9f92;
	background-color: #bc9f92;
}
#links table {
	width: 100%;
	text-align: center;
}
/*#links #row1 td {
	width: 12.5%;
}
#links #row2 td {
	width: 11.1%;
}*/
#links td {
	padding: 0;
	margin: 0;
	border: 0 none;
	white-space: nowrap;
}
#links td a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
	/*margin: 0 0 -1px 0;*/
	color: #4f2014;
	text-transform: lowercase;
	text-decoration: none;
	
}
#links td a:hover {
	background-color: #E2C8AD;
	color: #6C2C1C;
	text-decoration: underline;
}
#content table {
	width: 100%;
}
#content {
	border-top: 5px solid #bc9f92;
}
.centeredtable {
	margin: 0 auto
}
.centeredtable td, .centeredtable th {
   text-align: center;
}
#main, #one {
	background-color: #ffffff;
}
#right {
	background-color: #EDE3DE;
	border-left: 5px solid #bc9f92;
	font-size: 84.6%;
}
#pad_main, #pad_right, #pad_one {
	padding: 30px;
}
#main {
	width: 500px;
}
#right {
	width: 260px;
}
#footer {
	font-size: 84.6%;
	background-color: #bc9f92;
	border-top: 5px solid #bc9f92;
}
#pad_footer {
	position: relative;
}
#pad_footer a {
	color: #FFFFFF;
}
#pad_footer p {
	margin: 0;
	line-height: normal;
}
#pad_footer #myspace {
	position: absolute;
	left: 0;
	top: 0;
}
#pad_footer #copyright {
	text-align: center;
}
#pad_footer #byline {
	position: absolute;
	right: 0;
	top: 0;
}

.gallery {
	font-size: 84.6%;
	background-color: #FBEFDD;
	margin: 1em 0 0 0;
	padding: 20px 15px 15px 15px;
}
.gallery div {
	float: left;
	width: 24.9%;
	margin: 0;
	padding: 0;
}
.gallery div p {
	line-height: normal;
	margin: 0 5px 5px 5px;
	padding: 0;
	text-align: center;
}
.gallery div.clear {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	line-height: 1px !important;
	font-size: 1px !important;
	height: 1px !important;
	visibility: hidden !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	/*
	THIS HELPS MANAGE THE FLOATS, KEEP THEM IN THEIR PLACE.
	IF YOU ENCOUNTER PROBLEMS WITH FLOAT POSITIONING,
	PLACE <div class="clear">&nbsp;</div> EVERY FOUR IMAGES (EVERY ROW)
	AND YOU CAN DISABLE p.thumbnail HEIGHT BELOW IF YOU LIKE.
	*/
}
.gallery p.thumbnail {
	height: 155px;
	/*
	MAKE THIS VALUE THE HIGHT OF THE HIGHEST OF YOUR THUMBNAILS!
	(ALL BOXES MUST BE THE SAME HEIGHT OR FLOATS WILL BREAK!)
	*/
}

#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute; 
	left: 0; 
	top: 0; 
	width: auto; 
	padding: 10px; 
	background-color: #4f2014;
	visibility: hidden; 
	z-index: 10; 
	cursor: pointer; 
	cursor: hand; 
}
#thumbBox img {
	vertical-align: top; 
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	color: #FFFFFF; 
	padding-top: 10px; 
	font-weight: bold; 
}
#thumbBox .close {
	font-weight: normal; 
	font-size: 84.6%; 
	text-align: right; 
	letter-spacing: 0.2em; 
	line-height: 1.2em; 
	padding-top: 10px; 
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	/*background-color: #132E3A;*/ 
	text-align: center; 
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute; 
	visibility: hidden; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding: 10px; 
	z-index: 5; 
	font-size: 84.6%; 
	letter-spacing: 0.2em; 
	border: 10px solid #4f2014; 
	cursor: pointer; 
	cursor: hand; 
}
#thumbLoading img { vertical-align: middle; }