h5
{
font-size:22px;
font-family:arial;
padding:5px 0px 0px 0px; 
margin:0px;


}

h2
{
font-size:14px;
}


#home
{
  display: block;
  width: 71px;
  height: 37px;
  background:url(../images/but_home.gif) no-repeat;

}

#home:hover
{ 
  background-position: 0 -37px;
}

#home span
{
  display: none;
}


#booknow
{
  display: block;
  width: 67px;
  height: 20px;
  border:0px;
  background:url(../images/booknow.gif) no-repeat;

}

#booknow:hover
{ 
  background-position: 0 -19px;
}

#booknow span
{
  display: none;
}


#contactus
{
  display: block;
  width: 144px;
  height: 37px;
  background:url(../images/but_contact.gif) no-repeat;

}

#contactus:hover
{ 
  background-position: 0 -37px;
}

#contactus span
{
  display: none;
}



#about
{
  display: block;
  width: 146px;
  height: 37px;
  background:url(../images/but_about.gif) no-repeat;

}

#about:hover
{ 
  background-position: 0 -37px;
}

#about span
{
  display: none;
}




body
{
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
color:#454545;
background:url(../images/bg.gif) repeat-x;
background-color:#ffffff;
}

table
{
font-family:arial;
font-size:12px;
}

#content
{
padding: 0px 20px 10px 20px;
}


.button {
    border: none;
	background:url(../images/btn_6.png) no-repeat center center;
	cursor:pointer;
	height:32px;
	width: 117px;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background:url(../images/btn_6_on.png) no-repeat center center;
    padding: 2px 8px;
}

.button-side {
    border: none;
	background:url(../images/submitgrey.gif) no-repeat center center;
	cursor:pointer;
	height:32px;
	width: 86px;
    padding: 0px 8px;
	color:333333;
	font-weight:bold;
}
.button-side:hover {
    border: none;
    background:url(../images/submitgrey_over.gif) no-repeat center center;
    padding: 0px 8px;
	color:#ffffff;
}


a {
text-decoration:none;
color:#000000;
font-weight:normal;
font-size:11px;
}

a:link {
text-decoration:none;
color:#000000;
font-weight:normal;
font-size:11px;
}

a:hover {
text-decoration:underline;
color:#000000;
font-weight:normal;
}

#footer a, a:link
{
font-size:11px;
}
