body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
#main {
	width: 775px; 
	height: 100%;
	border: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}

a {color: #4A3919;text-decoration: none;}
a:hover {color: #966200;text-decoration: none;}

.linkstyle1a {font-family:Tahoma, verdana;font-size: 11px;color:#ffffff;}
.linkstyle1a td {padding: 4px;}
.linkstyle1a a {color: #ffffff;text-decoration: none;}
.linkstyle1a a:hover {color: #4A3919;text-decoration: none;}

.studio {font-family:Tahoma,verdana;font-size:10px;color:#000000;text-decoration: none;margin-right:20px;}
.studio a {color: #000000; text-decoration: none;}
.studio a:hover {color: #F59016; text-decoration: none;}

.MainText {
	padding: 10px;
	font-family:Tahoma, verdana;
	font-size: 12px;
	color: #000;
	line-height: 140%;
	vertical-align: top;
}

.menuTop {
	background: transparent url("gfx/bz_05.jpg") repeat-y;
	width: 176px;
	height: 202px;
	font-family:Tahoma, verdana;
	font-size: 12px;
	color: #F6DEC1;
	font-weight: bold;
}
.menuTop ul {
	margin: 0px;
	padding: 0px 0px 0px 35px;
}
.menuTop li {
	list-style-image: url("gfx/arrow.gif");
	padding: 2px 0px 2px 0px;
}
.menuTop a {color: #F6DEC1;text-decoration: none;}
.menuTop a:hover {color: #F59016;text-decoration: none;}

h2.nagl {
	color: #Ff8417;
	font-family: tahoma;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	background: transparent url("gfx/vertical.gif") no-repeat center bottom;;
}

.goTop {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.TabGal {
	margin-left: 30px;
}
.TabGal div {
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: center;
	font-size: 11px;
}

#gallery {
	text-align: center;
	margin-top: 10px;
}
#gallery img {
	border: 2px solid #FF8417;
	margin: 4px 0px 4px 0px;
}
#gallery p {
	padding: 5px;
	margin: 0px;
	font-family:Tahoma, verdana;
	font-size: 12px;
	color: #000;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(gfx/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gfx/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gfx/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	