body {
  margin:0;
  padding:0;
}
p {
  font:1em Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding:4em 0 0 2em !important
}

img {
  display:block;
  margin-top:0;
}

/*
*		Navigation
-------------------------------------------------------------*/
#nav {
  position: absolute;
  top: 196px;
  display:block;
  font:bold 10px Arial, Helvetica, sans-serif;
  width:100%;
  float:left;
}
#nav ul {
  margin:0;
  list-style:none;
  padding:0px 10px 0px 0px;
}
#nav a, #nav strong, #nav span {
  float:left;
  display:block;
  color          : #266;
  padding:1px 11px 7px 5px;
  background: url(images/tabs.jpg) no-repeat 100% -6px;
  text-decoration:none
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
  float:left;
  background:url(images/tabs.jpg) no-repeat -3px -6px;
  margin:0;
  padding:0px 0px 0px 11px;
}
#nav #current {
  background:url(images/tabs.jpg) no-repeat 0px -89px;
  padding: 0px 10px 0 12px;
  font-size:12px;
  font-weight:bold;
}
#nav #current a {
  background:url(images/tabs.jpg) no-repeat 100% -89px;
  color:#000;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav>li:hover {
  background:url(images/tabs.jpg) no-repeat -5px -34px;
  padding:0px 0px 0px 11px;
}
#nav>a:hover {
  background:url(images/tabs.jpg) no-repeat 100% -34px;
  padding:1px 11px 7px 5px;
  text-decoration:none;
}
#nav>li:active {
  background:url(images/tabs.jpg) no-repeat -5px -61px;
  padding:0px 0px 0px 11px;
}
#nav>a:active {
  background:url(images/tabs.jpg) no-repeat 100% -61px;
  padding:1px 11px 7px 5px;
  text-decoration:none;
  color          : #488;
}
/* End IE5-Mac hack */
#nav a:hover {
  color          : #022;
}
#nav a:active {
  color          : #488;
}
