* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #170C03;
  color: #FBF0DC;
  font-family: "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  text-align: center;
}

p, li {
  font-size: 85%;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.75em;
  margin-left: .5em;
  text-align: justify;
}

li {
  margin-bottom: 1.25em;
}

ul {
  margin-left: 2em;
  margin-bottom: 1.75em;  
}

ul#shows li {
  font-size: 90%;
  margin-bottom: .85em;
  list-style-type:square;
}

ul#shows li  span {
  font-weight: bold;
  color: #EDFBD8;
  padding-right: .8em;
}

ul#shows {
  margin-left: 4em;
  margin-top: 1em;   
  margin-bottom: 1.75em;  
}

a:link, a:visited {
  color: #DBE7C8;
}

a:hover, a:active {
  color: #E7DDC9;
}

blockquote {
  padding: 0 1.5em;
}


fieldset {
  /* background-color: #FFF; */
  border: 1px solid #E7DDC9;
  padding: .75em;
}

legend {
  padding: 0.2em 0.5em;
  border: none;
  color: #E7DDC9;
  font-weight: bold;
  font-size: 90%;
}

label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}


input, textarea, select {
  background-color: #000;
  border: 1px solid #E7DDC9;
  color: #fff;
  margin: .3em 0;
  padding: .1em;
}

#mailbutton {
  font-size: 120%;
  background-color: #E95E2F;
  border: 1px solid #F6BDAA;
  color: #fff;
}

big, .largetype {
  color: #E0B8AC;
  font-size: 16px;
  font-weight: bold;
}

.clr {
  clear: both;
}

.imgfloatright {
  float: right;
  margin: 0 0 1em 1.5em;
  border: 1px solid #402108;
}

.captionfloatright {
  float: right;
  margin: 0 0 1em 1.5em;
  text-align: left;
  font-size: 80%;
  color: #E6DCC9;
  width: 350px;
}

.captionfloatright img {
  border: 1px solid #402108;
}


#intro {
  text-align: left;
  padding: .8em 2em;
}

#container {
  margin: 0 auto 4em auto;
  width: 980px;
}

#header {
}

#homepic {
  margin-bottom: 1em;
}

#menu {
  text-align: center;
  margin-bottom: 1em;    
}

#menu a {
  padding: 0 18px;
}

#wrapper {
  background: #261405 url('images/layout/watermark.gif') bottom right no-repeat; 
  border-top: 16px solid #101606;
  border-bottom: 16px solid #101606;  
  border-left: 1px solid #402108;
  border-right: 1px solid #402108;  
}

#mainphoto {
  float: left;
  width: 325px;  
}

#content {
  float: right;
  margin: 0 20px 0 20px;
  text-align: left;
  width: 600px; 
}

#mainphoto_gallery {
  float: left;
  height: 480px;
  text-align: center;  
  width: 600px;
}

#content_gallery {
  float: right;
  text-align: left;
  margin: 0 20px 0 20px;
  width: 320px; 
}


#thumbnails div {
  width: 105px;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-bottom: 6px;  
}


#thumbnails div img {
  border: 1px solid #FBF0DB;
  margin-bottom: 4px;
}

#thumbnails div span {
  font-size: 8px;
}

#bottommenu {
  clear: both;
  text-align: center;
  margin: 3em 0;
}

#footer {
  clear: both;
  color: #FBF0DB;
  line-height: 1.75em;
  font-size: 75%;
  padding: 1em 0;
  text-align: right;
}

#footer a:link, #footer a:visited {
  color: #EDFBD8;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #DAE7C7;
  text-decoration: underline;  
}

.pagehead {
  height: 80px;
  margin-top: 8px;
  text-indent: -9999px;
  width: 400px;
}

.bio {
  background: transparent url('images/layout/title_bio.gif') top left no-repeat;
}

.shows {
  background: transparent url('images/layout/title_shows.gif') top left no-repeat;
}

.contact {
  background: transparent url('images/layout/title_contact.gif') top left no-repeat;
}

.gallery {
  background: transparent url('images/layout/title_gallery.gif') top left no-repeat;
  width: 300px !important;
}

.techniques {
  background: transparent url('images/layout/title_techniques.gif') top left no-repeat;
}




