body {
background-color: #FFF;
color: #000;
font-family: "Gill Sans", Verdana, Arial, Sans-Serif;
font-size: 12px;
}

p {
font-size: 12px;
}

em {
color: red;
}

a {
 color: #8E9B31;
 }
 
 p.address {
   font-style: italic;
   }

img {
  margin: 10px;
  border: 1px solid #999;
  }

#container {
background-color: #F4F3B6;
margin: 0px auto;
width: 700px;
border: 3px solid #8E9B31;
}

#header {
background: url(images/header.jpg);
height: 100px;
width:700px;
}

#navigation {
border-top: 1px solid #8E9B31;
border-bottom: 1px solid #8E9B31;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
}

  div#navigation a  {
     color: #333;
     font-weight: bold;
     font-size: 12px;
     text-decoration: none;
     margin-right: 8px;
     }
     
     div#navigation a.linked {
     border-bottom: 3px solid #8E9B31;
     }
     
     div#navigation a:hover {
     border-bottom: 3px solid #8E9B31;
     }

#content {
margin: 5px 20px 0px 20px;
}

  div#content img.left {
      float: left;
      margin: 0px 10px 10px 0px;
      }
      
      div#content img.right {
      float: right;
      margin: 0px 0px 0px 10px;
      }
      
  table, td.head {
     border: 1px solid #8E9B31;
     }
     
     td.price {
           text-align: right; 
           }
           
 #mail {
   border: 3px solid #8E9B31;
   width: 300px;
   padding: 5px;
   text-align: center;
 }
      
 #footer {
    clear: both;
	height: 50px;
	text-align: center;
	font-size: x-small;
	padding-top: 10px;
   }
strong { color: blue; }

input.bookbutton
{ font-size:18px; color:#33ff00; font-weight: bold; width:130px; height:40px; background-color:#ff0000; text-align: center; }

input.bookbutton:hover
{ font-size:18px; color:#ff6600; font-weight: bold; width:130px; height:40px; background-color:#0066cc; text-align: center; }

