/* a:link & body styles */

a:link, a:visited, a:active {
color: #CCC;  
}
 
a:hover {color: #FFFF00; }


body {
font-size: small; 
margin-top: 0px; 
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #000;
}

/* End of a:link & Body Styles */


/* header styles */

#topone {
height: 13px;
font-family: verdana;
font-size: 125%;
line-height: 0.8;
font-weight: bold;
text-align: center;
padding-top: 3px;
padding-bottom: 2px;
color: #CCC;
background-color: #000000;
}

#toptwo {

font-family: "Times New Roman";
font-size: 500%;

text-align: center;
border-top: 2px solid #000;
color: #000;
background-color: #990000;
}
   a.top_name:link, a.top_name:visited, a.top_name:active {
   color: #FF3300; 
   background-color: #000;
   
   }
   a.top_name:hover { 
   color: #000;
   background-color: #FF0000;
   }

#topthree {
height: 8px;
background-color: #000000;
border-right: 10px solid #FF0000;
border-left: 10px solid #FF0000;
}
   .blackcell {
   background-color: #330000;
   }
   
/* Horizontal Nav Listings */

#topfour {
font-family: chicago;
font-size: 100%;
line-height: 1.0;
text-align: center;
color: #FF6600;
background-color: #990000;
text-align: center;
}

   #topnav {
   width: 97%;
   margin: 0;
   font-family: verdana;
   font-size: 100%;
   font-weight: bold;
   color: #000;
   background-color: #990000;
   padding: 0px;
   }

      #topnav li {
      display: inline;
      list-style-type: none;
      padding-left: 25px;
      }
      
      #topnav a:link, #topnav a:visited, 
      #topnav a:active {
      text-decoration: none;
	color: #000;
	}
      #topnav a:hover {
	color: #000;
	background-color: #FF0000;
}


/* xxx End of Horizontal Nav Listings xxx */

#topfive {
height: 3px;
color: #000;
background-color: #FF0000;
}


/* End of header styles */


/* Left_&_Main_Float_Styles */

