/* CSS Document */
html, body {
	background-color:#000000;
	font-family: century gothic;
	color: #ffffff;
	padding: 0;
	border-top: 0;
}

h1 {
	color:#000000;	
}
a {	
	color: #ffffff;
	text-decoration:none;
	font-size: 15px;
	
}
a:visited {	
	color: #ffffff;
	text-decoration:none;
	font-size: 15px;
	
}
a:hover {	
	color: #cccccc;
	font-size: 15px;	
	
}




#divBody{
	color: #000000;	
	font-weight: bold;
}

#tblMenu, #divMenuRight {	
	height: 32px;
	color: #ffffff;
	font-family: century gothic;
	font-size: 20px;

}
#tblAbout {	
	color: #000000;
	font-family: century gothic;
	font-size: 14px;
	font-weight: bold;

}

#contact {	
	color: #000000;
	font-family: century gothic;
	font-size: 14px;
}

		/* thumnail info */
		#showimage{
		position:absolute;
		visibility:hidden;
		border: 1px solid gray;
		}
		
		#dragbar{
		cursor: hand;
		cursor: pointer;
		background-color: #999999;
		min-width: 100px; /*NS6 style to overcome bug*/
		}
		
		#dragbar #closetext{
		font-family: century gothic;
		font-size: 12px;
		margin-right: 1px;
		}
		/* end thumnail info */
		
#divRightMenu a{
	color: #000000;
	font-size: 15px;
	font-weight: bold;	
	
}
#divRightMenu a:hover {	
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;	
	
}	
		
#divScroll a{
	color: #000000;
	font-size: 15px;
	font-weight: bold;	
	
}
#divScroll a:hover {	
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;	
	
}	
