/*----------------------------------------------------------------------------------
    Stylesheet :  HARLEY OLDSCHOOL BOBBER      www.harley-oldschool-bobber.com                  
    Name Style :  bobber.css
    Date       :  Oct 2008              
    Designer   :  Jack Visser
    Ref        :  X-HTML
--------------------------------------------------------------------------------- */

/*  COLOURS
:           #000020;    /* Dark Night Black      #000020    */  (RGB 000 000 032)

:           #303040;    /* darker dark grey      #303040    */  (RGB  ) 
:           #505060;    /* dark grey             #505060    */  (RGB 080 080 096)
:           #707080;    /* lighter dark grey     #707080    */  (RGB  )

:           #101020;    /* oldschool grey  1     #101020    */  (RGB  )
:           #202030;    /* oldschool grey  2     #202030    */  (RGB  )
:           #303040;    /* oldschool grey  3     #303040    */  (RGB  )
:           #404050;    /* oldschool grey  4     #404050    */  (RGB  )
:           #505060;    /* oldschool grey  5     #505060    */  (RGB  )
:           #606070;    /* oldschool grey  6     #606070    */  (RGB  )
:           #707080;    /* oldschool grey  7     #707080    */  (RGB  )
:           #808090;    /* oldschool grey  8     #808090    */  (RGB  )
:           #9090a0;    /* oldschool grey  9     #9090a0    */  (RGB 144 144 160)
:           #a0a0b0;    /* oldschool grey  10    #a0a0b0    */  (RGB  )
:           #b0b0c0;    /* oldschool grey  11    #b0b0c0    */  (RGB  )
:           #c0c0d0;    /* oldschool grey  12    #c0c0d0    */  (RGB  )
:           #d0d0e0;    /* oldschool grey  13    #d0d0e0    */  (RGB  )
:           #e0e0f0;    /* oldschool grey  14    #e0e0f0    */  (RGB  )
:           #efefff;    /* oldschool grey  15    #efefff    */  (RGB  )


:           #e0e0f0;    /* bluish off white      #e0e0f0    */  (RGB  )    
:           #ff9900;    /* HD orange             #ff9900    */  (RGB  )    
    
*/

/*   HTML STYLING    
--------------------------------------------------------------------------------- */
html {
     background-image    : url("images/Gradient000000-000020-40x300.jpg");
     background-position : center top;
     background-repeat   : repeat-x;
     background-color    : #000020;           /* Dark Night Black      #000020 */ 
     height           : 100%;
     margin           : 0px;
     border           : 0px;
     padding          : 0px;
     }

/*   BODY STYLING         
--------------------------------------------------------------------------------- */
body {
     background-image    : url("images/Gradient000000-000020-40x300.jpg");
     background-position : center top;
     background-repeat   : repeat-x;
     background-color    : #000020;           /* Dark Night Black      #000020 */ 
     width            : 943px;
     margin-left      : auto;
     margin-right     : auto;
     border-top       : 0px solid #6060aa;    /* harbour mist          #6060aa    */
     border-right     : 0px solid #6060aa;    /* harbour mist          #6060aa    */
     border-bottom    : 0px solid #6060aa;    /* harbour mist          #6060aa    */
     border-left      : 0px solid #6060aa;    /* harbour mist          #6060aa    */
     padding          : 0px;
     text-align       : center;
     font-family      : "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
     font-size        : 100%; 
     color            : #80b0fd;              /* Ocean Spray:          #80b0fd    */ 
     }


/*   HEADERS
--------------------------------------------------------------------------------- */
h1   {                                        /* Used in main */
     margin           : 0 0 0 0;   
     text-align       : left;
     font-size        : 26px;
     font-weight      : bold;
     color            :           #303040;    /* darker dark grey      #303040    */
     }
h2   {                                        /* Used in main */ 
     margin           : 0 0 5px 0;
     text-align       : left;
     font-size        : 18px;
     font-weight      : bold;
     color            :           #303040;    /* darker dark grey      #303040    */
     }
h3   {                                        /* Used in */
     margin           : 0 0 0 0;
     text-align       : left;
     font-size        : 18px;
     font-weight      : bold;
     color            :           #303040;    /* darker dark grey      #303040    */
     }
h4   {                                        /* Used in sidebar                  */
     margin           : 0 0 0 0;
     text-align       : left;
     font-size        : 15px;
     font-weight      : bold;
     color            :           #fafaff;    /* bluish off-white      #fafaff    */  
     }
h5   {                                        
     margin           : 16px 0 0 0;
     text-align       : left;
     font-size        : 15px;
     font-weight      : normal;
     color            :           #303040;    /* darker dark grey      #303040    */
     }
