body {
   background-color: #EEE;
   font-family: Helvetica, Arial, sans-serif;
}

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

p {
   font-size: 13px;
}

li {
   font-size: 13px;
   text-indent: 20px;
}

ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

h1, h2, h3 {
   margin: 0;
   text-indent: 0cm;
}

#container {
   background-color: white;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
}

#header {
   background-color: #660000;
   color: white;
   text-align: left;
   padding: 10px;
}

#content {
   padding: 10px;
}

.list {font-size: 20px; font-weight: normal;} 
.list_sel {font-size: 20px; font-weight: bold;} 

#nav {
   width: 120px;
   float: left;
   font-size: 20px;
}

#nav ul {
   list-style-type: none;
   padding: 0;
}

#main {
   width: 660px;
   height: 400px;
   float: right;
   overflow-y: auto;
}

#footer {
   clear: both;
   padding: 5px;
   background-color: #660000;
   color:white;
   font-size: 10px;
   text-align: right;
}
