﻿* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 0.9em;
  font-family: verdana, geneva, helvetica, arial;
  background-color: #000000;
}
#header {
  position: absolute;
  top: 20px;
  margin-left: 142px;
}
ul {
  list-style: none;
}
h1 {
  text-indent: -3000px;
  width: 408px;
  height: 36px;
  background: url(images/logo.gif) top left no-repeat;
}
h2, p {
  padding-bottom: 16px;
}
h3 {
  clear: both;
}
a {
  color: #660000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#content {
  margin: 0 auto;
  width: 860px;
  height: 680px;
  background: url(images/bg-brickwork.jpg) top left no-repeat;
}
#menu {
  position: absolute;
  top: 6px;
  margin-left: 632px;
  text-indent: -3000px;
}
#menu a {
  display: block;
  width: 90px;
  height: 20px;
  padding: 2px 0 2px 0;
}
#m1 {
  background: url(images/menu-home.gif) top left no-repeat;
}
#m1:hover {
  background: url(images/menu-home-h.gif) top left no-repeat;
}
#m2 {
  background: url(images/menu-gallery.gif) top left no-repeat;
}
#m2:hover {
  background: url(images/menu-gallery-h.gif) top left no-repeat;
}
#m3 {
  background: url(images/menu-contact.gif) top left no-repeat;
}
#m3:hover {
  background: url(images/menu-contact-h.gif) top left no-repeat;
}
#main {
  position: absolute;
  width: 566px;
  top: 150px;
  margin-left: 142px;
}
#footer {
  font-size: 0.8em;
  position: absolute;
  width: 566px;
  top: 520px;
  margin-left: 142px;
  text-align: center;
}
.image_r {
  float: right;
}
.image_l {
  float: left;
}
.image_preload {
  display: none;
}
#main img {
  border: 1px solid #999999;
  margin: 4px 2px 0 0;
  cursor: pointer;
}
#popback {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  -moz-opacity: .80;
  opacity: .80;
  background: #CCCCCC;
  z-index: 9998;
  display: none;
}
#popholder {
  position: absolute;
  width: 800px;
  height: 400px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -404px;
  margin-top: -204px;
  background: #FFFFFF;
  border: 4px solid #333333;
  z-index: 9999;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
#popholder img {
}
#popholder #popclose {
  position: absolute;
  top: 8px;
  left: 776px;
}
