/* BIG PHOTO ENLARGER BY GINO

   I Thing I misplaced and forgot to add this class in de index.php code somewhere
   
   
.big {
  border: none;
  font-family: Garamond, TimesNewRoman, Times, serif;
  font-weight: bold;
  font-size: 20pt;
  font-variant: small-caps;
  letter-spacing: 1pt;
  background: #000000;
  
  }
  
  */
   

  
  body {
  font-family:arial, helvetica, sans-serif;
  font-size:9pt;
  margin:0;
  padding:0;
  text-align:center;
height:100%;
width:100%;
}


#container {
  width:100%;

}

#footer {
  	margin:0 auto;

    height:70px;
    text-align:center;
    clear:both;

	position:absolute fixed;
	width:100%;
 }


    #header p {

    height:230px;
          width:300px;
          
    overflow:none;
    float:right;
      
	background:url(../images/logo/cbpt_640.gif) 0 2px no-repeat; 
	background-attachment:fixed;
	background-position: 50% 20%; 

      font-size:10px;
      line-height:10px;
      text-transform:uppercase;
      text-align:right;
      padding-bottom:5px;
    }
    
  #nav {
    clear:both;
  }
   
    #nav {
      clear:both;
      margin:0;
      padding:0 40px 0 0;
      height:24px;

    }
    
    #nav li {
      list-style:none;
      margin:0;
      padding:0;
      display:inline;
    }
    
    #nav li a {
      height:24px;
      line-height:24px;
      display:block;
      float:left;
      padding-left:25px;
      margin:0 10px 0 10px;
      text-decoration:none;
      font-weight:bold;
      float:right;
    }


  #content {
      clear:both;
      padding:2px 10px 10px 10px;
      line-height:14pt;
      margin:5px auto 5px auto;
  }
  
    #content #index {
      width:525px; /* Enable to center the forms */
      margin:10px auto 10px auto;
    }
    
    #index .box {
      width:252px;
      float:right;
    }
    
    #index .box p {
        clear:both;
        padding-top:10px;

    }
    
    #content form {
      margin:0;
      padding:0;
    }
    
      #content form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
      }
      
      #content #index form input {
        width:175px;
        float:left;
      }
        
    #content #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
   }


   


/* Buttons  */
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    border: 1px solid;
}
 

