BODY {
	text-align: center;
	background-color: #752D43;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#Title {
	position:relative; 
	z-index:1; 
	margin: 0 auto;
	width: 750px; 
	height:170px;
	background-color: #ffdb93;
}
#Menu {
position:relative;
width:742px;
margin: 0 auto;
z-index:2;
background-color:#004201;
color:#FFFFFF;
padding: 4px 4px;
}
a.menu {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding: 4px 4px;
}

a.menu:link {
	background-color: #004201;
}

a.menu:visited {

	background-color: #004201;
}
a.menu:hover {
	background-color: #CF710D;
	color:#000000;
}

a.book2 {  	
  display: block;
  width: 67px;
  height: 34px;
  background: url('up.png') 0 0 no-repeat;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: Verdana,Arial,sans;
  font-size: 11px;
  color: #FFFFFF;  
  line-height: 24px;  
  padding: 0;
  margin: 0;
}

a.book2:hover {
  background: url('dn.png') 0 0 no-repeat;
  line-height: 34px;
  text-indent: 5px;
}

a.book {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

a.book:link {
	background-color: #00BB00;
}

.booked,.available {
	color:#FFFFFF;
	text-align: center;
	
}

.booked {
   background-color: #FF0000;
   text-decoration: line-through;
}

.available {
background-color:#00BB00;
}

a.book:visited {

	background-color: #00BB00;
}
a.book:hover {
	background-color: #CCFFCC;
	color:#000000;
}

#Main{
	position:relative;
	z-index:1;
	margin: 0 auto;
	width: 742px;
	background-color: #ffdb93;
	padding: 4px 4px;
	text-align:justify;
	top: -7px;
}
#MainLeft{
	position:relative; 
	z-index:1; 
	top:0px;
	left:0px;
	width: 367px; 
	background-color: #ffdb93;
	text-align:justify;
}
#MainRight{
	position:absolute; 
	z-index:1; 
	margin: 0 auto;
	top:4px;
	left: 376px;
	width: 367px; 
	background-color: #ffdb93;
	text-align:center;
}
