body { 
  font-family: arial;
  font-size: 12px;
}

#navigation-menu li {
  float: left;
  font-size: 1.15em;
padding-right: 18px;
}
#navigation-menu li a {
  text-decoration: none;
  font-weight: bold;
}
#content p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
#content a { line-height: 1.5em; }

#content h1 { 
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.25em;
  margin-bottom: 1em;
}
#content h2 {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: capitalize;
  line-height: 1.25em;
  margin-bottom: 1em;
}
#content h3 { 
  font-weight: bold;
  font-size: 1.15em;
  text-transform: capitalize;
  line-height: 1.15em;
  margin-bottom: .5em;
}
#content h4 { 
  font-weight: bold;
  font-size: 1.15em;
}
#nav li.menu-item { margin-left: 0px;}
#nav li.menu-item a {
  text-decoration: none;
  font-weight: bold;
}
ul#nav, ol#nav {
  list-style: none;
}
body#sub #area1 {
  float: left;
}
body#home #content #area1,
body#home #content #area3 {
  float: left;
}
body#home #content #area2 {
  float: left;
}
#footer {
  font-size: 11px;
}
#footer .copyright {
  float: left;
}
#footer .powered-by {
  float: right;
  text-indent: -15000px;
}
#footer .powered-by a {
  outline: none;
}
strong {font-weight: bold;}
em {font-style: italic; }
.align-right {
  float: right;
}
.align-left {
  float: left;
}
#content ul {
  margin-bottom: 1.5em;
}
#content ul li {
  line-height: 1.5em;
}
#photogallery ul {
}
#photogallery ul li {
  vertical-align: top;
  line-height: 1.5em;
  display:list-item;
  margin-bottom: 30px;
}
#area2 ul li p {
}
#area2 ul li img{
  padding:10px;
  float: right;
}
#footer address {
  display: block;
  float: left;
  width: 50%;
  clear: left;
  margin-top: 1em;
}