/* tags */

body {
  margin: 0;
  padding: 0;
  font-family: times, 'times new roman', georgia, serif;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #000000;
}
h1 {
  margin: 0;
  font-size: 1.6em;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
  color: #a7593a;
}
h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7593a;
  font-size: 1em;
  color: #a7593a;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 0;
  font-size: 0.9em;
}
abbr {
  border-bottom: 0;
}

/* layout */

#wrapper {
  width: 720px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
#header {
  width: 719px;
  height: 50px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 1px;
  border-bottom: 1px solid #a7593a;
}
#nav {
  width: 718px;
  margin-bottom: 30px;
  padding-left: 2px;
}
#content {
  width: 720px;
}
#content-left {
  width: 220px;
  margin-right: 20px;
  float: left;
}
#content-centre {
  width: 280px;
  margin-right: 20px;
  float: left;
}
#content-right {
  width: 180px;
  float: left;
}
#bio-content-right {
  width: 380px;
  padding-right: 100px;
  float: left;
}
#gal-content-left {
  width: 314px;
  margin-right: 20px;
  float: left;
}
#gal-content-right {
  width: 386px;
  float: left;
}
.column {
  width: 173px;
  margin-right: 20px;
  float: left;
}
#images {
  width: 720px;
  height: 149px;
  margin-bottom: 30px;
}
.portrait {
  width: 90px;
  height: 149px;
  float: left;
}
.landscape {
  width: 90px;
  height: 149px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}
.landscape-top {
  width: 90px;
  height: 67px;
  margin-bottom: 15px;
}
.landscape-bottom {
  width: 90px;
  height: 52px;
}
#footer {
  width: 720px;
}
#footer-title {
  width: 720px;
}
#footer-content {
  width: 720px;
}
.margin {
  margin-top: 50px;
}
.no-margin {
  margin-top: 0;
}
.indent {
  text-indent: 1em;
}
.small {
  font-size: 0.8em;
  color: #a7593a;
}

/* lists */

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  margin-right: 12px;
  display: inline;
}

/* links */

a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#nav a:link, #nav a:visited, #nav a:active {
  color: #a7593a;
  text-decoration: none;
}
#nav a:hover {
  color: #a7593a;
  text-decoration: underline;
}
.small a:link, .small a:visited, .small a:active {
  color: #a7593a;
  text-decoration: none;
}
.small a:hover {
  color: #a7593a;
  text-decoration: underline;
}

/* images */

#images img {
  border: 1px solid #999999;
}
a img {
  border: 0;
}

/* lightbox */

#lightbox {
  padding: 10px;
  background-color: #000000;
  border: 1px solid #a7593a;
}
#lightboxDetails {
  padding-top: 0.4em;
  font-size: 0.8em;
}
#lightboxCaption {
  color: #ffffff;
  float: left;
}
#keyboardMsg {
  color: #ffffff;
  float: right;
}
#keyboardMsg a:link, #keyboardMsg a:visited, #keyboardMsg a:active {
  color: #ffffff;
  text-decoration: none;
}
#keyboardMsg a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#lightbox img {
  border: 1px solid #ffffff;
} 
#overlay img {
  border: none;
}
#overlay {
  background-image: url(../images/overlay.png);
}
* html #overlay {
  background-color: #000000;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}