<html xmlns="http://www.w3.org/1999/xhtml">
<head>  
<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" />
<!--[if lte IE 6]>
<link type="text/css" rel="stylesheet" href="$HOME_PAGE_LINK$css/ie6.css" />
<![endif]-->
</head>

<body>
<div id="temp_body1">
<div id="temp_body2">
<div id="container">
	<!-- <header> -->
    <div id="top">
    <div class="userbox">
    <div id="usermenu">
						<ul class="nav">
							<li class="page_item">&nbsp;</li>
							<?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><li class="page_item"><a href="$PERSONAL_PAGE_LINK$">Profile page</a></li><?else?><li class="page_item"><a href="$REGISTER_LINK$">Register now</a></li><?endif?><?endif?>
							<?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><li class="page_item"><a href="$LOGOUT_LINK$">Log out</a></li><?else?><li class="page_item"><a href="$LOGIN_LINK$">Log in</a></li><?endif?><?endif?>
						</ul>
		</div>
    <div id="date_rss">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
  	 <tr>
      <td class="dateblock" nowrap="nowrap">$WDAY$, $DATE$, $TIME$</td>
      <?if($RSS_LINK$)?><td align="center" width="40"><a href="$RSS_LINK$" title="RSS" class="rsslink">RSS</a></td><?endif?>
 	 </tr>
	</table>
	</div>
    <div class="clr"></div>
    </div>
    <div id="topmenu">
		<!-- <sblock_menu> -->CONTENT<!-- </sblock_menu> -->
	</div>
    <div id="header">
			<div id="headerimg">
				<h1>$SITE_NAME$</h1>
			</div>
	</div>
    <div class="clr"></div>
	</div>
    <!-- </header> -->
	<div id="wrapper">
    <!-- <middle> -->
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
  		<tr>
    		<td width="200" align="left" valign="top">
            <div class="sidebar">
    			<!-- <container> --><!-- <block> --> 
				<h2>TITLE</h2>
				<div class="widget">CONTENT</div>
    			<!-- </block> --><!-- </container> -->	
			</div>
    		</td>
    		<td valign="top">
            	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bd_table">
  					<tr>
    					<td class="bd_tl" width="10" height="10">&nbsp;</td>
    					<td class="bd_t">&nbsp;</td>
    					<td class="bd_tr" width="10" height="10">&nbsp;</td>
  					</tr>
  					<tr>
    					<td class="bd_l">&nbsp;</td>
    					<td>
						<div id="content">
                        [BODY]
    					</div>
						</td>
    					<td class="bd_r">&nbsp;</td>
  					</tr>
  					<tr>
    					<td class="bd_bl" width="10" height="10">&nbsp;</td>
    					<td class="bd_b">&nbsp;</td>
    					<td class="bd_br" width="10" height="10">&nbsp;</td>
  					</tr>
				</table>
</td>
    		<td width="200" align="right" valign="top">
            <div class="sidebar">
    			<!-- <container> --><!-- </container> -->	
			</div>
    		</td>
  		</tr>
	</table>
    <!-- </middle> -->
	</div>
</div>
																					<div class="description"><span><a href="http://www.uthemes.ru/" title=""></a>    Ucoz</span></div>	
<!-- <footer> --><div id="footer">
 <div id="fbox">
			<p align="center">
				[COPYRIGHT]<br />$POWERED_BY$</p>
 </div>
</div><!-- </footer> -->
</div>
</div>
<script type="text/javascript" src="$HOME_PAGE_LINK$js/jquery.flash.min.js"></script>
<script type="text/javascript" src="$HOME_PAGE_LINK$js/jquery.sifr.min.js"></script>
<script type="text/javascript">
	$(document).ready(function(){
		$.sifr({
			path: '$HOME_PAGE_LINK$images/',
			save: true
		});
		$('#headerimg h1').sifr({ font: 'huxley',fontSize: '48px' });
	});
</script>
</body>
</html>
<!-- <popup> -->
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="bd_table popuptable">
  					<tr>
    					<td class="bd_tl" width="10" height="10">&nbsp;</td>
    					<td class="bd_t">&nbsp;</td>
    					<td class="bd_tr" width="10" height="10">&nbsp;</td>
  					</tr>
  					<tr>
    					<td class="bd_l">&nbsp;</td>
    					<td>
						<div id="content">
                        <table border="0" cellpadding="4" cellspacing="0" width="100%">
							<tr><td align="center" class="popuptitle"><b>[TITLE]</b></td></tr>
							<tr><td align="center" style="background:#fff;padding:6px;">[BODY]</td></tr>
						</table>
    					</div>
						</td>
    					<td class="bd_r">&nbsp;</td>
  					</tr>
  					<tr>
    					<td class="bd_bl" width="10" height="10">&nbsp;</td>
    					<td class="bd_b">&nbsp;</td>
    					<td class="bd_br" width="10" height="10">&nbsp;</td>
  					</tr>
				</table>
<!-- </popup> -->