		
	
	<style type="text/css" media="screen">

  body {
    border:0px;
    border-style:none;
    margin:0px;
  }

	img	{ 
	   border-style: none;
	 }

	#apDiv2 {
		position:relative;
		left: 0px;		top:0px;
		width:0px;		height:auto;
		z-index:1;
		float:left;
	}

	#apDiv3 {
		position:relative;
		float: left;
		left:-170px;
		top:-100px;
		width:360px;
		height:100%;
		z-index:2;
   }

   #side_banner {
	   position:relative;
	   float: right;
		left:0px;
		top:350px;
		width:150px;
		height:100%;
		z-index:3;
	}

  #article_title {
	  font: bold 18px Arial;
	  color:#cc3333; /* orange = #ff6600 */
	  font-weight:bold;
	  padding-left: 10px;
	  padding-top: 40px;
	  margin-bottom: -7px;
  }

	 #article_date {
		  font: 12px Arial;
		  color:#cc3333; /* orange = #ff6600 */ 
		  font-weight:bold;
		  padding-left: 0px;
	   }
   #article_content{
	    color:#333333;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 0px;
   }
	</style>