  BODY {height: 800px; width: 982px; }

.nav1
   {color: #333333;font-family: "Trebuchet MS", sans-serif; font-weight: normal; font-size: 22px;letter-spacing: 3px; word-spacing: -1px; text-align: center;} /* ksd */
.nav2
   {color: #999999; font-family: "Trebuchet MS", sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 3px; word-spacing: 5px; text-align: center;} /* subnav */
   
   p  {color: #666666; font-family: "Georgia", serif; font-size: 11px; font-style: italic; line-height: 14px; letter-spacing: 0px; text-align: left;}  
 
   h1 {color: #990000; font-family: "Trebuchet MS", sans-serif; font-weight: normal; font-size: 15px; letter-spacing: 2px; word-spacing: -1px;} /* subhead */

   h2 {color: #333333; font-family: "Georgia", serif; font-weight: normal; font-size: 24px; line-height: 30px; letter-spacing: 0px; word-spacing: -1px; } /* large header */

   h3 {color: #999999; font-family: "Georgia", serif; font-weight: normal; font-size: 18px; line-height: 24px; letter-spacing: 0px; word-spacing: -1px; } /* large copy */

   h4 {color: #999999; font-family: "Georgia", serif; font-weight: normal; font-size: 10px; font-style: italic; line-height: 14px; letter-spacing: 0px; text-align: left;}   /* italic small */    
     
   h5 {color: #990000; font-family: "Trebuchet MS", sans-serif; font-weight: normal; font-size: 9px; line-height: 18px; letter-spacing: 1px; word-spacing: -1px; text-align: justify;}   /* things I like */
   
   h6 {color: #999999; font-family: "Trebuchet MS", sans-serif; font-weight: normal; font-size: 10px; line-height: 16px; letter-spacing: 1px; word-spacing: 0px; text-align: left;} /* copyright */

   
 
	 a:link {color: #333333; text-decoration: none; }     /* unvisited link */
	 a:visited {color: #333333; text-decoration: none; }  /* visited link */
	 a:hover {color: #999999; text-decoration: none;  }   /* mouse over link */
	 a:active {color: #993333; text-decoration: none; } /*selected link */



#mainNav {
        position: absolute;
        width: 980px;
        height: 60px;
        top: 50px;
        right: 0px;
        bottom: 0px;
        left: 50px;
        border: 0px solid #FFFF66;

      }
      #subNav {
      position: absolute;
        width: 880px;
        height: 40px;
        top: 100px;
        right: 0px;
        bottom: 0px;
        left: 30px;
        border: 0px solid #666666;
        padding-left: 90px; padding-right: 10px;
      }
      #left {
      position: absolute;
        width: 420px;
        height: 450px;
        top: 110px;
        right: auto;
        bottom: 0px;
        left: 40px;
        border: 0px dotted #000000;
        padding-top: 20px;
        padding-left: 10px; 
        padding-right: 10px;
      }
      #right {
      position: absolute;
        width: 500px;
        height: 450px;
        top: 145px;
        right: 0px;
        bottom: 10px;
        left: 480px;
        border: 0px solid #FFFF66;
      padding-left: 10px; 
      padding-right: 10px
      }
      #subtext {
      position: absolute;
        width: 980px;
        height: 60px;
        top: 580px;
        right: 0px;
        bottom: 0px;
        left: 30px;
        border-top: 1px dotted #999999;
        border-bottom: 1px dotted #999999;
        
        padding-top: 0px; 
		padding-bottom: 30px;
        padding-left: 10px; 
        padding-right: 0px      
      }
      #footer {
      position: absolute;
        width: 980px;
        height: 100px;
        top: 680px;
        right: 0px;
        bottom: 0px;
        left: 10px;
        border: 0px solid #999999;
        padding-top: 0px; padding-left: 30px; padding-right: 10px      
      }
      
div.img_large
  { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; border: 0px solid #cccccc; height: auto; width: auto; text-align: center;}

    
