body {
   background-image: url(images/bg.jpg);
   background-repeat: repeat;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   margin: 0px;
   padding: 0px;
}

#wrapper {
   width: 1000px;
   padding-left: 20px;
   padding-top: 20px;
}

#nav {
   float: left; 
   width: 15em;
   font-size: 0.8em;
}

#menu li {
   cursor: pointer;
   background-color: #fff;
   border-bottom: 2px solid #e6e6e6;
   display: block;
   padding: .5em 20px .5em 10px; 
}

#content {
   margin: 0 0 0 15em; 
   font-size:0.9em;
} 

#content h2 {
   margin: 0;
   background-color: #036;
   color: #fff;
   padding: 0.25em 0 0.25em 1em;
   text-align: left;
   font-size: 1.2em;
}

#content h3 {
   background-color: #58a;
   color: #fff;
   padding: .2em 0 .2em 1em;
   font-size: 0.9em;
   border-bottom: solid 2px #e6e6e6;
   margin-bottom: 0.8em; 
}

.section {
   background-color: #fff;
   color: #000;
   margin-bottom: 1.2em;
   padding: 1em 2em;
   border: solid 1px #808080;
}

.center {
   text-align: center;
   border: none;
   line-height: normal;
   margin: 20px;
}

a:link {
   color: #0000cc;
}

p {
   line-height: 150%;
   color: #000;
   margin-bottom: 1em;
}

div {
   margin: 0px;
   padding: 0px;
   line-height: 150%;
}

img {
   border: 0;
}

ul {
   list-style-type: none;
}

table {
   text-align: center;
   width: 720px;
}

td {
   vertical-align: top;
   padding:0.8em;
}