	    #apDiv1 {
            position:absolute;
            left:120px;
            top:50px;
            width:778px;
            height:142px;
            z-index:1;
			clear:both;
        }
        body {
            background-color: #D3D1D2;
        }
        #apDiv2 {
            position:absolute;
            left:120px;
            top:266px;
            width:190px;
            height:278px;
            z-index:2;
			clear:both;
        }
        #apDiv3 {
            position:absolute;
            left:391px;
            top:214px;
            width:548px;
            height:271px;
            z-index:3;
            font-size: 16px;
			clear:both;
        }
		
		#footer {
			position:absolute;
			z-index:3;
			width:800px;
			height:50px;
			left: 130px;
			top: 793px;
			padding:3px;
			text-align:center;
		}
		#footer p{
			margin:0;
			padding:0;
		}
		
		#apDiv2 a:hover { color:#FFF; }
		#apDiv2 a:visited, #apDiv2 a:focus, #apDiv2 a:active { text-decoration:none; }
		#apDiv2 a { text-decoration:none; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000; }
		
		
