body
{
	background: #000 url('images/bggradb.gif') top repeat-x;
	font-family: 'verdana', sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
}

#quote {
  height: 22px;
  overflow: hidden;
  margin-top: 0px;
  text-align: center;
}

#nav {
 
  margin-top: 0px;
  width: 100%;
  background: #000;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 28px;
  color: #efe793;
}

 /* filter: alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80; */

#nav img {
  text-decoration: none;
  border: 0px;
}

#galwrap {
  background: url('images/werds.jpg') bottom left no-repeat; 
  height: 650px;
}

#galwrapliz {
  background: url('images/liz.jpg') bottom right no-repeat; 
  height: 650px;
}

#galwrap50mm {
  background: url('images/liveasifphoto_mike_pfeiffer_50mm.jpg') bottom right no-repeat; 
  height: 650px;
}

#galwrapjel {
  background: url('images/jel.jpg') bottom left no-repeat; 
  height: 650px;
}

#galwrapheart {
  background: url('images/iheartyou.jpg') bottom left no-repeat; 
  height: 650px;
}

p {
  padding: 0px 10px;
}

h4  {
  padding: 0px 10px;
}

/** Galleries **/

#gal  {
  background: #000;
  border: 5px solid #ffffff;  
  margin: 15px auto;
  width: 920px;
  height: 609px;
}

#gallife  {
  background: #000;
  border: 5px solid #ffffff;  
  margin: 15px auto;
  width: 920px;
  color: #ffffff
}

#gallife img {
  width:200px;
  height:200px;
}


#copyright {
  position: relative;
  margin-bottom: -70px;
  text-align: center;
}

#contents {
  background: #000;
  border: 5px solid #ffffff;  
  margin: 15px auto;
  width: 920px;
  height: 600px;
}

a {
  text-decoration: none;
  color: #efe793;
}

/* ABOUT */

#leftme {
  background: #000;
  border-right: 5px solid #ffffff;  
  float: left;
  width:317px;
  height: 600px;
}

#aboutme {
  background: #000 url('images/mike_pfeiffer_payce.jpg') top no-repeat;
  float: right;
  width: 595px;
  height: 600px;
  font-size: 14px;
 }
 
 #aboutme .text {
  background: #cbeeb4;
  margin: 50px 60px;
  padding: 5px;
  border: 5px solid #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90; 
	opacity: 0.90;
	zoom: 1;

 }
 

 #aboutme .text a {
  text-decoration: none;
  color: #6c6842;
 }



/* Thumbnails and whatnot */

table.thumbs {
  background:#000;
    margin: 0px auto;
    border-spacing: 10px;
}

.thumbs td {
  background:#efe793;
  border: 0;
  padding:5px;
  text-align:center;
  vertical-align:middle;
}

.thumbs td img {
  border: 3px solid #000;
  text-decoration: none;

}

