body {
     background-color: #ffffff;
     background-image: url(images/bg.png);
     background-repeat: repeat;
     background-attachment: fixed;
     font-family: Arial, Helvetica, Sans-Serif;;
     color: #ffffff;
     font-size: 14px;
     margin:0; 
     padding:0;
     }

.paloma {
        position: fixed;
        left: 15px;
        top: 0px;
        margin: 0px;
        padding: 0px;
        border: 0px solid #f5c803; 
        border-right: 1px solid #f5c803;  
        border-left: 1px solid #f5c803; }



.nav   {
       position:absolute;
       left: 450px;
       top: 5px; 
       margin: 0px;
       padding: 0px;
       border: 0px; 
       border-right: 1px solid #da0501;  
       border-left: 1px solid #da0501; 
       border-top: 1px solid #da0501;
       }
 
#main {
      position:absolute;
      left: 450px;
      top: 99px; 
      width: 409px;
      padding: 0px 5px 0px 5px;
      text-align:left;
      background-color: #000000;
      color: #ffffff;
      border: 0px; 
      border-right: 1px solid #da0501;  
      border-left: 1px solid #da0501;   
      border-bottom: 1px solid #da0501; 
      }

a:link, a:visited, a:active 
        {
        color: #f5c803 ;
        text-decoration: none;
        }

a:hover {
        color: #da0501;
        text-decoration: none;
        }

h1, h2 {
       text-align: left;
       font-size: 15px;
       font-weight: bold;
       text-transform: uppercase;
       padding-top: 20px;
       color: #da0501;
       border-bottom: 1px dashed #ffffff;
       width: 380px;
       }
    
em {
   font-style:italic;
   color: #da0501;
   }
   
input, textarea, option, select 
       {
       background: transparent;
       font-family: Arial, Sans-Serif;
       color: #5f6168;
       font-size: 14px;
       line-height: 15px;
       text-align: left;
       border: 1px solid #000000;
       border-bottom: 1px dashed #ffffff;
       }
  
blockquote{
           border: 1px dashed #ffffff;
           padding: 5px 0px 5px 10px;
           width: 270px;
           text-align:left;
           }
           
.center {
        text-align: center;
        }
        
img     {  
        padding: 3px;
        margin: 2px;
        border: 1px dashed #ffffff;
        background-color: #000000;
        }
        
#footer {
        margin-top: 35px;
        margin-bottom: 10px;
        padding: 0px;
        font-size: 11px;
        text-align:center;
        }
