body
{
  margin-top: 50px;
  margin-left: 50px;
  font-family: verdana;
  font-size: 9pt;
  color:#333333;
  background-color:#cfebf1;
}

form  {
  margin:0;
}

table  {
  font-size:9pt;
}

#container  {
  width:806px;
  position:absolute;
  left:50%;
  margin-left: -403px;
  background-color:white;
}

#page  {
  width:780px;
  background-color:white;
}

#masthead  {
  
}

#header  {
  height:100px;
  width:795px;
}

#logo  {
  position:relative;
  float:left;
}

#menu  {
  float:right;
  width:300px;
  text-align:right;
}

#content  {
  padding-top:20px;
}

#footer {
  text-align:right;
  padding-right:20px;
  width:806px;
  background-color:#cfebf1;
  padding-top:5px;
  padding-bottom:20px;
  font-size:8pt;
}

#contact_form  {
  
}

#contact_form a  {
  color:#c85280;
  text-decoration:none;
}

.contact_form_item  {
  padding:5px;
  width:300;
  background: #efefef;
  border: 1px solid lightgrey;
  font: 11px Arial, Verdana, sans-serif; color: #333;
}

.bold  {
  font-weight:bold;
}

.red  {
  color:#c85280;
}

.large  {
  font-size:12pt;
}

.hint  {
  font-style:italic;
  font-size:7pt;
}

.cursor_hand  {
  cursor:pointer;
  cursor:hand;
}

.flash  {
  border:1px solid #333333;
  padding:.5em;
  background-color:#c85280;
  margin:1em;
  color:white;
}

.image_container_div  {
  text-align:center;
}

.gallery_image  {
  margin-bottom:3px;
  width:90px;
}

.gallery_name  {
  font-size:14pt;
  text-transform:uppercase;
  color:#c85280;
  text-align:center;
}

.gallery_description

.menu_table  {
}

.menu_item  {
  border-top:1px solid #605D34;
  border-bottom:1px solid #605D34;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  font-size:9pt;
}

.menu_item a  {
  text-decoration:none;
  color:#333333;
}

.menu_item .selected  {
  color:#c85280;
}

.first  {
  border-left:1px solid #605D34;
}

.last  {
  border-right:1px solid #605D34;
}

#nav, #ul_galleries  {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li li a {
  display: block;
  font-weight: normal;
  color: white;
  padding: 0.2em 10px;
  text-decoration:none;
  font-size:9pt;
}

#nav li li a:hover {
  padding: 0.2em 5px;
  border: 5px solid #c85280;
  border-width: 0 0 0 5px;
  color:white;
}

#nav li {
  float: left;
  position: relative;
  text-align: center;
  cursor: default;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
  padding: 0.15em 0 .15em 0;
  border:1px solid #333333;
  width: 100px;
  background-color:#c85280;
}

li>ul {
  top: auto;
  left: auto;
}

#nav li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 1px solid #c85280;
  text-align:left;
}

#nav li:hover ul, #nav li.over ul {
  display: block;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #8A1109;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#errorExplanation h2 {
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.fieldWithErrors input {
  background-color: red;
}
