body{
 background-color:black;
}

#nav {
}

#wrapper { 
 border:0; 
 margin:auto; 
 padding:0; 
 width:800px; 
}

#photo {
  margin-left: auto;  
  margin-right:auto;
	position:relative; top:1.6em;
}

#doc {
position: absolute; top:1em; left:45em;
}

#tab img {
margin-bottom:20px;
}

#txt {
  position: relative; top:2em; left:0;
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
	padding-bottom:20px;
}

img { border: none; } 

a img { border: none; } 

H1  {
	font-size : 22pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	bg-color:black;
	color : #fff;
}

H2  {
	font-size : 16pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}
	
H5  {
	font-size : 10pt;
	font-family :  Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}

h6  {
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : italic;
	color : #fff;
}


#thumbs {
width:1040px; 
margin-left:80px;
}

a, a:visited, a:hover {}

#container {
position:relative; 
width:1200px; 
height:800px; 
background:#000; 
border:0px solid #fef; 
margin:40px auto; 
font-family:verdana, arial, sans-serif; 
font-size:12px;
}

#container span.info {
clear:left; 
display:block; 
text-align:center; 
line-height:30px; 
margin:0; 
padding:0; 
/* width:1040px; */
color:#ddd; 
z-index:1;
}


/* ADDED ID FOR VIDEOS */

	#player1 {
		width: 100%;
		height: auto;
	}

	#player2 {
		width: 100%;
		height: auto;
	}


#container span.info a {color:#000;}

#container span.info a:hover {text-decoration:none;}


#container a.pics {float:left; padding:5px 5px; display:inline; color:#000; text-decoration:none; width:120px; height:80px; cursor:default;}
#container a.pics img.thumb {display:block; border:1px solid #fff;}
#container a.pics span {display:none; border:0; width:900px; background:#000; border:0px solid #fff; text-align:center;}
#container a.pics span img {margin:1px auto; border:1px solid #fff;}
#container a.pics:hover {white-space:normal;}
#container a.pics:hover img.thumb {border:1px solid #fc0;}
#container a.pics:hover span {display:block; position:absolute; left:150px; top:190px; z-index:10; height:600px;}
#container a.pics:active img.thumb {border:1px solid #fc0;}
#container a.pics:active span {display:block; position:absolute; left:150px; top:190px; z-index:5; height:600px;}
#container a.pics:focus {outline:0;}
#container a.pics:focus img.thumb {border:1px solid #fc0}
#container a.pics:focus span {display:block; position:absolute; left:150px; top:190px; z-index:5; outline:0; height:600px;}

.outer {
   overflow: hidden;
   position: relative;
}

.inner {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}

#push {
    clear: both;
    height: 10px;
}

#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px 0px 0px 715px;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 5px;
	width : 40px;
	text-align : center;
	background-color : #000;
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 14px;
	z-index	: 1;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}