
*
{
   margin: 0;
   padding: 0;
}

body
 {
   margin: 97px auto;
   width: 1024px;
   font: 12pt Helvetica, Arial, sans-serif;
   background: #000 center top no-repeat url(../images/nbound_website.jpg);
   color: #fff;
   border: 1px solid #fff;
}

nav
{
}

nav ul
{
   list-style: none;
   overflow: hidden;
   background-color: #222;
}

nav ul li
{
   float: left;
   width: 6em;
   height: 1.5em;
   line-height: 1.5em;
   text-align: center;
   font-weight: bold;
}
nav ul li.selected
{
   background-color: #000;
}

nav ul li a
{
   display: block;
   text-decoration: none;
   color: #fff;
}
nav ul li.selected a
{
}
nav ul li a:hover
{
   text-shadow: 2px 2px 4px #f00;
}

section
{
   padding: 1em;
   min-height: 35em;
   background: #000;
}
