<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Morel Software, LLC</title>
    <style type='text/css'>
        a { color: #2D8247; font-weight: bold; text-decoration: none;}
        a:hover { text-decoration: underline; }
        body {
            padding: 10px 0;
            margin: 0;
            background: #fff;
            font-family: Verdana, Arial, sans-serif;
            color: #3f3f3f;
            font-size: 12px;
        }
        #outline {
            background: #f6f6f6 url(/static/images/header_bg.png) no-repeat;
            border: 1px solid #777;
            -moz-box-shadow: 5px 5px 5px #ccc;
            -webkit-box-shadow: 5px 5px 5px #ccc;
            box-shadow: 5px 5px 5px #ccc;
            width: 780px;
            padding: 10px;
            margin: 0 auto;
        }
        #header { }
        #logo {
            float: left;
            height: 100px;
            padding-left: 20px;
            width: 100px;
        }
        #morel_soft_text {
            float: left;
            padding: 35px 0 0 30px;
            width: 300px;
        }
        #morel_soft_text img {
            display: block;
        }
        #morel_soft_text span {
            padding-left: 30px;
        }
        
        #nav {
            padding: 43px 20px 0 0;
            font-weight: bold;
            float: right;
        }
        #nav > #item {
            border-right: 1px solid #999;
            padding: 0px 10px;
            float: left;
        }
        #nav > #item > a { color: inherit; }
        #nav > #item > a.active { color: #324386; }
        .clear { clear: both; }
    </style>
</head>

<body>
    
    <div id="outline">
        <div id="header">
            <div id='logo'>
                <a href='/'><img src='/static/images/logo.png' border='0' /></a>
            </div>
            <div id='morel_soft_text'>
                <img src='/static/images/morel_soft_text.png' />
                <span>Web Application Development</span>
            </div>
            <div id='nav'>
                <div id='item'>Services</div>
                <div id='item'>Portfolio</div>
                <div id='item' style='border-right: 0px;'><a href='mailto:contact@morelsoft.com'>Contact</a></div>
            </div>
            <div class='clear'></div>
        </div>
    
        <div style='height: 400px;'>This is a <a href=''>link</a> that has been highlighted.</div>
    
    </div>
    
</body>

</html>