<html>
<head>
<title>$SITE_NAME$ - $PAGE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://terosoft.3dn.ru/_st/my.css" />
</head>

<body>

<div id="contanier">
 <div id="centerBlock">
 <div id="topPick">
 <div id="leftColumn">
 <div id="logoBlock"><h1></h1></div>
 <div id="navBar"><p><a href="$HOME_PAGE_LINK$"></a><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"> </a><?else?> | <a href="$REGISTER_LINK$"></a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"></a><?else?> | <a href="$LOGIN_LINK$"></a><?endif?> | <a href="$RSS_LINK$">RSS</a></p></div>
 <div id="textBlock">
 <?if($URI_ID$!="page1")?><h1>$PAGE_NAME$</h1><?endif?>
 <!-- Body -->$CONTENT$<!-- /Body -->
 </div>
 </div>
 <div id="rightColumn">
 <div id="dataBar">$WDAY$, $DATE$, $TIME$<br/><?if($USER_LOGGED_IN$)?>   <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a></br> "<u>$USER_GROUP$</u>"<?else?>  <b>$USERNAME$</b><?endif?></div>
 <table class="menuTable"><tr><td>$SITE_MENU$</td></tr></table>
 <?if($CATEGORIES$)?><table class="boxTable"><tr><th><h2> </h2></th></tr><tr><td class="boxContent">$CATEGORIES$</td></tr></table><?endif?>
 <?if($LOGIN_FORM$)?><table class="boxTable"><tr><th><h2> </h2></th></tr><tr><td class="boxContent" align="center">$LOGIN_FORM$</td></tr></table><?endif?>
 <?if($NEWS_CALENDAR$)?><table class="boxTable"><tr><th><h2> </h2></th></tr><tr><td class="boxContent" align="center">$NEWS_CALENDAR$</td></tr></table><?endif?>
 <?if($SEARCH_FORM$)?><table class="boxTable"><tr><th><h2></h2></th></tr><tr><td class="boxContent" align="center">$SEARCH_FORM$</td></tr></table><?endif?>
 <table class="boxTable"><tr><th><h2> </h2></th></tr><tr><td class="boxContent">$GLOBAL_FRIENDS$</td></tr></table>
 <?if($COUNTER$ || $ONLINE_COUNTER$)?><table class="boxTable"><tr><th><h2></h2></th></tr><tr><td class="boxContent" align="center">$COUNTER$<?if($ONLINE_COUNTER$)?><hr />$ONLINE_COUNTER$$ONLINE_USERS_LIST$<?endif?></td></tr></table><?endif?>
 <?if($POLL$)?><table class="boxTable"><tr><th><h2> </h2></th></tr><tr><td class="boxContent">$POLL$</td></tr></table><?endif?>
 <?if($CHAT_BOX$)?><table class="boxTable"><tr><th><h2>-</h2></th></tr><tr><td class="boxContent">$CHAT_BOX$</td></tr></table><?endif?>
 </div>
 <div style="clear:both;"></div>
 </div>
 </div>
<!-- Footer --><div id="footer">Copyright MyCorp &copy; $YEAR$ |$POWERED_BY$  Copyright &copy; 2010 <a href="http://www.ucozskins.ru/">www.ucozskins.ru</a></div><!-- /Footer -->
</div>
</body>

</html>