* {
  margin: 0;

  padding: 0;

}

body {
  margin: 0;
  
padding: 0;
  
background-color: #FAEBD7;;
  
color: #000000;
  
font-family: Arial, Helvetica, sans-serif;
  
text-align: center;

}

#wrapper {

  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;

}

#header0 {

  height: 83px;
  background-image: url(ktgreendesign.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
#header {

  height: 200px;
  background-image: url(2012_04_01lizard3.jpg);
  background-repeat: no-repeat;
  padding-bottom: 10px;

}
#header2 {

  border-bottom: 2px solid #d7ad7b;
  background-repeat: no-repeat;
  padding-bottom: 10px;

}
#main {

  display: table;
  border-collapse: collapse;

}

#content {

  display: table-cell;
  width: 600px;
    padding-left: 10px;

}


#rightcol {   

  display: table-cell;
  padding-left: 10px;
  width: 150px;

 }

#footer {

border-top: 2px solid #d7ad7b;
width: 760px;  
  padding: 0.2em 10px 0.2em 0;
  
}

h1 {

  font-size: 150%;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: 0.4em; color: #5a3811; 

}

h2 {

  font-size: 100%;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: 0.4em; color: #5a3811; 

}
h3 {

  font-size: 85%;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: 0.4em; color: #5a3811; 

}


p {

  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 2em;

}
p.date{

  font-size: 100%;
 line-height: 2em; 
  padding-top: 2em; padding-bottom: 2em;

}
p.links{

  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: .5em;

}

div.right {
	line-height: 1.6em;
	padding-bottom: 1em;
	text-align:right;
} 
div.left {
	line-height: 1.6em;
	padding-bottom: 1em;
	text-align:left;
} 
img.center	{display:block; margin-left:auto; margin-right:auto;
}


.grid {
	display: table;
}
.row {
	display: table-row;
}
.image {
	display:table-cell;
	border: 0px solid #000;
	vertical-align: top;
	text-align: center;
}
.image p {
	text-align: center;
	padding-top: 3px;
}