	/*css for the tab of csss gallery*/	
		div.domtab{
		    margin-left:12px;
			width:800px;
			font-size:90%;
			
		}
		html>body div.domtab{
		    margin-left:0px;
			width:800px;
			font-size:90%;

		}
		.topnavbar
		{
		margin:10px 0px 0px 0px;
		padding:1px 0px 1px 15px;
		list-style-type:none;
		width:80px;
		height:21px;
		float:left;
		background:#4D93BB;
		}
		.topnavbar li
		{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		float:left;
		width:40px;
		}
		
		.topnavbar li a
		{
		text-decoration:none;
		}
	
		/*css for the div containing the pictures*/		
		div.domtab div{
			clear:both;
			width:auto;
			background:#BBBBBB;
			
			padding:3px 10px 0px 12px;
			margin:0px 0px 0px 0px;
		}
		html >body div.domtab div{
			clear:both;
			width:auto;
			background:#BBBBBB;
		
			padding:7px 10px 0px 12px;
			margin:0px 0px 0px 0px;
		}
		#innergallery
		{
		padding:0px 0px 5px 0px;
		margin:0px;
		}
	/*end of css for tab of gallery */
		
		/* Gallery space buffer */
		.spacebuffer
		{
		color:#BBBBBB;
		}
/*end of css for tab of gallery */
