body {
margin: 20px;
padding: 0px;
background-color: white;
font: 1em geneva, verdana, helvetica, arial, sans-serif;
border: 0px solid white;
max-width: 1000px;
min-width: 750px;
}

div.header {
background-color: white;
padding: 0px;
padding-bottom: 15px;
margin: 0px;
border:0px;
}

div.header h1 {
margin: 0px;
padding: 0px;
}

div.navbar {
padding: 0px;
background-color: white;
color: #3f3f3f;
border: 0px;
border-top: 1px solid #7f7f7f;
border-bottom: 2px solid #7f7f7f;
margin: -1px;
margin-right:0px;
}

div.navbar a {
  font-size: 11px;
font-weight: normal;
  float: right;
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 15px;
border: 1px solid white;
}

div.navbar a:hover {
color: #333333;
background: #e5e5e5;
border-left: 1px solid #7f7f7f;
border-right: 1px solid #7f7f7f;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}


div.content {
color: #3f3f3f;
background-color:white;
padding-top: 20px;
padding-left: 0px;
padding-right: 20px;
margin: 0px;
margin-right: -1px;
border: 0px solid;
}

div.gallery {
color: #3f3f3f;
background-color:white;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
margin-right: 0px;
border: 0px solid;
}


div.content h1 {
font-size: 1.2em;
font-weight: normal;
color: #7f7f7f;
}

div.content p {
font-size: .72em;
line-height: 1.7;
}

div.gallery p {
font-size: .72em;
line-height: 1.7;
color: #7f7f7f;
}

div.quote {
font-style: italic;
font-size: .68em;
color: gray;
line-height: 1;
}

div.content a {
color:#7f7fae;
text-decoration:none;
}

div.content a:hover {
text-decoration:underline;
}

div.content img{
margin:-2px;
border:4px solid #dadde5;
}

div.content img:hover{
margin:-2px;
border:4px solid #3400a0;
}

div.gallery img {
margin:0px;
padding:3px;
border: 0px;
text-align:right;
}

img.gallery:hover {
margin:0px;
border:0px;
}

div.footer {
background-color: white;
font-size: .6em;
font-style: bold;
color: #7f7f7f;
margin-top: 0px;
margin-bottom:0px;
padding-top:4px;
padding-bottom:4px;
border: 0px;
border-top: 1px solid #7f7f7f;
border-bottom: 1px solid #7f7f7f;
text-align: center;
}

div.footer a {
text-decoration: none;
color:#7f7fae;
}

div.footer a.mailto:hover {
  text-decoration: underline;
}

div.clear {
  clear:both;
  line-height: 0px;
  font-size: 1px;
color: white;
}