
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited, A:hover {
  color: #006699;
  text-decoration: underline;
}

A:hover {
  color: #990033;
}

BODY {
  background: #edb8b8 url('../images/bg/bg.gif') top center;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 18px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Georgia,Times,sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

H1 {
  font-family: Georgia,Times,sans-serif;
  color: #990033;
  font-size: 24px;
  line-height: 20px;
  font-weight: normal;
}

H2 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

H3 {
  font-size: 18px;
  font-weight: normal;
}

H4 {
  margin-top: -2px;
  font-size: 18px;
  font-weight: normal; 
  font-style: italic;
}

H5 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

H6 {
  font-size: 10px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #dc9393;
}

IMG {
  border: 0px;
}

P {
  margin: 16px 0px;
}


/**
 * Identities
 */

#wrapper {

}

#header_logo {

}

#header_phone {
  display: none;
}

#header_tagline {
  margin-bottom: 40px;
}

#nav {
  display: none;
}

#content {

}

#photo {
  display: none;
}

#photo .caption {
  font-size: 10px;
}


/**
 * Photo Gallery
 */

#gallery .before {
  float: left;
  width: 195px;
  line-height: 10px;
  margin-bottom:5px;
}

#gallery .after {
  float: left;
  width: 195px;
  margin-left: 10px;
  line-height: 10px;
  margin-bottom:5px;
}

#gallery .before_text {
  float: left;
  width: 195px;
}

#gallery .after_text {
  float: left;
  margin-left: 10px;
  width: 195px;
}

#gallery  H3 {
  line-height: 12px;
  margin-top: -8px;
  padding-top: 10px;
}
 
#gallery .clear {
  clear: both;
  margin-bottom: 5px;
}


/**
 * Corners
 */

#corners-top-left,
#corners-top-right,
#corners-bottom-left,
#corners-bottom-right {
  display: none;
}


/**
 * Footer
 */

#footer {
  margin-top: 40px;
}

#footer .address {
  float: left;
  color: #000000;
  font-size: 11px;
  line-height: 16px;
}

#footer .logo {
  float: right;
  margin-left: 10px;
}

