#header {
      background: #e88822;
      color: black;
      height: 110px;
      margin: 0px;
      border: none;
}

#header img { vertical-align: middle; border: none; }

#header a img {
      border: solid #e88822 1px;
}

#header a:hover img { 
      border: solid #e8b176 1px;
}

.llama {
      float: right;
      margin: 0px;
      padding: 0px;
      border: none 0px;
      position: relative;
}

#content {
      background: white;
      color: black;
      padding: 10px;
}

body { font-family: Barbedor, Palatino, serif; }

h1,h2 { text-align: center; margin-top: 0px; margin-bottom: 0px; }

.Section1 {
	margin-left: 5%;
	margin-right: 110px;
	text-align: justify;
}

.Section1 hr { display: none; }

.Section1 p.first:first-letter {
	float: left; 
	vertical-align: top;
	font-size: 300%; 
	margin-right: 5px;
	}


/* Photo Pages */

#title { margin-bottom: 2ex;}

#description {
	margin-left: 5%;
	margin-right: 110px;
	text-align: justify;
}
#description:first-letter {
	float: left; 
	vertical-align: top;
	font-size: 300%; 
	margin-right: 5px;
	}

hr { clear: both; margin-left: 5%; margin-right: 110px; }

#photos { margin-top: 2ex; margin-right: 110px; text-align: center }
#photos table { 
    margin-left: auto; margin-right: auto; 
    margin-bottom: -2px; 
}

td img { border: 3px solid #f0b888; }
td a img:hover { border: 3px solid #e88822; }


