					<ul>
                    	<!-- ************************************************************* -->
                         		<li style="border:0px;">
                                    <!--<img src="<?php bloginfo('stylesheet_directory');?>/images/img1.jpg" alt="" class="image" />-->
                                    
                                    <?php 
									$id = 285;
									$aboutus = $wpdb->get_results('select * from '. $wpdb->posts .' where id ='.$id , OBJECT);
									foreach($aboutus as $au)
									{
										$aboutus = $au -> post_content;
										$title = $au -> post_title;
										//$pageid = $au -> ID;
									
										$image = get_post_meta($id,"post_image",true);
										if($image != "") {
									?>
										<img src="<?php echo $image; ?>" alt="" class="image" />
										<?php } ?>
                                        <div class="sideBarTitle"><h2><?php _e('Welcome to my blog!'); ?></h2></div>
                                        <!--<img src="<?php bloginfo('stylesheet_directory');?>/images/img1.jpg" alt="" class="image" />-->
                                        <div style="height:1%;">
                                    		<p><?php echo $aboutus; ?></p>
                                        </div>
                                        <div style="clear:both;"></div>
									<?php }  ?>
                                </li>
                         <!-- ************************************************************* -->
                    
                    </ul>