div.keret {background-color: #303030; margin: 0 2% 0 2%; text-align:justify;
		padding: 10px 10px 10px 10px;
		border-left: 1px solid  #606060; border-top: 1px solid  #606060;
		border-right: 1px solid  #000000;border-bottom: 1px solid  #000000;
		min-width:780px; max-width:1100px; margin: 0px auto;
		width: expression( document.body.clientWidth > 1100 ? "1100px" : "auto" ); /* sets max-width for IE */
		/* width: expression( document.body.clientWidth < 780 ? "780px" : "auto" ); set min-width for IE */
		}
		
		
div.pic { background-color: #303030; width:581px; height:191px; margin: 0px auto;
		padding: 0px 0px 0px 0px;
		border-left: 1px solid  #606060; border-top: 1px solid  #606060;
		border-right: 1px solid  #000000;border-bottom: 1px solid  #000000
		}
		
span.img
	{
	    border-right: #7B3503 1px solid;
	    padding-right: 2px;
	    border-top: #CD853F 1px solid;
	    padding-top: 2px;
	    border-left: #CD853F 1px solid;
	    padding-left: 2px;
	    border-bottom: #7B3503 1px solid;
	    padding-bottom: 0px;
	    left: 0px;
	    top: 0px;
	    visibility: hidden;
	    position: absolute;
	    color: black;
	    background-color: black;
	}
	
li {padding-bottom:3px}					

:focus {outline: none}



