body {
   text-align  : center;
   font-family :
}

table.rooms 
{
width : 100%;
}
td.left
{
text-align : left;
margin-left : 5px;
margin-right : auto;
width: 50%;
}
td.right
{
text-align : right;
margin-right : 5px;
margin-left  : auto;
width : 50%;
}

p.right
{
width:auto;
text-align:center;
margin-right:0px;
}
p.left
{
width:auto;
text-align:center;
}


div.header {
   width      : 768px;
   height     : 150px;
   margin-left: auto;
   margin-right: auto;
   text-align : left;
   display    : block;
   padding    : 5px;
}

div.headimg {
   text-align : center;
   margin-left : auto;
   margin-right : auto;
}

div.body {
   background-color : #bbaa77;
   width      : 768px;
   margin-left: auto;
   margin-right: auto;
   border     : 2px #000000 solid;
   padding    : 5px;
   text-align : left;
   height : auto;
}

div.footer {
   background-color : #bbaa77;
   width      : 768px;
   height     : auto;
   margin-left: auto;
   margin-right: auto;
   border     : 2px #000000 solid;
   padding    : 5px;
   font-size  : 11px;
   vertical-align : bottom;
}

div.subfoot {
   width      : 768px;
   height     : 10px;
   margin-left: auto;
   margin-right: auto;
   text-align : center;
   font-size  : 9px;
}

img.header {
   margin-left: auto;
   margin-right: auto;
   text-align : center;
   width      : 768px;
   height     : 150px;
   border     : 0px;
}
img.front {
   float : left;
   padding : 0px;
   margin  : 5px;
   border : 1px #000000 solid;
}
img.dinning {
   float : right;
   padding : 0px;
   margin  : 5px;
   border : 1px #000000 solid;
}
img.map {
   margin-left : auto;
   margin-right: auto;
   border : 1px #000000 solid;
}
table.navi {
   text-align : center;
   margin-left : auto;
   margin-right : auto;
}

table.navi a.navi {
   width   : 75px;
   border  : 2px solid #000000;
   display : block;
}

div.navi
{
   width        : 768px;
   position     : absolute;
   top          : 136px;
   margin-left  : auto;
   margin-right : auto;
   text-align   : center;
}

div.navi a.navi
{  
   color           : #333333;
   background      : #ffffff;
   text-decoration : none;
   font-size       : 12px;
   font-weight     : bold;
   line-height     : 14px;
   font-family     : Arial;
   padding         : 2px 7px; 
}

div.navi a.navi:link    {   
   background-color : #bbaa77;   
}
div.navi a.navi:visited { 
   background-color : #bbaa77;
}
div.navi a.navi:hover   { 
   background-color : #ffffff;
}
div.navi a.navi:active  { 
   background-color : #bbaa77;
}

a:link { color : #000000; }
a:visited { color : #000000; }
a:hover { text-decoration : none; color : #ffffff; }
a:active { color : #000000; }

a:link.cpinfo { color : #000000; }
a:visited.cpinfo { color : #000000; }
a:hover.cpinfo { text-decoration : none; color : #000000; }
a:active.cpinfo { color : #000000; }

