/*Page-body style*/

body 
{
  font-family:Trebuchet MS;
  background-color: #071248;
}


/*General paragraph setting*/

p
{
  font-size:13px;
  color:white;
}

p#menufont
{
  font-size:18px;
  color:white;
}


/*Style for all headers*/

h1
{
  font-size:small;
  text-align:center;
  color:white;
}

img
{
border-style: none;
}

a:link
{
color:#FFFFFF;
text-decoration:none;
}

a:visited
{
color:#FFFFFF;
text-decoration:none;
}

a:hover
{
color:#B5DDF6;
text-decoration:none;
}


/*Page container style*/

#xouter 
{
  width: 986px;
  height: 583px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -493px;
  margin-top: -292px;
}




/*Page container style*/

table#maintable
{

  table-layout:fixed;
  width:984px;
  background-color:#000000;
  border-width: 1px;
  border-collapse: collapse;
        
}




/*This is a comment*/
td
{
background-color:#000000;
vertical-align:middle;
border-color:#B5DDF6;
border-style: solid;
border-width: 1px;
border-collapse: collapse;
}
/*This code is used both for gallery and directions page*/
td#gallerytable
{
border-style: none;
}

/*This is a comment*/

td#topnbottom
{
text-align:center;
height:30px;  

}

img#menuimages
{
height:30px;

}





td#rightside
{
height:93px;
}


td#hours
{
height:93px;
text-align:center;
}

td.paddedcell {

padding: 10px
}


p#footer
{
    font-size:13px; 
    color:#F6BE00;

}

/* button style!  */

input.noimage {
background-color: #000000;
border: 1px outset #B5DDF6;
color: #fff;
padding: 1px;
margin-left: 0px;
}

input.noimage:hover {
background-color: #071248;
border: 1px outset #B5DDF6;
color: #fff;
padding: 1px;
margin-left: 0px;
}


img#thumbimages
{
border-color:#ffffff;
border-width: 10px;
}

div.transOFF {width: 100%; background-color: black;border:1px solid black; }
div.transON {width: 100%; background-color: black;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
div.trans25 {width: 100%; background-color: black;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: black;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }

