<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"/>
</head>
<body>
<a name="top"></a>

<div id="page">
<!-- <babybluetplsceleton> -->
    <!-- <header> -->
    <div id="header">
        <div class="ninenineo_wrap">
            <div id="logo">
                <div class="textlogo">
                    <h1><a href="$HOME_PAGE_LINK$" title="Site Home">Site Logo</a></h1>

                    <h2>$SITE_NAME$</h2>
                </div>
            </div>
            <div id="pagenav">
                <ul>
                    <?if($USER_LOGGED_IN$)?>
                    <li>
                        <a title="Profile page" href="$PERSONAL_PAGE_LINK$">Profile page</a>
                    </li>
                    <li>
                        <a title="Log out" href="$LOGOUT_LINK$">Log out</a>
                    </li>
                    <?else?>
                    <li>
                        <a title="Log in" href="$LOGIN_LINK$">Log in</a>
                    </li>
                    <li>
                        <a title="Register now" href="$REGISTER_LINK$">Register now</a>
                    </li>
                    <?endif?>
                    <?if($RSS_LINK$)?>
                    <li>
                        <a href="$RSS_LINK$" title="RSS">RSS</a>
                    </li>
                    <?endif?>
                </ul>
            </div>
            <div id="topsearch">
                <form style="display:inline" method="get" action="/search/">
                    <input type="text" name="q" class="topsearch_input" value="Search..."
                           onfocus="if(this.value == 'Search...'){this.value = ''}"
                           onblur="if(this.value == ''){this.value = 'Search...'}"/>
                    <input type="image" class="topsearch_submit" src="/img/1.gif"/>
                </form>
            </div>
        </div>
    </div>
    <div class="clear"></div>
    <div id="navbar">
        <div class="onethousand_wrap">
            <div class="navbarwrap">
                <!-- <sblock_menu> -->CONTENT<!-- </sblock_menu> -->
            </div>
            <div class="clear"></div>
        </div>
    </div>
    <!-- </header> -->
    <div id="leftandright">
        <!-- <middle> -->
        <div id="leftcontent">
            [BODY]
        </div>
        <div id="rightsidebar">
            <div id="side_subscribe">
                <?if($RSS_LINK$)?>
                <a title="RSS feed" href="$RSS_LINK$" target="_blank">
                    <img style="position:relative;" src="/img/2.gif" alt=""/>
                </a>
                <?endif?>
                <a title="Share website on Twitter" href="http://twitter.com/share?url=$HOME_PAGE_LINK$"
                   target="_blank">
                    <img style="position:relative;" src="/img/3.gif" alt=""/>
                </a>
                <a title="Share website on Facebook" href="http://www.facebook.com/share.php?u=$HOME_PAGE_LINK$"
                   target="_blank">
                    <img style="position:relative;" src="/img/4.gif" alt=""/>
                </a>
            </div>
            <div id="side_subscribe_btm"></div>
            <div class="side_sep"></div>
            <!-- <container> -->
            <!-- <block> -->
            <div class="widgetblock">
                <div class="widgettitle">TITLE</div>
                <div class="widgetcontent">
                    CONTENT
                </div>
            </div>
            <!-- </block> -->
            <!-- </container> -->
        </div>
        <div class="clear"></div>
        <!-- </middle> -->
    </div>
</div>
</div>
<!-- <footer> -->
<div class="footersky">
    <div class="onethousand_wrap">
        <div class="copyright">
            <span class="left">[COPYRIGHT]</span>
            <span class="right">$POWERED_BY$ | <a href="http://ucoztemplates.com">Free uCoz Templates</a></span>

            <div class="clear"></div>
        </div>
    </div>
</div>
<div id="footcopy" style="display: block;">
    <div class="onethousand_wrap">
 <span class="left"><a href="http://zenverse.net/baby-blue-wordpress-theme/?themedemo=babyblue"
                       target="_blank">BabyBlue</a> designed by <a
         href="http://www.dccarpetcleaning.com" target="_blank">Carpet Cleaning DC</a></span>
 <span class="right">In conjunction with <a href="http://www.lifebankusa.com" target="_blank">Cord Blood
     Banking</a>, <a href="http://elitepcbuilding.com" target="_blank">How to Build a Computer</a>, <a
         href="http://www.cna-training.info" target="_blank">CNA Certification</a>.</span>
    </div>
</div>
<!-- </footer> -->
<!-- <endbabybluetplsceleton> -->
<script type="text/javascript">
    $(document).ready(function() {
        $(".uMenuRoot li:has(.uMenuArrow) .uMenuItem span").append("&#187;");
    });
</script>
</body>
</html>

<!-- <popup> -->
<div class="popup">
    <div class="popuptitle">
        <div class="pp-title">
            [TITLE]
        </div>
    </div>
    <div class="popupbody">
        <div class="pp-body">
            [BODY]
        </div>
    </div>
</div>
<!-- </popup> -->
