body {
  background: #FFFFFF;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0px;
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
}

table {
  border: none;
  width: 100%;
}

td {
  background-color: #EEEEEE;
}

th {
  background-color: #EEEEEE;
}

a:link {
  color: #990000;
}

a:visited {
  color: #990000;
}

a:active {
  color: #990000;
}

a:hover {
  color: #330033;
}

h1 {
  font-size: large;
  margin-top: 1px;
  padding-top: 0px;
  border-bottom: 1px solid #990002;
  color: #2E002E;
  
}

h2 {
  font-size: medium;
}

#header {
  width: 800px;
  height: 135px;
  text-align: right;
}

#navigation {
  width: 155px;
  float: left;
  padding-top: 18px;
  padding-left: 5px;
}

#navigation div.submenu {
  display:none;
}


#navigation a {
  font-size: small;
  text-decoration: none;
  color:white;
}

#navigation div {
  margin-bottom: 3px;
  font-size: medium;
  padding-left:3px;
}

#content {
  width: 635px;
  float: left;
  padding-left: 10px;
}

#body {
  float: left;
}

#footer {
  margin-left: 170px;
  padding-top: 10px;
  height: 50px;
  text-align: center;
  clear: both;
  width: 635px;
  border-top: 1px solid #990002;
}

#calendar td {
  width:150px;
}

td.available {
  cursor:pointer;
  background-color: #EEEEEE;
}

td.unavailable {
  background-color: #EE0000;
}

td.booked {
  background-color: #990002;
}

strong {
  color:#660099;
}

div.photo {
  clear: both;
}
img.photo {
  padding: 5px;
}

div.to-top {
  text-align: right;
}

div.news {
  width: 600px;
  margin:10px;
}

div.testimonial {
  border-top:thin;
  border-top-color:black;
  border-top-style:solid;
  border-top-width:1px;
}

img.odd {
  margin-left:5px;
}

img.even {
  margin-right:5px;
}

div.errors {
  background-color: #FF7B7B
}

label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #330033;
  width: 8em;
  float: left;
  text-align: left;
  margin-right: 0.5em;
}

.error {
  background-color: red;
}

.message {
  background-color: green;
}
em {
	font-weight: bold;
	color: #660099;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}
.em {
	text-align: center;
}
