* {
margin: 0px;
border: 0px;
padding: 0px;

}
body {
  width: 100%;
  height: 100%;
}

body {
	font-family: Helvetica;
	margin-top: 60px;
}

h1 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1;
	padding-bottom: 15px;
}

h2 {
	font-size: 16pt;
	text-transform: uppercase ;
	letter-spacing: 1.5px;
	padding-bottom: 30px;
	line-height: 1;
}
p.sub {
line-height: 1;
padding-top: -10px;
padding-bottom: 32px;
}

p {
	font-size: 21px;
	letter-spacing: 1.0px;
	line-height: 1.3;

}


#center {
  text-align: left;
  width: 800px;
  margin: auto;
}


.left {
  float: left;
}

.clear {
  clear:both;
}

img {
  border: 0px;
}
a {
  text-decoration: none;
  color: black;
}
a.mailto {
color: blue;
}
div.album {
  margin-bottom: 20px;

}
img.thumbnail {
  width: 135px;
  height: 90px;
  padding-right: 10px;
}
