/* CSS Document for the Border Lands website *//* Basic elements */html {   margin: 0px;   padding: 0px;   }   body {   background-color: #000;   font: 12pt/18pt georgia;   color: #999;   margin: 0px;   padding: 0px;   }   p {   font: 12pt/18pt georgia;   color: #999;   }   /* Specific divs */#container {   width: 780px;   height: 600px;   padding: 0px;   margin: 0px;   position: absolute;   top: 0px;   left: 0px;   }   #titlepage {   margin: 24px;   padding: 136px 0px 0px 0px;   height: 390px;   }   #titlepage h1 {   background: transparent url(../images/BorderLandsTitle.gif) no-repeat top center;   margin: 0px;   width: 732px;   height: 120px;   }   #titlepage h1 span {   display: none;   }   #titlepage p {   text-align: center;   }   #navcontainer {   margin: 0px;   padding: 0px 96px 0px 72px;   font: bold 10pt georgia;   height: 50px;   }   ul#nav {   list-style-type: none;   }   ul#nav .left {   float: left;   border: 2px solid;   border-color: #666 #333 #333 #666;   }   ul#nav .right {   float: right;   border: 2px solid;   border-color: #666 #333 #333 #666;   }   ul#nav li a {   display: block;   width: 6em;    color: #FC0;   background-color: #666;   padding: .2em 0;   border: solid 1px;   border-color: #FFF #AAA #AAA #FFF;   text-align: center;   text-decoration: none;   }   ul#nav li a:hover {   color: #666;   background-color: #FC0;   }   #descriptPage {   margin: 24px;   padding: 0px 36px 0px 36px;   height: 526px;   }   #descriptPage h1 {   background: transparent url(../images/BorderLandsTitle.gif) no-repeat top center;   margin: 0px;   width: 660px;   height: 80px;   }   #descriptPage h1 span {   display: none;   }   #descriptPage p {   font: 10pt/15pt georgia;   text-align: center;   padding: 0px 20px 0px 20px;   }#tocPage {   margin: 24px;   padding: 76px 36px 0px 36px;   height: 450px;   }   #tocPage h1 {   background: transparent url(../images/BorderLandsTitle.gif) no-repeat top center;   margin: 0px;   width: 660px;   height: 80px;   }   #tocPage h1 span {   display: none;   }   #tocPage ul {   margin: 0px;   padding: 0px;   }   #tocPage li {   font: 16pt/30pt georgia;   width: 500px;   display: list-item;   padding-top: 25px;   margin-left: 110px;   list-style_type: disc;   }   #tocPage li a:link {   color: #900;   }   #tocPage li a:visited {   color: #66F;   }   