body
{  
  margin:0;
  border:0;
  padding: 0;
  height:100%; 
  max-height:100%; 
  font-family: arial, verdana, sans-serif; 
  font-size:12pt;
  overflow: hidden;
  background-color: rgb(146,123,81);
  color: rgb(96,51,17);
}

/*the following coding affects the whole document*/
a:link 
{
  color: rgb(217,212,174);
  text-decoration: none;
}

a:visited 
{
  color: rgb(217,212,174);
  text-decoration: none;
}

a:active 
{
  color: rgb(150,56,79);
  font-weight: bold;
  text-decoration: none;
}

a:hover 
{
  color: rgb(150,56,79);
  font-weight: bold;
  text-decoration: none;
}

p  
{
  width: auto;
  margin-left: 20px;
  margin-right: 20px;  
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: justify;
}

h1  
{
  width: auto;
  margin-left: 20px;
  margin-right: 20px;  
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14pt;
}

h2
{
  width: auto;
  margin-left: 20px;
  margin-right: 20px;  
  margin-top: px;
  margin-bottom: 0px;
  text-align: justify;
  font-size: 12pt;
}

/*the following coding affects only the heading bar at the top of the page*/
#top  
{
  position: absolute;
  top: 0px;
  height: 80px;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  padding: 3px;
  background-color: rgb(96,51,17);
  color: rgb(217,212,174);
}

#title	
{
  font-size: 30px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/*the following coding affects only the navigation bar on the left of screen*/
#leftnavigation  
{
  position: fixed;  
  top: 80px;
  left: 0px;
  right:80%;
  bottom: 20px; 
  width: 20%;
  margin-left: 0px;
  margin-top: 0px;  
  padding: 3px;
  background-color: rgb(86,96,71);
  color: rgb(217,212,174);
  overflow:auto; 
  text-align: justify;
}

#leftnavigation li
{
  text-align: left;
  margin-left:0px;
  font-family: arial, verdana, sans-serif; 
  font-size: 12pt;
  text-decoration: none;
}



/*the following coding affects the main contents strip in the middle of the page*/
#content  
{
  position: fixed;  
  top: 80px;
  left: 20%;
  right:20%;
  bottom: 20px; 
  width: 60%;
  margin-top: 0px;  
  padding: 3px;
  background-color: rgb(157,175,114);
  color: rgb(96,51,17);
  overflow:auto; 
  text-align: justify;
}

/*the following coding affects the minor contents strip on the right screen*/
#rightnavigation  
{
  position: fixed;  
  top: 80px;
  left: 80%;
  right: 0;
  bottom: 20px;
  width: 20%;
  margin-left: 0px;
  margin-top: 0px;
  background-color: rgb(86,96,71);
  padding: 3px;
  color: rgb(217,212,174);
  overflow:auto; 
  text-align: justify;
}

/*the following coding affects only the footer strip at the bottom of the page*/
#bottom 
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width:100%;
  height: 20px;
  text-align: center;
  vertical-align: middle; 
  background-color: rgb(96,51,17);
  color: rgb(217,212,174);
  font-size: 8pt;
}


/*the following coding is for the photo gallery*/
#container 
{
  width: auto;
  left: 0;
  top: 0;
  text-align:center;
  padding: 0 em;
}

#container li
{
  float: left;
  width: 180px;
  height: 180px;
  list-style-type: none;
  text-align: centre;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;

}

li img 
{ 
  border: 1;
  text-decoration: none;
}

ul#photos li a span 
{
  display: none;
  text-decoreation: none;
}

ul#photos li a:hover span
{
  display: block;
  color: rgb(217,212,174);
  background-color: rgb(96,51,17);
  padding: 0.25em;
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoreation: none;
}

#photo, #pictureScreenObject
{  
  display:none;
  position: absolute;
  left:15%;
  z-index:100;
  background:#fff;
  padding:2em;
  margin:1em;
  border:1px solid #ccc;
  text-align: center;
  text-decoration: none;
} 