/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	position:absolute;
	height: 100%;
	top:160px;
	left: 60px;
	width:1024;
	}	
	
	
	
#vidcontent {
	position:absolute;
	height: 273px;
	top:160px;
	left: 314px;
	width:372px;
	}
	
	
	
	
	
	/* body, content, and logo*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#999999;
	font-family:sans-serif;
	font-size:14;
	}
	
	
	
		
	
	
.logo:hover {
	cursor: hand; 
	height:18px;
	width:100px;
	background-image:url(simpleviewer.jpg);
	position: absolute;
	top:589px;
	left:785px;
	z-index:515;
	}
	
	
	
.logo{
	height:18px;
	width:100px;
	background-image:url(simpleviewer.jpg);
	position: absolute;
	top:589px;
	left:785px;
	z-index:515;
	}


#content {
	position:absolute;
	height: 25px;
	top:125px;
	left: 783px;
	width:288px;
	z-index:502;
	}












       /* divs */


#nav{
	height:98px;
	position:absolute;
	top:0px;
	width:1051px;
	left:-9px;
	padding:0px;
	z-index:501;
}




#flashholder{
	height:600px;
	position:absolute;
	top:210px;
	left:0px;
	right:0px;
	width:100%;	
	padding:0px;
	background-color:#000000;
}





#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:0px;
	height: 100px;
	background-color:#999999;
	z-index:555;
}
















	
	/* header links*/
	


a:link{
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
	}
	   
a:visited { 
	color: #ffffff;
	text-decoration:none;
	font-size: 14px;
	}   	
	
a:hover   { 
	color: #181818;
	text-decoration:none;
	font-size: 14px; 
	} 
	
a:active  { 
	color: #ffffff; 
	font-size: 14px;
	text-decoration:underline;
	}   
	
	
	
	
	
	
	
     /* contact and smaller-text links*/	
	
	
	
a.nav2:link{
	font-family: arial, helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
	font-size: 14px;
	}
	   
a.nav2:visited { 
	color: #999999;
	text-decoration:none;
	font-size: 14px;
	}   	
	
a.nav2:hover   { 
	color: #ffffff;
	text-decoration:underline;
	font-size: 14px; 
	} 
	
a.nav2:active  { 
	color: #999999; 
	font-size: 14px;
	text-decoration:underline;
	}   
