<?php get_header(); ?>

	<div id="content" class="clearfix">
			
		<div id="main" class="col620 clearfix" role="main">
            <header class="entry-header page-header">
                <h1 class="entry-title"><?php _e( 'ERROR 404 - PAGE NOT FOUND', 'online-marketer' ); ?></h1>
            </header>
			<article id="post-0" class="post error404 not-found">
				

				<div class="entry-content">
                
					<h2><?php _e( 'The article you were looking for was not found, but maybe try looking again!', 'online-marketer' ); ?></h2>

				</div><!-- .entry-content -->
			</article><!-- #post-0 -->

		</div>
        <?php get_sidebar(); ?>
	</div>

<?php get_footer(); ?>