h6   {                                        
     margin           : 16px 0 0 0;
     text-align       : left;
     font-size        : 15px;
     font-weight      : bold;
     font-style       : oblique;              
     color            :           #303040;    /* darker dark grey      #303040    */
     }


/*   PARAGRAPHS
--------------------------------------------------------------------------------- */
p    { 
     margin           : 0 0 5px 0;
     text-align       : justify;
     font-size        : 13px;
     font-weight      : normal;
     }

/*   LISTS         
--------------------------------------------------------------------------------- */
li   { 
     margin           : 0 0 0 0;
     text-align       : left;
     font-size        : 13px;
     font-weight      : normal;
     }

/*   TABLES
--------------------------------------------------------------------------------- */
table.gen  {
     background       : #000040;              /* ocean night           #000040    */
     width            : 234px;
     height           : 20px;
     margin           : 0 0 0 0;
     border           : 0px solid #505090;         
     padding          : 0 0 0 0;
     font-size        : 13px;
     text-align       : center;
     align-vertical   : middle;
     }                   

/*   LINKS          
--------------------------------------------------------------------------------- */
a:link       {
     color             :           #000020;   /* Dark Night Black      #000020    */
     text-decoration   : none;
     }
a:visited    {
     color             :           #000020;   /* Dark Night Black      #000020    */
     text-decoration   : none;
     }
a:hover      {
     color             :           #ff9900;   /* HD orange             #ff9900    */
     text-decoration   : none;
     }	
a:active     {
     background        : #103050;             /* ocean dawn            #103050    */
     color             : #ddbb00;             /* orange                #ddbb00    */
     font-weight       : normal;
     text-decoration   : none;
     }	

/*   PICTURES
--------------------------------------------------------------------------------- */
img.photoright   { 
     float            : right;
     margin           : 0 0 10px 20px;
     border-top       : 0px solid #707080;    /* lighter dark grey     #707080    */
     border-right     : 0px solid #303040;    /* darker dark grey      #303040    */
     border-bottom    : 0px solid #303040;    /* darker dark grey      #303040    */
     border-left      : 0px solid #707080;    /* lighter dark grey     #707080    */
     background       : #000020;              /* Dark Night Black      #000020    */
     padding          : 0 0 0 0;
     text-align       : left;
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     }


/* ----- DIV FLYING TABS ------------- DIV FLYING TABS ------------- DIV FLYING TABS ------------- DIV FLYING TABS -------------   */

