<!--
.container {
		clear: left;
		float: left;
		width: 89%;
        padding: 1.5em;
        margin: .3em 0 2em 0;
/*        border: 1px solid #ccc; */
/*        background: #fff; */
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 2em 1em;
        border-bottom: 1px solid #333333;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav #title {
        float: left;
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 1.2em .6em 1.2em;
        text-decoration: none;
        color: #000000;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 1em;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 1.2em .6em 1.2em;
        text-decoration: none;
        color: #333333;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000000;
        background: url(../img/rounded.gif) no-repeat bottom center ;
}