	/* Escape Glass Layout */
body			{	line-height: 170%;
					background: black ;   }
	
	/* margins T R B L */
#content 			{
					width: 790px;
					margin-top: 0px;
					margin-left: auto;
					margin-right: auto;
					align: center;
					/* max-height: 700px;*/
					background:url(../images/main_bgfull.jpg) no-repeat bottom right;
					background-color: #383431;
					padding: 0px 10px 0px 10px;
					font: 10px verdana, arial, sans-serif;
					color: white;
					text-align: justify;
					letter-spacing: 1px;
					}

div.scroll 			{
					height: 380px;
					width: 790px;
					overflow: auto;
					padding-right: 10px;
					}

#box 	{
					width: 810px;
					background: #999999;
					max-height: 210px;
					margin-top: 0px;
					margin-left: -10px;
					margin-right: auto;
					align: left;
					padding: 0px 0px 0px 0px;
					}

	
#header 	 	{	width: 800px;
					margin-left: auto;
					margin-right: auto;
					align: center;
					  }
	
	
dt				 {	margin-left: 15px;
					padding-left: 10px;
					font: 10px verdana, arial, sans-serif;
					line-height: 14px;
					color: white;
					list-style-position: inside;
					letter-spacing: 2px;    }
	
dl				{	display: list-item;
					margin-left: 15px;
					padding-left: 10px;
					font: 10px verdana, arial, sans-serif;
					line-height: 14px;
					color: white;
					list-style-position: inside;
					list-style-type: disc;
					letter-spacing: 2px;  
					}
.tr				{   margin-left: -14px;
					font: 700 10px verdana, arial, sans-serif;
					line-height: 14px;
					color: black;
					letter-spacing: 2px;    }	
	
h1				{	font: 700 26px Verdana, Arial, Helvetica, sans-serif;
					color: black;   }				
	
#logo			{	
					margin-left: 90px;
					align: center;     }
						
.style1 		{
					font-size: 14px
					}
	
.sitenav ol			{
					padding: 0px;
					margin: 0;
					margin-left: -10px;
					margin-top: -10px;
					display: block;
					text-align: left;
					letter-spacing: 1.5px;
					float: left;
					}
	
.sitenav li		{	display: inline; 
					padding-left: 10px;
					padding: 0px 0px 0px 0px;
					margin-left: 0; 
					align: center; 
					color: black;}

a 				{	color: gray;  
					text-decoration: none; }
	
a:hover			{	color:  black;  }
	
a:visited		{	color:  gray; }				
	
.active			{	text-decoration: underline;    }
	
#footer		     {	width: 800px;
					margin-left: auto;
					margin-right: auto;
					align: center;
					background-color: black;
					font: 9px Verdana, Arial, Helvetica, sans-serif;
					padding: 3px;
					text-align: center;
					color: gray;               }
	
#slideshow 	{
					float: right;
					width: 300px;
					margin-right: 20px;
					margin-left: 10px;
					margin-top: -20px;
					margin-bottom: 5px;
					display: inline;
					border: double 4px #595450;
				}
	
	
#tabs			 	{
					align; center;
					margin-left: 30px;
					width:100%;
					font-size:93%;
					line-height:normal;
					}
				
#tabs ul	 		{
					margin:0;
					padding:30px 10px 0 10px;
					list-style:none;
					}
	
#tabs li 			{
					display:inline;
					margin:0;
					padding:0;
					}
	
#tabs a 			{	
					float:left;
					background:url("../images/tableft.gif") no-repeat left top;
					margin:0;
					padding:0 0 0 4px;
					text-decoration:none;
					}
	
#tabs a span 		{
					float:left;
					display:block;
					background:url("../images/tabright.gif") no-repeat right top;
					padding:5px 15px 4px 6px;
					color:#FFF;
					}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span 	{float:none;}
			
			/* End IE5-Mac hack */
#tabs a:hover span {
					color:#FFF;
				}
			
#tabs a:hover {
					background-position:0% -42px;
				}
			
#tabs a:hover span {
					background-position:100% -42px;
				}
#thumbBox	{ /*Outermost DIV for thumbnail viewer*/
			position: absolute;
			left: 0;
			top: 0;
			width: auto;
			padding: 10px;
			padding-bottom: 0;
			background: gray;
			visibility: hidden;
			z-index: 10;
			cursor: hand;
			cursor: pointer;
			}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
			font: bold 10px Tahoma;
			letter-spacing: 2px;
			line-height: 1.1em;
			color: white;
			padding: 5px 0;
			text-align: right;
			}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
			background-color: gray;
			}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
			position: absolute;
			visibility: hidden;
			border: 1px solid black;
			background-color: gray;
			padding: 5px;
			z-index: 5;
			}
