.taigabody {
background-repeat:repeat-x;
SCROLLBAR-HIGHLIGHT-COLOR: black;
SCROLLBAR-ARROW-COLOR: Maroon;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-DARKSHADOW-COLOR: #B8860B;
SCROLLBAR-BASE-COLOR: #FFFFF0;
overflow: auto;
-moz-box-sizing: border-box;
margin: 0px;
padding: 0px;
}

#dek {
	POSITION: absolute;
	VISIBILITY: hidden;
	Z-INDEX: 255;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
}

.draward {
	background-color: transparent;
	height: auto;
	width: 180px;
	right: 200px;
	top: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	border: 0px dotted #5f93c7;
	z-index: 90;
}
.draicons {
	background: transparent;
	filter: Alpha(Opacity=20);
	-moz-opacity: 0.2;
	height: 19px;
	width: 120px;
	left: 286px;
	top: 660px;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 30;
	display: none;
}

.draicons2 {
	background: transparent;
	filter: Alpha(Opacity=20);
	-moz-opacity: 0.2;
	height: 19px;
	width: 120px;
	left: 323px;
	top: 339px;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 255;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color: #191970;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color: #FFF69F;
	
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color: #FF0000;
}
a.current {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color: Green;
}
	
.content {
	background: transparent;
	display: none;
	-moz-box-sizing: border-box;
	overflow-x: hidden;
	text-align: left;
	overflow: auto;
	height: 440px;
}

.contentinner {
	margin: 0px;
	border: 0px;
	width: auto;
	padding-left: 445px;
	padding-top: 26px;
	padding-right: 12px;
}


.menu {
	position: absolute;
	z-index: 26;
	left: 230px;
	top: 360px;
	background: transparent;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	width: auto;
	-moz-box-sizing: border-box;
	display: block;
}

.rndpict{
	position: absolute;
	display: block;
	left: 264px;
	top: 570px;
	margin: 0px;
	width: auto;
	height: auto;
	background: black;
	border: 1px solid white;
	-moz-border-radius: 4px;
	z-index: 40;
	-moz-box-sizing: border-box;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:1px;
	color: White;
	filter:Alpha(Opacity=100,FinishOpacity=0,Style=3);
	-moz-opacity: 0.7;
}

.l2 {
	width: 132px;
	height: auto;
	margin-bottom: 3px;
   padding: 2px;
	background: #DAA520;
	border: 1px solid #8B4513;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	display: block;
	color: #191970;
	font-weight: bold;
	text-align: center;
	filter:Alpha(Opacity=100,FinishOpacity=0,Style=2);
	-moz-opacity: 0.7;
}

.l3 {
	width: 93px;
	height: auto;
	margin-bottom: 3px;
   padding: 0px;
	background: #DAA520;
	border: 2px solid #8B4513;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	display: block;
	color: #191970;
	font-weight: bold;
	text-align: center;
	filter:Alpha(Opacity=100,FinishOpacity=0,Style=2);
	-moz-opacity: 0.7;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 120px;
height: 80px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:11px;
color: #C2E2FC;
text-align: center;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 110px;
height: 70px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: auto;
}

#navlinks a{ /*CSS for each navigational link*/
margin-left: 0px;
margin-right: 0px;
font-size: 11px;
padding-left: 4px;
padding-right: 4px;
border: 1px solid #9da6b2;
border-bottom: 0px solid #9da6b2;
border-left: 0px solid #9da6b2;
display: inline;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #DAA520;
padding-left: 4px;
padding-right: 4px;
border: 1px solid #9da6b2;
border-left: 0px solid #9da6b2;
display: inline;
margin-left: 0px;
margin-right: 0px;
color: #aa3333;
}
