div.cssMainWindow {
	position:relative;  /* was relative */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 600px;
	top: 10px;
	left: 0px;
}

/* Style Sheet for marksokol.com */
	    .main
	    {
	       overflow: hidden;
	    }
	
	    p
	    {
		    color: black; 
		    font-family: Bauhaus, Arial;
		    font-size: 12px;		    
	    }
	    
	    p:hover
	    {
		    color: #000088; 
		    font-family: Bauhaus, Arial;
		    font-size: 12px;
		    cursor:pointer;
	    }
	    
	    .Pclimbing
	    {
		    color: #000000; 
		    font-family: Bauhaus, Arial;
		    font-size: 12px;
		    text-decoration: none;
	    }
	    .Pclimbing:hover
	    {
		    color: #8B0000; 
		    font-family: Bauhaus, Arial;
		    font-size: 12px;
		    cursor:pointer;
		    text-decoration: none;
	    }
	    
	    
	    .leftPanelCursor
	    {
		    color: black;
		    font-weight: bold;
		    font-family: Bauhaus, Arial;
		    font-size: 19px;
	    }
	    
	    .rightPanelCursor
	    {
		    color: black;
		    font-weight: bold;
		    font-family: Bauhaus, Arial;
		    font-size: 14px;
		    OVERFLOW: auto;
		    height:350px;
	    }
	    .innerTable
	    {
		    color: black;
		    font-family: Bauhaus, Arial;
		    font-size: 12px;
		    OVERFLOW: auto;
		    height: 500px;
	    }
	     
	    .pcenter
	    {
		    color: black; 
		    font-family: Bauhaus, Arial;
		    font-size: 14px;
	    }
    	
	    img:hover
	    {
		    cursor:pointer;
	    }
    	
	        .style1
            {
                height: 101px;
                width: 850px; 
            }
            .style2
            {
                height: 5px;
            }
            .style3
            {
                height: 25px;
                width: 850px; 
            }
            .style4
            {
                height: 464px;
                overflow:hidden;
                position:relative;
                float:left;
            }
            .style5
            {
                height: 5px;
            }
            
            .leftPanel
            {
                background-image: url(images/leftPanel.gif);
                background-repeat: no-repeat;
                height: 464px;
                overflow:hidden;
                position:relative;
                float:left;
                color: black; 
		        	  font-family: Bauhaus, Arial;
		            font-size: 12px;
            }
            
            .rightPanel
            {
               background-image: url(images/rightPanel.gif);
               background-repeat: no-repeat;
               height: 464px;
               overflow:hidden;
               position:relative;
               float:left; 
            }
            
            /* overlay */
            .overlay
            {
               position:relative;
               top:-470px;
               left:0px;
               width:650px;
               height:450;
               z-index: 50;
               background-image: url(images/background.jpg); 
               background-repeat: no-repeat;
               color: black;
		       font-family  : Bauhaus, Arial;
		       font-size : 12px;
		       OVERFLOW: auto;
            }
             .climbingOverlay
            {
               position:relative;
               top:-470px;
               /*left:200px;*/
               width:765px;
               height:475;
               z-index: 100;
               background-image: url(images/background.jpg); 
               background-repeat: no-repeat;
               color: black;
		       font-family  : Bauhaus, Arial;
		       font-size : 12px;
		       OVERFLOW: auto;
            }
    	
