/**
 */
body {
  font-family: arial, helvetica, sans-serif;
  margin: 20px;
  padding: 0;
}

#outer {
  width: 1000px;
  height: 600px;
  margin: auto;
  background: url('/images/bg.png') no-repeat;
  position: relative;
}

#main {
  position: absolute;
  left: 56px;
  top: 85px;
  width: 830px;
  height: 440px;
}

#right {
  position: absolute;
  right: -54px;
  top: 30px;
  width: 300px;
  height: 410px;
  padding: 20px;
  background-color: #6E4A4A;
  color: white;
  opacity: 0.7;
}

#right h2 {
  margin: 0;
  padding-bottom: 4px;
  font-size: 18px;
}

#message {
  position: absolute;
  top: 48px;
  left: 604px;
  margin: 0;
  width: 380px;
  color: white;
}

#footer {
  position: absolute;
  left: 56px;
  top: 524px;
  width: 830px;
}

#footer p {
  text-align: right;
  color: white;
}

#footer a {
  color: white;
}

h1 {
  color: #471919;
  margin: 8px 10px;   
}

a, a:visited {
  color: black;
}

ul {
  list-style-position: inside;
  margin: 10px 0; 
}

form, p {
  margin: 10px;
}

p {
  width: 500px;
}

#footer p {
  width: 100%;
}

label, textarea {
  display: block;
  margin-bottom: 10px;
}

textarea {
  width: 400px;
  height: 110px;
}

ul#album {
  list-style-type: none;
}

ul#album li {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 10px 10px 0;
}

img {
  border: solid 4px #C0C0C0;
}

#close {
  cursor: pointer;
  position: absolute;
  right: -4px;
  top: -4px;
  border: none;
}

#cboxTitle {
  margin: 40px 20px;
  padding: 20px;
  background-color: white;
  width: 200px;
  opacity: 0.7;
}
