body {
   background-color: #ececec;
   color: black;
   font-family:Arial, Helvetica, sans-serif;
   line-height: 140%;
   font-size:14px;
   margin:0;
   }
/* define page to view*/
#wrapper {
   background-color: black;
   color: black;
   margin-bottom:20px;
   height: 880px;
   }
   
.linkheight  { line-height: 90%; }
.linehalf    { line-height: 50%}
#scrollspace 
   {
      height:500px;
      overflow:auto;
      position:relative;
      
   }

#page {
      width: 1024px;
      height: 750;
      margin: 5px auto 5px auto;
      background-color: #FC9;
      color: black;
      }
#picspace {background-color:#FC9;
         width:650px;
         height:500px;
         }


/* link properties */

a:link {color:blue; }
a:visited {color:purple;}
a:active {color:yellow; background-color: black;}
a:hover {color: red;  text-decoration: underline;}

#header  {width:inherit;
         height: 35px;
         color: yellow;
         font-family: arial, sans-serif;
         font-size: 16pt;
         font-weight: bold;
         background-color: black;
         text-align: center;
         vertical-align:bottom;
         postion:relative;
         }
#pullright {
	background-color: #FC6;
	padding: 10px;
	width: 200px;
	float: right;
	margin: 15px;
	border: thin solid black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	}

#pullleft {
	background-color: #3CF;
	float: left;
	margin: 0 0 0 60px;
	border: thin solid black;
	}
#pullleft1 {
	background-color: #3CF;
	float: left;
	margin: 0 20px 0 0;
	border: thin solid black;
	}
#pullright1 {
	background-color: #3CF;
	float: right;
	margin: 0 60px 0 0;
	border: thin solid black;
	}
.arrowleft {
	float: left;
	border: 0px;
	}

.tnright {
	border: 0px;
	align: center;
	
	}

.short {line-height: 50%;}

.thumbshort {line-height: 35%;}

td {
	font-size: 90%;
	color: black;
}