div.flyingtab1 {
     height              : 44px;
     width               : 187px;
     float               : left;
     margin              : 3px 0 0 0;
     background-image    : url("images/Tab04-187x43s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 3px 0 0 0;
     text-align          : center;
     }
div.flyingtab1current {
     height              : 46px;
     width               : 193px;
     float               : left;
     margin              : 0 0 0 0;
     background-image    : url("images/Tab06-193x47s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 4px 0 0 0;
     text-align          : center;
     }

div.flyingtab2left {
     height              : 28px;
     width               : 234px;
     float               : left;
     margin              : 6px 0 0 3px;
     background-image    : url("images/Tab07-234x30s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 2px 0 0 0;
     text-align          : center;
     }
div.flyingtab2leftcurrent {
     height              : 31px;
     width               : 234px;
     float               : left;
     margin              : 3px 0 0 3px;
     background-image    : url("images/hob-tab08-234x33s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 2px 0 0 0;
     text-align          : center;
     }
div.flyingtab2 {
     height              : 28px;
     width               : 234px;
     float               : left;
     margin              : 6px 0 0 0;
     background-image    : url("images/Tab07-234x30s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 2px 0 0 0;
     text-align          : center;
     }
div.flyingtab2current {
     height              : 31px;
     width               : 234px;
     float               : left;
     margin              : 3px 0 0 0;
     background-image    : url("images/hob-tab08-234x33s.jpg");
     background-position : left top;
     background-repeat   : repeat-x;
     background-color    : #000000;
     padding             : 2px 0 0 0;
     text-align          : center;
     }

/* ----- DIVS HEADER ------------- DIVS HEADER ------------- DIVS HEADER ------------- DIVS HEADER ------------- DIVS HEADER -------------   */

div.headera1 {
     height           : 92px;
     width            : 189px;
     float            : left;
     margin           : 0 0 0 0;
     border-top       : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */ 
     border-right     : 0px solid #707080;    /* oldschool grey  7     #707080    */ 
     border-bottom    : 1px solid #707080;    /* oldschool grey  7     #707080    */
     border-left      : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */  
     background       :           #505060;    /* oldschool grey  5     #505060    */  
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     padding          : 10px 0 0 0;
     text-align       : left;
     }
div.headera1bgrnd {
     background-image    : url("images/SiteLogo.png");
     background-position : center top;
     background-repeat   : no-repeat;
     background-color    : #505060;    /* oldschool grey  5     #505060    */
     height              : 92px;
     width               : 189px;
     float               : left;
     margin              : 0 0 0 0;
     border-top          : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */ 
     border-right        : 0px solid #707080;    /* oldschool grey  7     #707080    */  
     border-bottom       : 1px solid #707080;    /* oldschool grey  7     #707080    */  
     border-left         : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */      
     color               :           #e0e0f0;    /* bluish off white      #e0e0f0    */  
     padding             : 10px 0 0 0;
     text-align          : left;
     }
div.headerb1 {
     height           : 92px;
     width            : 752px;
     float            : right;
     margin           : 0 0 0 0;
     border-top       : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */ 
     border-right     : 1px solid #707080;    /* oldschool grey  7     #707080    */  
     border-bottom    : 1px solid #707080;    /* oldschool grey  7     #707080    */  
     border-left      : 0px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */    
     background       :           #505060;    /* oldschool grey  5     #505060    */  
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */ 
     padding          : 10px 0 0 0;
     text-align       : left;
     }

div.headerb2 {
     height           : 22px;
     width            : 752px;
     float            : right;
     margin           : 0 0 0 0;
     border           : 0 0 0 0;
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */ 
     padding          : 0 0 0 0;
     text-align       : left;
     }
div.headerb3 {
     height           : 16px;
     width            : 749px;
     float            : right;
     margin           : 0 0 0 0;
     border-top       : 1px solid #ffddbb;    /*     */  
     border-right     : 1px solid #bb5500;    /*     */  
     border-bottom    : 1px solid #bb5500;    /*     */  
     border-left      : 1px solid #ffddbb;    /*     */  
     background       :           #ff9900;    /* HD orange             #ff9900    */  
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */ 
     padding          : 1px 1px 1px 1px;
     text-align       : left;
     }

/* - RIGHT MAIN CONTAINER DIVS ---------------- RIGHT MAIN CONTAINER DIVS ---------------- RIGHT MAIN CONTAINER DIVS ---------------- RIGHT MAIN CONTAINER DIVS ---------------- */

div.rmain    {
     background       :           #000020;    /* Dark Night Black      #000020    */
     width            : 753px;
     float            : right;
     margin           : 0 0 0 0;
     border           : 0 0 0 0;
     padding          : 0 0 0 0;
     }


/*-- LEFT SIDEBAR DIVS -------------------- LEFT SIDEBAR DIVS -------------------- LEFT SIDEBAR DIVS ----  --------------- LEFT SIDEBAR DIVS ------------- */

div.leftsidebar  {
     width            : 160px;
     float            : left;
     margin           : 4px 0 0 0;
     border-top       : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */ 
     border-right     : 1px solid #707080;    /* oldschool grey  7     #707080    */ 
     border-bottom    : 1px solid #707080;    /* oldschool grey  7     #707080    */
     border-left      : 1px solid #a0a0b0;    /* oldschool grey  10    #a0a0b0    */
     background       :           #505060;    /* dark grey             #505060    */
     padding          : 10px 10px 10px 10px;
     text-align       : center;
     }
div.leftsidebarbutton1  {
     width            : 156px;
     float            : center;
     margin           : 0 0 0 0;
     background       :           #404050;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 2px solid #606070;    /* oldschool grey  6     #606070    */
     border-right     : 2px solid #303040;    /* darker dark grey      #303040    */
     border-bottom    : 2px solid #303040;    /* darker dark grey      #303040    */
     border-left      : 2px solid #606070;    /* oldschool grey  6     #606070    */
     padding          : 0 0 4px 0;
     text-align       : center;
     }

div.lsbline1  {
              width            : 160px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 1px solid #202040;    /* Ironhead 2            #202040    */
              }

div.lsbline2  {
              width            : 160px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 1px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 1px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 1px solid #202040;    /* Ironhead 2            #202040    */
              }

/*-- MAIN COLUMN DIVS --------------------- MAIN COLUMN DIVS --------------------- MAIN COLUMN DIVS ---------------------- MAIN COLUMN DIVS ------------- */

div.main              {
     width            : 468px;
     float            : left;
     margin           : 4px 0 0 0px;
     border-top       : 1px solid #ffffff;    /* plain white    */  
     border-right     : 1px solid #e0e0f0;    /* oldschool grey  14    #e0e0f0    */  
     border-bottom    : 1px solid #e0e0f0;    /* oldschool grey  14    #e0e0f0    */  
     border-left      : 1px solid #ffffff;    /* plain white    */    
     background       :           #d0d0e0;    /* oldschool grey  13    #d0d0e0    */
     color            :           #101020;    /* oldschool grey  1     #101020    */ 
     padding          : 0 10px 0 10px;
     }


div.main1             {
     width            : 446px;
     float            : left;
     margin           : 15px 0 5px 0;
     border-top       : 1px solid #404050;    /* oldschool grey  4     #404050    */  
     border-right     : 1px solid #ffffff;    /* plain white           #ffffff    */  
     border-bottom    : 1px solid #ffffff;    /* plain white           #ffffff    */  
     border-left      : 1px solid #404050;    /* oldschool grey  4     #404050    */  
     background       :           #9090a0;    /* oldschool grey  9     #9090a0    */  
     color            :           #fafaff;    /* bluish off white      #fafaff    */
     padding          : 10px 10px 10px 10px;
     text-align       : center;
     }
div.main2             {
     width            : 90px;
     float            : right;
     margin           : 5px 0 5px 0;
     background       : #f0f0ff;              /* ocean white           #f0f0ff    */
     border-top       : 1px solid #a0a0d0;    /* */
     border-right     : 1px solid #a0a0d0;    /* */
     border-bottom    : 1px solid #a0a0d0;    /* */
     border-left      : 1px solid #a0a0d0;    /* */
     color            :           #202050;    /* */
     padding          : 0 5px 0 5px;
     text-align       : center;
     font-size        : 13px;
     }
div.main3             {
     width            : 430px;
     float            : right;
     margin           : 5px 0 5px 0;
     background       :           #f0f0ff;    /* ocean white           #f0f0ff    */
     border-top       : 1px solid #a0a0d0;    /* */
     border-right     : 1px solid #a0a0d0;    /* */
     border-bottom    : 1px solid #a0a0d0;    /* */
     border-left      : 1px solid #a0a0d0;    /* */
     color            :           #202050;    /* */
     padding          : 0 5px 0 5px;
     text-align       : left;
     font-size        : 13px;
     }
div.main4             {
     width            : 50px;
     float            : right;
     margin           : 5px 0 5px 0;
     background       :           #e0e0e8;    /* */
     border-top       : 1px solid #a0a0d0;    /* */
     border-right     : 1px solid #a0a0d0;    /* */
     border-bottom    : 1px solid #a0a0d0;    /* */
     border-left      : 1px solid #a0a0d0;    /* */
     color            :           #202050;    /* */
     padding          : 0 5px 0 5px;
     text-align       : center;
     font-size        : 13px; 
     }


div.mainline1  {
              width            : 468px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 0px solid #202040;    /* Ironhead 2            #202040    */
              }

div.mainline1ps  {
              width            : 468px;
              height	       : 1px;
              float            : left;
              margin           : 4px 0 6px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 0px solid #202040;    /* Ironhead 2            #202040    */
              }

div.mainline2  {
              width            : 466px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #505070;    /* Ironhead 5            #505070    */  
              border-right     : 1px solid #ffffff;    /* plain white           #ffffff    */  
              border-bottom    : 1px solid #ffffff;    /* plain white           #ffffff    */  
              border-left      : 1px solid #505070;    /* Ironhead 5            #505070    */  
              }

/*-- RIGHT SIDEBAR DIVS ------------------- RIGHT SIDEBAR DIVS ------------------- RIGHT SIDEBAR DIVS------------------- RIGHT SIDEBAR DIVS ------------- */

div.rightsidebarad  {
     background-image : url("images/HobWantedB255x250.png");
     background-position : center top;
     width            : 253px;
     float            : right;
     margin           : 4px 0 0 0;
     border-top       : 1px solid #ffddbb;    /*     */  
     border-right     : 1px solid #bb5500;    /*     */  
     border-bottom    : 1px solid #bb5500;    /*     */  
     border-left      : 1px solid #ffddbb;    /*     */  
     padding          : 35px 0 5px 0;
     text-align       : center;
     font-size        : 90%;
     color            : #000000;
     }
div.rightsidebar  {
     width            : 238px;
     float            : right;
     margin           : 4px 0 0 0;
     border-top       : 1px solid #e0e0f0;    /* oldschool grey  14    #e0e0f0    */
     border-right     : 1px solid #b0b0c0;    /* oldschool grey  11    #b0b0c0    */  
     border-bottom    : 1px solid #b0b0c0;    /* oldschool grey  11    #b0b0c0    */  
     border-left      : 1px solid #e0e0f0;    /* oldschool grey  14    #e0e0f0    */ 
     background       :           #9090a0;    /* oldschool grey  9     #9090a0    */  
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     padding          : 0 8px 0 7px;
     text-align       : left;
     }

div.rightsidebarbutton  {
     width            : 238px;
     float            : center;
     margin           : 0 0 0 0;
     border           : 0 0 0 0;
     padding          : 0 0 0 0;
     }

div.rightsidebarbutton1  {
     width            : 142px;
     float            : left;
     margin           : 0px 0 0 0;
     background       :           #404050;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 2px solid #606070;    /* oldschool grey  6     #606070    */
     border-right     : 2px solid #303040;    /* darker dark grey      #303040    */
     border-bottom    : 2px solid #303040;    /* darker dark grey      #303040    */
     border-left      : 2px solid #606070;    /* oldschool grey  6     #606070    */
     padding          : 1px 0 4px 0;
     text-align       : center;
     }
div.rightsidebarbutton2  {
     width            : 232px;
     float            : left;
     margin           : 0px 0 4px 0;
     background       :           #404050;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 1px solid #c0c0d0;    /* oldschool grey  12    #c0c0d0    */
     border-right     : 1px solid #303040;    /* darker dark grey      #303040    */
     border-bottom    : 1px solid #303040;    /* darker dark grey      #303040    */
     border-left      : 1px solid #c0c0d0;    /* oldschool grey  12    #c0c0d0    */
     padding          : 1px 3px 4px 3px;
     text-align       : left;
     font-size        : 13px; 
     }
div.rightsidebarbutton3nash  {
     width            : 238px;
     height           : 120px;
     float            : center;
     margin           : 0 0 4px 0;
     background       :           #404050 url(images/GimpHangers240x120.jpg) repeat;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     border-right     : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-bottom    : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-left      : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     text-align       : center;
     }
div.rightsidebarbutton4nicehd  {
     width            : 238px;
     height           : 106px;
     float            : center;
     margin           : 0 0 4px 0;
     background       :           #404050;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     border-right     : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-bottom    : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-left      : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     text-align       : center;
     }
div.rightsidebarbutton5bagijn  {
     width            : 238px;
     height           : 102px;
     float            : center;
     margin           : 0 0 4px 0;
     background       :           #404050;    /* oldschool grey  4     #404050    */ 
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     border-top       : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     border-right     : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-bottom    : 1px solid #505010;    /* darker Nash Gold      #505010    */
     border-left      : 1px solid #e0e0a0;    /* Nash gold             #e0e0a0    */
     text-align       : center;
     }
div.rsbline1  {
              width            : 240px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 0px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 0px solid #202040;    /* Ironhead 2            #202040    */
              }

div.rsbline2  {
              width            : 238px;
              height	       : 1px;
              float            : left;
              margin           : 2px 0 2px 0;
              border-top       : 1px solid #202040;    /* Ironhead 2            #202040    */
              border-right     : 1px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-bottom    : 1px solid #c0c0e0;    /* Ironhead 12           #c0c0e0    */
              border-left      : 1px solid #202040;    /* Ironhead 2            #202040    */
              }


/*-- FOOTER DIVS ------------------ FOOTER DIVS ------------------  FOOTER DIVS ------------------ FOOTER DIVS ------------------ FOOTER DIVS -------------- */

div.footer   {
     width            : 939px;
     clear            : both;
     margin           : 0 0 0 0;
     border-top       : 1px solid #efefff;    /* oldschool grey  15    #efefff    */  
     border-right     : 1px solid #707080;    /* medium grey  7        #707080    */  
     border-bottom    : 1px solid #707080;    /* medium grey  7        #707080    */  
     border-left      : 1px solid #efefff;    /* oldschool grey  15    #efefff    */  
     background       :           #9090a0;    /* oldschool grey  9     #9090a0    */  
     color            :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     padding          : 0px;
     text-align       : center;     }
div.footer1    {
     width            : 900px;
     float            : left;
     margin           : 10px 0 0 12px;
     border-top       : 1px solid #303040;    /* oldschool grey  3     #303040    */  
     border-right     : 1px solid #efefff;    /* oldschool grey  15    #efefff    */  
     border-bottom    : 1px solid #efefff;    /* oldschool grey  15    #efefff    */  
     border-left      : 1px solid #707080;    /* medium grey  7        #707080    */  
     background       :           #e0e0f0;    /* bluish off white      #e0e0f0    */
     color            :           #303040;    /* darker dark grey      #303040    */
     padding          : 5px 5px 5px 5px;
     text-align       : center;
     font-size        : 12px;      }








