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

.nav   {
       position:absolute;
       right: 291px;
       top: 0px; 
       margin: 0px;
       padding: 0px;
       border: 0px;
 
       }
 
#main {
      position:absolute;
      right: 291px;
      top: 27px; 
      width: 375px;
      padding: 0px 5px 0px 5px;
      text-align:left;
      background-color: #eff0f1;
      color: #5f6168;
      border: 0px;      
      }

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

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

h1, h2 {
       text-align: left;
       font-size: 15px;
       font-weight: bold;
       text-transform: uppercase;
       padding-top: 25px;
       color: #5f6168;
       border-bottom: 1px solid #999a97;
       width: 380px;
       }
    
em {
   font-style:italic;
   color: #d1d4d1;
   }
   
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 #eff0f1;
       border-bottom: 1px solid #999a97;
       }
  
blockquote{
           border: 1px solid #999a97;
           background-image: url(images/blockbg.png);
           background-repeat: no-repeat;
           background-position: top right;
           padding: 5px 0px 5px 10px;
           width: 270px;
           text-align:left;
           }
           
.center {
        text-align: center;
        }
        
img     {  
        padding: 3px;
        margin: 2px;
        border: 1px solid #5f6168;
        background-color: #d1d4d1;
        }
        
#footer {
        margin-top: 35px;
        margin-bottom: 10px;
        padding: 0px;
        font-size: 11px;
        text-align:center;
        }
