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

body {
  background-color: #000;
  color: #fff;
  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;
}

li {
  margin-bottom: 1.25em;
}

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

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

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

blockquote {
  padding: 0 1.5em;
}


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

legend {
  padding: 0.2em 0.5em;
  border: none;
  color: #E0B8AC;
  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 #E0B8AC;
  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;
}


#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 4px;
}

#wrapper {
  background-color: #0D0F10;   
  border: 1px solid #282C2F;
}

#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 img {
  border: 1px solid #fff;
  margin: 6px;  
}

#footer {
  border-top: 16px solid #B14E2F;
  clear: both;
  color: #C1C1C1;
  line-height: 1.75em;
  font-size: 75%;
  padding: 1em 0;
  text-align: right;
}

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

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

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

.welcome {
  background: transparent url('images/layout/title_welcome.gif') top left no-repeat;
  height: 66px;
}

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

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

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

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

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

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

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

