body { 
  margin: 20px 0; 
  padding: 0; 
  background: #ffffff; 
  color: #000000; 
  font: 0.75em Arial, Helvetica, sans-serif; 
  text-align: center; 
}

#wrapper {
  width: 892px; 
  margin: 0 auto; 
  ext-align: left; 
}

/* Main Content */
#home { 
  width: 892px; 
  border-left: 1px solid black; 
  border-bottom: 1px solid black; 
  height:398px; 
  background: #fff url(../images/home.jpg) top left no-repeat; 
}

/* bio Content */
#bio { 
  width: 892px; 
  border-left: 1px solid black; 
  border-bottom: 1px solid black; 
  height:398px; 
  background: #fff url(../images/bio.jpg) top left no-repeat; 
}

#content {
  width: 892px; 
  border-left: 1px solid black; 
  border-bottom: 1px solid black; 
  text-align: left;
}

#content img { 
  margin: 0px 20px 50px 20px;
  border:0;
}

#hnav {
  float:right;
  position: relative; 
  top: -23px; 
  width:100%;
  font: 1.4em "Courier New", Georgia, sans-serif;
  line-height:normal;
  text-align: right;
}

#hnav ul {
  margin:0;
  padding:10px 2px 0;
  list-style:none;
}

#hnav li {
  float:right;
  margin:0;
  padding:0;
}

#hnav a {
  float:right;
  padding:4px 9px 2px;
  text-decoration:none;
  font-weight:bold;
  color:black;
}

#hnav a:hover {
  color:#C51919;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#hnav a {float:none;}
/* End IE5-Mac hack */

#hnav #current a {
  text-decoration:none;
  font-weight:bold;
  color:#C51919;
}

/* Text Formatting */
.bold { font-weight: bold; }
.hilead { line-height: 1.4em; }
.i1 { font-style: italic; }
.up { margin-top : -8px; }


/* Layout */

.yellow {
  margin-top: -25px;
  color: #B37000; 
  font-size: 200%;
}  

.big {
  font-size: 150%;
  font-weight:bold;
}  

.footer { 
  position: relative; 
  top: -48px; 
  font: 1em "Courier New", Georgia, sans-serif; 
  padding-left: 10px; 
  color: #333; 
  text-align: left; 
  font-weight: bold; 
}

.footer a { 
  text-decoration:none;
  font-weight:bold;
  color:#C51919;
}

.gbox { 
  margin: -20px 20px 0 0 ;
  float: right;
  display: block; 
  background-color: #EBEBEB; 
  color: #333; 
  width:278px; 
  padding:20px;
  text-align: justify;
  line-height: 1.6em;
}

.rbox { 
  margin: -20px 20px 0 0 ;
  float: right;
  display: block; 
  background-color: #C51919; 
  color: white; 
  width:278px; 
  padding:20px;
  text-align: justify;
  line-height: 1.6em;
}

.ybox { 
  margin: -20px 20px 0 0 ;
  float: right;
  display: block; 
  background-color: #C07F11; 
  color: white; 
  width:278px; 
  padding:20px;
  text-align: justify;
  line-height: 1.6em;
}

.gtxt { 
  margin: -30px 20px 0 0 ;
  float: right;
  display: block; 
  color: #333; 
  width:310px; 
  padding:20px 0;
  text-align: justify;
  line-height: 1.3em;
}

.rtxt { 
  margin: -20px 20px 0 0 ;
  float: right;
  display: block; 
  color: #C51919; 
  width:278px; 
  padding:20px 10px 0;
  text-align: justify;
  line-height: 1.6em;
}

.ytxt { 
  margin: -20px 20px 0 0 ;
  float: right;
  display: block; 
  color: #B37000; 
  width:278px; 
  padding:20px 10px 0;
  text-align: justify;
  line-height: 1.6em;
}

/* Links */
a:hover { color: #999999; border: 0; }
a:link { color: #C51919; border: 0; }
a:visited { color: #999999; border: 0; }
a:visited:hover { color: #C51919; border: 0; }
a { color: #C51919; border: 0; }

#content table {margin: -20px 0}

a.cycle {
  font-size: 800%;
  text-decoration:none;
  font-weight:bold;
}

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}    

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
