/* Basic formatting */

body {
  color: #000000;
  font: 80% Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px 45px 15px 40px;
  background: #fff url(images/logo_background01.gif) no-repeat 55px 40px;
}

p {
  line-height: 1.5em;
}

/* Layout formatting */

#header {
  height: 150px;
}

#container {
  width: 100%;
  float: right;
  margin-left: -180px;
}

#content {
  margin-left: 180px;
  padding-left: 20px;
  padding-top: 1px;
}

#sidebar {
  width: 180px;
  float: left;
}

#footer {
  clear: both;
  text-align: center;
}

/* Special elements*/

span.access {
  text-decoration: underline;
}

ul#links li {
  padding: 5px;
}


/* Navigation bar */

ul#navigation {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background: transparent url(images/nav_border02.gif) no-repeat right bottom;
}

ul#navigation li {
  padding: 5px;
}

/* Link formatting*/

a {
  text-decoration: none;
  color: #ab040c;
  background: transparent;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  background: #ababab;
  color: #FFFFFF;
}

ul#navigation a {
  font-size: 1.1em;
}

/* Image formatting */

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 10px 10px 0;
}

div.photo_panel_right {
  float: right;
  margin: 5px 0 5px 5px;
}

div.photo_panel_right p {
  font-size: 0.9em;
  color: #696969;
  background: transparent;
  text-align: center;
}

div.photo_panel_left {
  float: left;
  margin: 5px 5px 5px 0;
}

div.photo_panel_left p {
  font-size: 0.9em;
  color: #696969;
  background: transparent;
  text-align: center;
}

div.photo_panel_center {
  float: none;
  margin: 5px 5px 5px 5px;
  display: block;
  text-align: center;
}

div.photo_panel_center p {
  font-size: 0.9em;
  color: #696969;
  background: transparent;
  text-align: center;
}

/* Headings */

h1#larren_header {
  position: relative;
  left: 150px;
  top: 55px;
  width: 295px;
  height: 57px;
  padding: 0;
  margin: 0;
  background: url(images/larren_header01.gif) no-repeat left center;
  text-indent: -5000px;
}

#header h2 {
  position: relative;
  left: 240px;
  top: 55px;
  padding: 0;
  margin: 0;
  text-indent: -5000px;
}

#ron_header {
  width: 460px;
  height: 30px;
  background: url(images/ron_header01.gif) no-repeat left center;
}

#artist_header {
  width: 243px;
  height: 30px;
  background: url(images/artist_header01.gif) no-repeat left center;
}

#artwork_header {
  width: 284px;
  height: 37px;
  background: url(images/artwork_header01.gif) no-repeat left center;
}

#gallery_header {
  width: 243px;
  height: 36px;
  background: url(images/gallery_header01.gif) no-repeat left center;
}

#gallery1960_header {
  width: 420px;
  height: 37px;
  background: url(images/gallery_header_1960.gif) no-repeat left center;
}

#gallery1970_header {
  width: 420px;
  height: 37px;
  background: url(images/gallery_header_1970.gif) no-repeat left center;
}

#gallery1980_header {
  width: 420px;
  height: 37px;
  background: url(images/gallery_header_1980.gif) no-repeat left center;
}

#gallery1990_header {
  width: 420px;
  height: 37px;
  background: url(images/gallery_header_1990.gif) no-repeat left center;
}

#gallery2000_header {
  width: 420px;
  height: 37px;
  background: url(images/gallery_header_2000.gif) no-repeat left center;
}

#pastexhib_header {
  width: 242px;
  height: 37px;
  background: url(images/pastexhib_header01.gif) no-repeat left center;
}

#currentexhib_header {
  width: 292px;
  height: 37px;
  background: url(images/currexhib_header01.gif) no-repeat left center;
}

#links_header {
  width: 353px;
  height: 37px;
  background: url(images/links_header01.gif) no-repeat left center;
}

#contact_header {
  width: 271px;
  height: 37px;
  background: url(images/contact_header01.gif) no-repeat left center;
}

/* Formatting for photos in the gallery */

div.galleryindex {
  width: 152px;
  float: left;
  text-align: center;
  padding: 5px;
  margin: 5px 15px;
}

div.galleryindex img {
  display: block;
  margin: 3px auto;
}

div.break {
  clear: both;
  height: 1px;
}

div.thumbnail {
  width: 152px;
  height: 22em;
  float: left;
  padding: 5px;
  margin: 5px 15px;
}

div.thumbnail img {
  display: block;
  text-align: center;
  margin: 0 auto;
}


div.thumbnail p {
  text-align: center;
}

/* Formatting for the table of exhibitions, current and past */

table.exhib {
  table-layout: fixed;
  margin: 10px 25px 15px 25px;
  border-collapse: collapse;
}

td {
  border: 1px dotted #CCCCCC;
  border-width: 0 0 1px 0;
  padding: 5px 10px;
}

td.dates {
  font-weight: bold;
  border-right: 1px dotted #CCCCCC;
}

col#cdates {
  width: 200px;
}

/* Formatting for the Contact page */

fieldset {
  border: none;
  margin: 10px;
}



