#indexBody
	{
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #361304;
	}
	
body
	{
	background-color: black;
	}
	
	
table
	{
	border-collapse: collapse;
	}

#imgBackground
	{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	}
	
#imgTitle
	{
	position:absolute;
	top:0;
	left:0;
	}
	
#divPage
	{
	position:absolute;
	top:100;
	left:25%;
	width:70%;
	height:80%;
	background-color:black;
	}
	
#divMenuBg
	{
	position:absolute;
	top:100;
	left:5%;
	width:20%;
	height:80%;
	background-color:black;
	filter:alpha(opacity=70); 
	opacity:.70;
	}
	
#divMenuFg
	{
	position:absolute;
	top:100;
	left:5%;
	width:20%;
	height:80%;
	padding:5px;
	}
	
#divViewingPane
	{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: black;
	}
	
.thumb
	{
	position:absolute;
	height: 150;
	width: 200;
	background-image: url(pic_frame.gif); 
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
	}	

.styleHeading, h1
	{
	font-family: tahoma;
	color: white;
	font-size: 16;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 5px;
	padding-left: 19px;
	}
	
.styleText, h2
	{
	font-family: tahoma;
	color: white;
	font-size: 14;
	font-weight: normal;
	padding: 5px;
	padding-left: 19px;
	}
	
.styleHidden
	{
	visibility: hidden;
	height:1px;
	}
	
.tablePadded, .tablePadded td
	{
	padding: 15px;
	}
	
.tableGallery, .tableGallery td
	{
	padding: 15px;
	font-family: tahoma;
	font-size: 12;
	color: #FFCC00;
	text-decoration: none;
	}
	
.tableGallery td
	{
	filter:alpha(opacity=40); 
	opacity:.40;
	cursor: hand;
	cursor: pointer;
	}
	
.tableGallery img
	{
	width: 160;
	height: 120;
	}
	
	
a:link, a:visited {	font-family: tahoma; font-size: 14px; color: orange; text-decoration: none;}
a:hover, a:active { 	font-family: tahoma; font-size: 14px; color: white;  text-decoration: none;}