#main_stretch {
width: 80%;
height: 4000px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
position: relative;
border-top: 0px solid #000000;
background-color: #000;
float: left;
}
   #main_left {
   width: 100%;
   height: 4000px;
   position: relative;
   background-color: #333;
   float: left;
   }
      #col_1 {
      width: 2%;
      height: 4008px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000000;
      float: left;
      }
      
      
      /* Left_Nav_Styles */

      #col_2 {
      width: 23%;
      height: 4000px;
      position: relative;
      border-left: 3px solid #FF0000;
      background-color: #333;
      float: left;
      }
      
         .leftnav_wrapper {
         width: 95%;
         height: auto;
         margin-top: 0px;
         margin-right: 0px;
         margin-left: 2%;
         text-align: center;
         font-family: verdana;
         font-size: 100%;
         font-weight: bold;
         line-height: 1.0;
         color: #FC9;
         background-color: #333;
         }
         
            #daysdate {
            width: 88%;
            height: 16px;
            margin-left: 6%;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            text-align: center;
            line-height: 1.0;
            padding-top: 0px;
            padding-right: 0;
            padding-bottom: 0px;
            padding-left: 0px;
            color: #00FF00;
            background-color: #333;
            }
            
            .dogeyed {
            width: 80%;
            text-align: center;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 10%;
            background-color: #333;
            }
               
               .crazy_eyes {
               width: 100%;
               height: 84px;
               background-color: #000;
               }
            
               .new_info {
               width: 88%;
               margin-top: 0px;
               margin-right: 0px;
               margin-left: 6%;
               padding-top: 10px;
               padding-bottom: 10px;
               text-align: center;
               font-family: verdana;
               font-size: 100%;
               font-weight: bold;
               line-height: 0.878;
               color: #FFF;
               border: 0px solid #FFFFFF;
               background-color: #000000;
               }
                  
            .title_name {
            width: 88%;
            height: auto;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 6%;
            text-align: center;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            line-height: 1.0;
            color: #00FF00;
            border: 0px solid #FFFFFF;
            background-color: #333;
            }

            .copyrights {
            width: 88%;
            height: auto;
            margin: 0 auto;
            padding-top: 1.5em;
            padding-bottom: 1.5em;
            background-color: #000;
            }
            
               address {
               vertical-align: top;
               font-family: trebuchet ms;
               font-size: 125%;
               font-weight: normal;
               line-height: 0.9;
               }

            #css_trix {
            width: 88%;
            height: auto;
            margin-top: 0px;
            margin-right: 0px;
            padding: 0px;
            margin-left: 6%;
            text-align: center;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            line-height: 1.0; 
            border: 0px solid #FFFFFF;
            background-color: #000000;
            }
            a.hilight:link, a.hilight:visited, 
            a.hilight:active {
            font-weight: bold;
            color: #000;
            background-color: #CCC;
            } 
            a.hilight:hover { 
            color: #000;
            background-color: #FFFF00;
            }
            
            .book_slots {
            width: 88%;
            height: auto;
            margin-top: 0px;
            margin-right: 0px;
            padding: 0px;
            margin-left: 6%;
            text-align: center;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            line-height: 1.0; 
            border: 0px solid #FFFFFF;
            background-color: #000000;
            }
            
            .textboox {
            width: auto;
            height: auto;
            padding-top: 0px;
            background-color: #000;
            }
            
            .edit_space {
            height: 25px;
            }
            
            .booktexts {
            width: auto;
            height: auto;
            padding-top: 16px;
            border-bottom: solid 12px #000;
            font-family: verdana, geneva;
            font-size: 98%;
            font-weight: bold;
            text-align: center;
            color: #CFC;
            background-color: #000;
            }


            /* End of Left_Nav_Styles */   

      
      #col_3 {
      width: 1%;
      height: 4008px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
      #col_4 {
      width: 2%;
      height: 4000px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
      #col_5 {
      width: 1%;
      height: 4008px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
      /* Center Column & col_6 */
      
      #col_6 {
      width: 65%;
      height: 4000px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
         /* Grey Surrounds */
               
         #main_gasket {
         width: 100%;
         padding-top: 15px;
         padding-bottom: 0px;
         background-color: #333;
         }
         
            #straight_dope {
            width: 100%;
            text-align: center;
            font-family: helvetica, sans-serif;
            font-size: 200%;
            font-weight: bold;
            line-height: 1.0;
            padding-top: 20px;
            padding-right: 0;
            padding-bottom: 30px;
            padding-left: 0;
            color: #888;
            background-color: #333333;
            }
               
      
            /* _(Controls_Width) */ 

            div.mainlists {
            width: 89.5%;
            height: auto;
            margin-left: 5%;
            border: 2px solid #333;
            }
            
             
             /* _(Index_Labels) */
             
             .toppers {
             text-align: center;
             font-family: arial;
             font-size: 120%;
             font-weight: bold;
             line-height: 1.0;
             color: #000;
             background-color: #333;
             }
                /* _(More control for Index_Labels) */  

                span {
                text-align: center;
                vertical-align: top;
                padding-top: 0px;
                padding-bottom: 0px;
                font-family: verdana;
                font-weight: bold;
                color: #FFFF00;
                background-color: #000;
                }
                
                
                /* __(Controls_background) */
   
               div.wrap {
               width: 100%;
               font-family: verdana;
               margin: 0px;
               padding-bottom: 0px;
               color: #000;
               background: #000;
               }
              
             
               /* _(Eric Meyer's clever ch.10 L & R images Technique) */
   
                div#p1, div#p2, div#p3, div#p4, div#p5, div#p6, div#p7, 
                div#p8, div#p9, div#p10 {
                margin-top: 0em;
                margin-right: 0em;
                margin-bottom: 0em;
                margin-left: 0em;
                padding-bottom: 5px;
                }
                
                div#p1end, div#p2end, div#p3end, div#p4end, 
                div#p5end, div#p6end, div#p7end, div#p8end, 
                div#p9end, div#p10end {
                text-align: left;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 0px;
                font-family: verdana;
                font-size: 12px;
                background: #000 url(index_images/gry_blk2.gif) top right no-repeat;
                }
                
               
                /* #p11/20 goes here */
                              
                div#p11, div#p12, div#p13, 
                div#p14, div#p15, div#p16, 
                div#p17, div#p18, div#p19,
                div#p20 {
                margin-top: 0em;
                margin-right: 0em;
                margin-bottom: 0em;
                margin-left: 0em;
                padding-top: 5px;
                }
                            
                   p {
                   margin: 0px;
                   padding: 0em 0em;
                   text-align: center;
                   font-family: geneva, verdana;
                   font-size: 120%;
                   font-weight: normal;
                   color: #FF7300;
                   background-color: #000000;
                   line-height: 1.2; 
                   }
                            
                div#p11end, div#p12end,
                div#p13end, div#p14end, 
                div#p15end, div#p16end, 
                div#p17end, div#p18end,
                div#p19end, div#p20end {
                text-align: left;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 0px;
                font-family: verdana;
                font-size: 12px;
                background: #000 url(index_images/botright_g.gif) bottom right no-repeat;
                }
                
             
               /* _(Creates divisions or spaces between main_lists) */

               .spacerlists {
               width: 89%;
               margin-top: 10px;
               margin-bottom: 50px;
               margin-left: 5.5%;
               margin-right: 5%;
               text-align: center;
               font-family: verdana;
               background-color: #000;
               height: 23px;
               background: #000 url(books/bk_imgs/newright_x.gif) right no-repeat;
               }
               
               #shortlist {
               width: 89%;
               margin-top: 10px;
               margin-bottom: 10px;
               margin-left: 5.5%;
               margin-right: 5%;
               text-align: center;
               font-family: verdana;
               background-color: #000;
               height: 23px;
               background: #000 url(books/bk_imgs/newright_x.gif) right no-repeat;
               }
               
               
             /* Page content last updated */               
            
            #last_update {
            height: 15px;
            text-align: center;
            width: 100%;
            padding-top: 14px;
            padding-bottom: 0px;
            font-family: helvetica, sans-serif;
            font-size: 160%;
            font-weight: bold;
            color: #666666;
            background-color: #333;
            }
            
            #more_space {
            height: 20px;
            border: 5px solid #333;
            color: #FFF;
            background-color: #333;
            }

            #table_stand {
            width: 100.3%;
            height: 120px;
            margin-left: 0px;
            background-color: #000;
            }
               #grey_center {
               height: 130px;
               margin-right: 33%;
               margin-left: 33%;
               background-color: #333;
               }
               
                  #top_image {
                  width: 100%;
                  height: 40px;
                  }
            
                  #smeter {
                  width: 100%;
                  height: 15px;
                  padding: 0px 0px 0px 0px;
                  text-align: center;
                  color: #333;
                  background-color: #333;
                  }
           
                  #macpicks {
                  text-align: center;
                  width: 100%;
                  height: 33px;
                  }
            
                  #mt_spacer {
                  width: 10%;
                  text-align: center;
                  font-family: verdana;
                  font-size: 170%;
                  color: #333;
                  background-color: #333;
                  }
            
                  #zenith {
                  width: 100%;
                  font-family: verdana;
                  font-size: 100%;
                  text-align: center;
                  margin-top: 15px;
                  background-color: #333333;
                  }
                  a.topup:link, a.topup:visited, a.topup:active {
                  font-family: verdana;
                  font-size: 120%;
                  line-height: 1.0;
                  color: #CCC;
                  background-color: #000;
                  }
                  a.topup:hover { color: #00FF00; }

      
      .col_6_tableplinth {
      width: 100%;
      height: 18px;
      color: #333;
      background-color: #333;
      }
      
      /* End of col_6 & main_gasket */ 
      
            
      .col_7 {
      width: 1%;
      height: 4008px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
      .col_8 {
      width: 2%;
      height: 4000px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
      .col_9 {
      width: 1%;
      height: 4008px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: relative;
      background-color: #000;
      float: left;
      }
      
/* xxx End of Main_Stretch xxx */
      
/* RightNav (10th)_Column
    Lines up alongside Main_Stretch */

      .col_10 {
      width: 18%;
      height: 4000px;
      border-right: 3px solid #FF0000;
      background-color: #333;
      position: relative;
      float: left;
      }
      
         .rhtcolhold {
         width: 94%;
         height: 3984px;
         margin-top: 0px;
         margin-right: 0px;
         margin-left: -6px;
         border-left: 5px solid #333;
         text-align: center;
         font-family: verdana;
         font-size: 100%;
         font-weight: bold;
         line-height: 1.0;
         }
         
   
            /* _(New_Top_Linx Nav_Title) */
      
            .top_linx {
            width: 89.5%;
            height: 16px;
            margin-left: -1px;
            border-left: 4px solid #333;
            border-right: 3px solid #333;
            text-align: center;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            line-height: 1.0;
            color: #00FF00;
            background-color: #333;
            }
            #yl_bullet {
            color: #FFFF00;
            }
               .top_sign {
               width: 100%;
               text-align: center;
               font-family: verdana;
               font-size: 100%;
               font-weight: bold;
               line-height: 0.878;
               background-color: #000;
               }
         
            .caption {
            width: 100%;
            height: 18px; 
            text-align: center;
            font-family: verdana;
            font-size: 100%;
            font-weight: bold;
            line-height: 1.0;
            color: #00FF00;
            background-color: #000;
            }
               .sign_posts {
               width: 100%;
               text-align: center;
               font-family: verdana;
               font-size: 100%;
               font-weight: bold;
               line-height: 0.878;
               color: #FF7300;
               background-color: #000;
               }
                  .col_boxing {
                  height: 30px;
                  text-align: center;
                  background-color: #333;
                  background-image: url(index_images/grclpst.gif);
                  background-repeat: repeat-x;
                  background-position: 50% 0%;
                  }
      
      
               .validate_this {
               
               text-align: center;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               padding-left: 8%;
               background-color: #000000;
               }
                  .col_bloxed {
                  height: 158px;
                  text-align: center;
                  background-color: #333;
                  }
   
                  /* End of RightNav (10th)_Column */


.col_11 {
width: 1%;
height: 4008px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
position: relative;
background-color: #000000;
float: left;
}

/* End of Body_Wrapping_Styles */

 