body {
     margin: 0px;
     font-family: verdana, helvetica, sans-serif;
     font-size: 80%;
}

.container {
           width: 800px;
}

.header {
        height: 120px;
        background-color: #f7e9e6;
}

td {
   font-size: 90%;
}

td.nav {
     text-transform: uppercase;
     letter-spacing: 0px;
     background-color: #ab1902;
     font-size: 10px;
     font-family: 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
     padding: 0;
     text-align: center;
}

td.nav a {
        color: #ffffff;
        text-decoration: none;
}

td.nav a:hover {
        color: #ffffff;
        text-decoration: underline;
}

.content {
         margin-left: 190px;
         padding: 5px;
}

.sidebar {
         float: left;
         width: 180px;
         position: relative;
         margin: 0 5px 10px 0;
         background-color: #ffffff;
         font-size: 75%;
         padding: 5px;
         height: 100%;
}

h1 {
   font-size: 100%;
   color: #ab1902;
   text-align: center;
}

a {
  color: #ab1902;
  text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

a.footer, a.footer:hover {
         font-size: 70%;
}