body {
  text-align: center;
  font-family: trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif; 
  font-size: 11px;
}

table#container {
  border-collapse: collapse;
  margin: 0 auto 0 auto;
  text-align: left;
}
table#content {
  border-collapse: collapse;
}

td#leftspace {
  width: 200px;
}

td#topleft {
  background: url('../images/layout/topleft.gif') no-repeat bottom right;
  height: 250px;
  width: 400px;
}
td#topright {
  background: url('../images/layout/topright.gif') no-repeat bottom left;
  width: 180px;
}
td#dividerleft {
  background: url('../images/layout/dividerleft.gif') no-repeat right;
  height: 1px;
}
td#dividerright {
  background: url('../images/layout/dividerright.gif') no-repeat left;
  height: 1px;
}
td#right {
  background: url('../images/layout/right.gif') no-repeat top left;
  height: 330px;
  vertical-align: top;
  padding: 10px;
  padding-top: 140px;
}

td#main {
  padding: 8px;
  vertical-align: top;
}


p { margin-bottom: 3px; }

div#nav {
  line-height: 18px;
  font-weight: bold;
  color: #333;
  font-size: 10px;
}  

a#nav {
  line-height: 16px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}