body {
  background-color: #F9BE0C;
}

h1,
h2 {
  font-size: 24px;
}

h1 {
  display: none;
}

ul {
  margin-left: 1em;
}

img {
  border: 0px;
}

fieldset.ctrl {
  border: 0;
  padding-left: 0;
}

fieldset.ctrl legend {
  display: none;
}

#property-photos img {
  border: 2px solid black;
}

#container {
  background-color: #99EBFF;
  background-image: url('/bg/pattern.jpg');
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0 auto;
  width: 884px;
}

#header {
  background-image: url('/bg/header.jpg');
  background-repeat: no-repeat;
  height: 432px;
  position: relative;
}

#footer {
  margin-bottom: -5px;
}

#nav {
  left: 420px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 273px;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  height: 100%;
  width: 100%;
}

#nav span {
  display: none;
}

#nav-home {
  height: 20px;
  width: 72px;
}

#nav-properties {
  height: 20px;
  width: 110px;
}

#nav-contact {
  height: 20px;
  width: 115px;
}

#body {
  background-image: url('/bg/body.jpg');
  background-repeat: no-repeat;
  padding: 1em 40px 0 40px;
  min-height: 220px;
}

#body h1 {
  display: block;
}

#home-photos {
  float: right;
  margin: 0 0 1em 1em;
}

#home-photos img {
  display: block;
  margin-top: 1em;
  border: 2px solid black;
}

.error h2,
.success h2 {
  font-size: 20px;
}

.error {
  color: red;
}

.success {
  color: green;
}