/* nakia-table.css v3.0  development Nakia Resort and Dive, Taveuni, Fiji */

table {																														
 margin: 10px auto 20px auto;
 text-align: center;
 table-layout: fixed; 
 border-top: 1px solid  #1f1d18;
 border-left: 1px solid  #1f1d18;	
 border-collapse: collapse; 
}

td, th {	
width: 20%;
padding: 0 3px;
border-right: 1px solid  #1f1d18;
border-bottom: 1px solid  #1f1d18;	
}

td {
font-weight: normal;
}

th, caption {
font-weight: bold;
}

table th.lead { width: 40%; } 

table.lodging 
{ width: 700px; 
}

table.specials
{ width:600px;
}