<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>[TITLE]</title>
<link rel="stylesheet" href="[CSS_URL]" type="text/css" media="screen" />
</head>

<body>
$ADMIN_BAR$
<div id="wrapper">
<div id="body_page">
<div id="page">
<!-- <header> -->
<div id="header">
	<h1>
    	<a href="$HOME_PAGE_LINK$">$SITE_NAME$</a>
    </h1>
</div>
<table id="menu" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top"><div id="menu_left">
    	<a href="$HOME_PAGE_LINK$">Site home</a>|
        <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$">Profile page</a>|<?else?><a href="$REGISTER_LINK$">Register now</a>|<?endif?><?endif?>
        <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$">Log out</a>|<?else?><a href="$LOGIN_LINK$">Log in</a>|<?endif?><?endif?>
    	<a id="i_rss" href="$RSS_LINK$">RSS </a>
    </div></td>
    <td valign="top" width="360"><div id="menu_right">
        <div id="right_search">
                    <div class="sch">:</div>
                    $SEARCH_FORM$
            <div class="clear"></div>
        </div>
    </div></td>
  </tr>
</table>
<!-- </header> -->
<div id="body">
<?if($MODULE_ID$='forum')?><div id="forum_bg"><?endif?>
<!-- <middle> -->
<div id="body_top">

	<div id="body_left">
    	<div id="body_left_content">
	<div id="content" class="narrowcolumn">
		<div class="post">
			[BODY]
		</div>
	</div>
        </div>
    </div>

	<div id="body_right">
    	<div id="body_right_content">                    
            <div id="sidebars">
                	<div id="sidebar">
		<!-- <container> --><!-- <block> --> 
	<div class="widgetblock"><h2>TITLE</h2>
	<div class="widget">CONTENT</div>
    </div>
    <!-- </block> --><!-- </container> -->
	</div>

                
		<div id="sidebar_right">
		<!-- <container> --><!-- <block> --> 
	<div class="widgetblock"><h2>TITLE</h2>
	<div class="widget">CONTENT</div>
    </div>
    <!-- </block> --><!-- </container> -->
	</div>
        <div class="description"><span> <a href="http://www.uthemes.ru/" title=" "> </a>  </span></div>
            </div>
            
        </div>
    </div>

</div>
<!-- </middle> -->
<?if($MODULE_ID$='forum')?></div><?endif?>
</div>
<!-- <footer> -->
<div id="footer">
	<div id="footer_text">
    	[COPYRIGHT]        
    </div>
	<div id="footer_copyrights">
    	$POWERED_BY$
    </div>
</div>
<!-- </footer> -->
</div>

</div>
</div>
</body>
</html>
<!-- <popup> -->
<table border="0" cellpadding="4" cellspacing="1" width="98%" class="popuptable">
<tr><td align="center" class="popuptitle"><b>[TITLE]</b></td></tr>
<tr><td align="center" class="popupbody">[BODY]</td></tr>
</table>
<!-- </popup> -->