/* CSS Document */

html {margin: 0px; padding: 0px;}
body {
      background-color : #FFFFFF;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000066;
      margin: 0px; 
	  padding: 0px;
	  width: 100%;
      }
#content {
	position: absolute;
	top: 100px;
	left: 170px;
	padding-right: 100px;
	max-width:800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif;
	}
	#content a, #content a:link, #content a:visited {color: #000099; font-weight: bold;}
	#content a:hover {color: #3333ff;}
		
.mainpic {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin:80px 10px 20px 360px;
	color: white;
	background-color: #FFFFFF;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#wait {position:absolute; top: 140px; left: 400px; z-index:0;
	}

#navigation {
	position:absolute;
	top: 100px;
	left: 3px;
	width: 98px;
	height: auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;
	border:1px solid black;
	background:#003B46;
	color: #999999;
	z-index:2;

/* IE5/Win width value is above (=width +margins and padding and borders); correct width value below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px;
	}
/* Opera 5 width (same as correct) below. */
body>#navigation {width:100px;}

		
.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border: 3px groove #666666;
   padding: 4px 4px 4px 4px;
   margin: 2px;
   }
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	background-color: #FFFFFF;	
} 
  #navigation a {
	display: block;
	width: 100%;
	}
	
#thumbs {
	position:absolute;
	width:246px;
	top:90px;
	left:110px;
	border-right:1px solid #003B46;
	background-color:#FFFFFF;
	color:#000066;
	margin:auto;
	padding:2px;
	z-index:1;
/* IE5/Win width value is above (=width +margins and padding and borders); correct width value below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:240px;
	}
/* Opera 5 width below */
body>#thumbs {width:236px;}

.header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #003B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	border-top: 5px solid #094613;
	border-bottom: 15px solid #094613;
    }      
img#home {margin: 5px 0px 0px 20px; }

#thumbs img {
	border: 2px solid #000000;
	margin: 2px;
}

.pic {
	padding: 10px;
	margin: auto;

}
td {
	color:white;
	}.more {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
}

