
	<!--
	body
	{
		padding: 0;
		margin: 0;
		background-color: black;
		
		color: #000;		
		padding: 0px;
	}

	/* general styling for this example */
	* { margin: 0; padding: 0; }


	/* begin gallery styling */
	#jgal { list-style: none; width: 187px; margin-left:38px; margin-top: 20px; }
	#jgal li { opacity: .2; float: left; display: block; width: 55px; height: 55px; background-position: 50% 50%; cursor: pointer;  border: 1px solid #fff; outline: 1px solid #ddd; margin-right: 5px; margin-bottom: 5px; }
	#jgal li img { position:absolute; top:50px; left:290px;  display: none; cursor: default; z-index: 10;}
	#jgal li.active img { display: block;  border: 6px solid #fff; }
	#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

	/* styling without javascript */
	#gallery { list-style: none; display: none; border: 0px solid #fff; }
	#gallery li { float: right; margin: 20px 10px 10px 10px; border: 6px solid #fff;}

	#noscript	
	{
		
  		position:absolute; top:65px; left:350px; width:1900px;
	}
	

	#container	
	{
		
  		width: 770px;
	}

	
	#leftcontent	
	{
		float:left;
		margin-left:15px;
		margin-top:45px;
		text-align:center;
		width:260px;
		border:0px solid white;
		
			
	}

	a:link {color: black; text-decoration: none;}
	a:visited {color: gray; text-decoration: none;}

	img
	{ 
		z-index: 2
	}  
		
	p	
	{
		color: black;
		background-color: transparent;
		font-family: georgia, sans-serif;
		font-size: 11px;
		font-weight: lighter;
		text-decoration: none;

	}
	
	#cat {width: 210px; background-image: url('images/contact_open.gif'); background-repeat: no-repeat; margin-left:25px; margin-top:-13px; height:200px; text-align:left; margin-bottom:45px;}
	
