
		
		#pwjapp {
			z-Index:0;
			display:block;
			position: relative;
			display:block;
			left:-150px;
			top:100px;
			width:325px;
			height: 351px;
		}
		
		#features 
		{
			z-index: 1;
			display:block;
			position: relative;
			left:180px;
			top:-320px;
			font-family: sans-serif;
			font-size: medium;
			font-weight: normal;
			color: navy;
			text-shadow: white;
		}
		
		#topbanner {
			z-index: 1;
			background-color: black;
			display:block;
			position: absolute;
			display:block;
			left:0px;
			top:0px;
			width:100%;
			height: 37px;
		}
		
		#pwjtext {
			z-index: 1;
			position: relative;
			display:block;
			display:block;
			left:-180px;
			top:20px;
			width:327px;
			height: 55px;
		}
		
		#purchasetext01 {
            z-index: 1;
            position: relative;
            display:block;
            display:block;
            left:0px;
            top:50px;
        }
        
        #checkoutbutton {
            z-index: 1;
            position: relative;
            display:block;
            display:block;
            left:0px;
            top:10px;
        }
		
		#pwjdescription {
			z-index: 1;
			display:block;
			position: relative;
			display:block;
			left:-70px;
			top:50px;
			width:430px;
			height: 18px;
		}
		
		#price {
            z-index: 2;
            display:block;
            position: relative;
            display:block;
            left:200px;
            top:70px;
        }
		
		#hr {
			z-index: 1;
			display:block;
			position: relative;
			display:block;
			left:0px;
			top:85px;
			width: 675px;
			height: 6px;
		}
		
	    #hrbottom {
            z-index: 1;
            display:block;
            position: relative;
            display:block;
            left:0px;
            top:-120px;
            width: 675px;
            height: 6px;
        }
		
		#downloadbutton {
			z-Index:0;
			display:block;
			position: relative;
			display:block;
			left:0px;
			top:110px;
			width:132px;
			height: 38px;
		}
		
		#menu {
			z-index: 1;
			display:block;
			position: relative;
			display:block;
			left:160px;
			top:85px;
			font-family: Arial;
			font-size: larger;
			font-weight: bold;
		}
		
		#helplinks {
		
            z-index: 1;
            display:block;
            position: relative;
            left:180px;
            top:120px;
            font-family: sans-serif;
            font-size: medium;
            font-weight: normal;
            color: navy;
            text-shadow: white;
            text-align: left;
        }
        
        #helptext{
            z-index: 1;
            display:block;
            position: relative;
            left:120px;
            top:75px;
            font-family: sans-serif;
            font-size: larg;
            font-weight: bold;
            color: navy;
            text-align: center;
        }
        
        #purchase {
            z-Index:0;
            display:block;
            position: relative;
            display:block;
            left:0px;
            top:110px;
        }
        
                
        #salesinfo{
            z-index: 1;
            display: block;
            position: relative;
            left:-140px;
            top:-140px;
            font-family: sans-serif;
            font-size: larg;
            font-weight: bold;
            color: navy;
        }
        
        #orderform
        {
            z-index: 1;
            display: block;
            position: relative;
            left:0px;
            top:-100px;
            font-family: sans-serif;
            font-size: larg;
            font-weight: bold;
            color: navy;
        }
        
                
        #error
        {
            z-index: 1;
            display: block;
            position: relative;
            font-family: sans-serif;
            font-size: larg;
            font-weight: bold;
            color: red;
        }
        
        
        #download
        {
            z-index: 1;
            display: block;
            position: relative;
            left:0px;
            top:100px;
            font-family: sans-serif;
            font-size: larg;
            font-weight: bold;
            color: navy;
            
        }
        #googlecheckout
        {
            cursor: pointer;
        }
        
		A:link {text-decoration: none; color: navy;}
		A:visited {text-decoration: none; color: navy; }
		A:active {text-decoration: underline; color: navy;}
		A:hover {text-decoration: none; color: maroon;}