/* CSS Document */
html{
margin:0px;
padding:0px;
border:0px;
}

body{
	color: #663300;
	background-color: #FAF8EB;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
}
th{
border-bottom:1px solid #996633;
text-align:left;

}


#container{
	width:750px;
	border:1px solid #CFCBAC;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FCFBF4;
	background-image:url(../images/container_bg.gif);
	background-position:0px 150px;
	background-repeat:no-repeat;
	}

#banner{
	width:750px;
	height:207px;
	background-image:url(../images/topbg.gif);
	background-repeat: no-repeat;
	position:relative;
	}
	a{
	color:#CC9966;
	}
	a:visited{
	color:#CC6600;
	}
	a:hover{
	color:#CC6600;
	}
	a:active{
	color:#CC6600;
	}

#navbar{
width:750px;
height:30px;
background-image:url(../images/navbarbg.gif);
background-repeat: no-repeat;
position:absolute;
left:0px;
top:60px;

}
  #navbar ul {
          margin:0;
          padding:0px 0px 0;
          list-style:none;
          }
    #navbar li {
          float:left;
          margin:0;
          padding:0 0 0px 0px;
      }
    #navbar a {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	height:25px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
      }
      #navbar a:hover {
      background-position: 0px -25px;
      
      }
           /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navbar a {float:none;}
        /* End IE5-Mac hack */
    #navbar span{
        display:none;
          color:#333;
      }
/*..................buttons.......................*/    
    #home {
        background-image:url(../images/buttons/home.gif);
		width:108px;
        }
	#homedown {
        background-image: url(../images/buttons/homedown.gif);
		width:108px;
        }
                
    #aboutus {
        background-image:url(../images/buttons/aboutus.gif);
		width:108px;
        }
	
    #facilities {
        background-image:url(../images/buttons/facilities.gif);
		width:124px;
        }
	
	#prices{
        background-image:url(../images/buttons/prices.gif);
		width:108px;
        }
	#reserve {
        background-image:url(../images/buttons/reserve.gif);
		width:146px;
        }
	#contactus{
        background-image:url(../images/buttons/contactus.gif);
		width:108px;
        }
	#contactusdown {
        background-image: url(../images/buttons/contactusdown.gif);
		width:108px;
        }



#content{
padding:0px;
margin:0px;
}
#contentholder{
padding:0px;
margin:0px 340px 0px 0px;
}
#contentholder p{
padding:5px 10px 0px 25px;
margin:0px 0px 0px 0px;
}




#sidebar{
position:absolute;
top:250px;
left:405px;
width:344px;

}

#footer{
height:20px;
padding:10px 0px 0px 10px;
background-image:url(../images/footerbg.gif);
background-repeat:no-repeat;
font-size:10px;
color:#CC9966;
font-family:Arial, Helvetica, sans-serif;
}
.tablerule{
border-bottom:1px solid #F0E2D0;
padding:2px 0px 10px 0px;
vertical-align:top;

}
