/* styles for index.php */

#footer_index { 
   font-family: verdana, helvetica, sans-serif;
   text-align: center;
   font-size: .6em; 
   margin-top: 90px; 
   padding-bottom: 10px; 
   }    


/* float design bubbles */

#floatleft { 
   width: 555px;
   margin: 30px 0px 0px 20px;
   float: left; 
   }


/* database design callout */         

#databasedesign_index { 
   padding: 0px 0px 0px 0px;
   margin: 10px 0px 20px 0px; 
   }                  

#databasedesign_index h1 { 
   font-size: 1.1em;
   letter-spacing: .2em;
   padding: 0px;
   margin: 5px 0px 0px 0px; 
   }

#databasedesign_index h1 a { 
   text-decoration: none; 
   border-bottom: 1px dotted #6372b7; 
   }
                             
#databasedesign_index p { 
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em;
   padding: 5px;
   margin-bottom: .5em; 
   }

#databasedesign_index p a { 
   text-decoration: none; 
   border-bottom: 1px dotted #6372b7; 
   }

#databasedesign_index li {
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em;
   margin: .5em 0px .5em 30px;
   }
   
#databasedesign_index li span {
   font-weight: bold;
   }   

                               
/* website design callout */

#websitedesign_index { 
   padding: 0px 0px 20px 0px; 
   margin: 0px; 
   }                     

#websitedesign_index h1 { 
   font-size: 1.1em;
   letter-spacing: .2em;
   padding: 0px;
   margin: 5px 0px 0px 0px; 
   }

#websitedesign_index h1 a { 
   text-decoration: none;
   border-bottom: 1px dotted #6372b7; 
   }
                        
#websitedesign_index p { 
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em; 
   padding-top: 5px;
   margin-bottom: .5em; 
   }

#websitedesign_index p a { 
   text-decoration: none;
   border-bottom: 1px dotted #6372b7; 
   }
   
   
/* seo design callout */

#seo_index { 
   padding: 0px 0px 0px 0px; 
   margin: 0px; 
   }
    
#seo_index h1 { 
   font-size: 1.1em;
   letter-spacing: .2em;
   padding: 0px;
   margin: 5px 0px 0px 0px; 
   }

#seo_index h1 a { 
   text-decoration: none;
   border-bottom: 1px dotted #6372b7; 
   }    
                  
#seo_index p { 
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em; 
   padding-top: 5px;
   margin-bottom: .5em; 
   }

#seo_index p a { 
   text-decoration: none;
   border-bottom: 1px dotted #6372b7; 
   } 
   
#seo_index li {
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em;
   margin: .5em 0px .5em 30px;
   }
   
#seo_index li span {
   font-weight: bold;
   } 
   
/* newsletters callout */

#newsletters_signup { 
   position: absolute; 
   top: 190px; left: 610px; 
   }


