body {
  background-color: #fff;
  font-size: x-small;
  font-family: Helvetica, Arial;
  color:#000;  
  margin-left:50px;
  margin-top: 0px;
  letter-spacing: 0px;
  font-weight:bold;
}

.header {
position: fixed;
width: 100%;
height:140px;
top:0;
background-color: #fff;
}

h1 {
font-family: Helvetica, Arial;
font-size: 40px;
letter-spacing: -2px;
}

.photos {
margin-left: 150px;
}

.contact {
margin-left: 150px;
}

.footer {
color: #777777;
font-size: smaller;
letter-spacing: 0px;
font-weight:normal;
}

div.float {
  float: left;
  
  padding: 2px;
  }
  
div.float p {
   text-align: center;
   }

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-size: 12px;
	font-weight: normal;
	font-family: helvetica, arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 8px 0px 0px 0px;
}
.caption-bottom {
   border-width: 0px 8px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
